diff options
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r-- | manual/filesys.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 47f43adfb9..c3ab7c562a 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -86,9 +86,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 the behavior of GNU's@* -@w{@code{getcwd (NULL, 0)}} using only the standard behavior of -@code{getcwd}: +You could implement the behavior of GNU's @w{@code{getcwd (NULL, 0)}} +using only the standard behavior of @code{getcwd}: @smallexample char * |