summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-05 22:35:51 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-05 22:35:51 +0000
commit75c2ff90a3cff6b776ac17e328491f4ca1ba2730 (patch)
tree260f12ff162a551c8f5655f8d8665103a4f2f229 /manual/filesys.texi
parent5d00855a73654a695be83f77d677fb73c1aa5c87 (diff)
Fix overfull hboxes.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r--manual/filesys.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index f2d35bdbd2..ef9c104c8a 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -83,8 +83,8 @@ Permission to read or search a component of the file name was denied.
@end table
@end deftypefun
-Here is an example showing how you could implement behavior equivalent
-to GNU's @w{@code{getcwd (NULL, 0)}} using only the standard behavior of
+Here is an example showing how you could implement the behavior of GNU's
+@w{@code{getcwd (NULL, 0)}} using only the standard behavior of
@code{getcwd}:
@example