summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-11-12 00:35:14 +0000
committerRoland McGrath <roland@gnu.org>1991-11-12 00:35:14 +0000
commit324b82a4f94ad50cb71b680806ff5a3e89f31dbe (patch)
treee1b88169c53ce14670bf60bd95def5c082d68a96 /manual/filesys.texi
parent2f435ea0d5864b030a343b778badfc5b05661864 (diff)
Minimal tweaks to get it to print.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r--manual/filesys.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index d123438984..b70106089e 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -672,7 +672,7 @@ To use this function, your program should include the header files
@deftypefun int rmdir (const char *@var{filename})
The @code{rmdir} function removes a directory. The directory must
be empty before it can be removed; in other words, it can only contain
-entries for @file{.} and @file {..}.
+entries for @file{.} and @file{..}.
The other effects of this function are like those of @code{unlink};
@pxref{Removing and Renaming Files}. There are two additional