summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-02-15 08:12:02 +0000
committerRichard M. Stallman <rms@gnu.org>1992-02-15 08:12:02 +0000
commitffc6660f3661054091dba783d475bbd7cc1c1e2e (patch)
treef514c48ccf5031f484186449603f9d5e2b2968e1 /manual/filesys.texi
parentc15ccff65b26ed6c3d11b2bbb744deb9382d22db (diff)
Correct some node names.
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 812fa3a2d4..088feaebb3 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -17,7 +17,7 @@ access permissions and modification times.
file names.
* Accessing Directories:: Finding out what files a directory
contains.
-* Alternate Names:: Adding alternate names to a file.
+* Directory Entries:: Adding alternate names to a file.
* Symbolic Links:: A file that ``points to'' a file name.
* Deleting Files:: How to delete a file, and what that means.
* Renaming Files:: Changing a file's name.
@@ -154,7 +154,7 @@ parallels here to the stream facilities for ordinary files, described in
* Directory Entries:: Format of one directory entry.
* Opening a Directory:: How to open a directory stream.
* Reading/Closing Directory:: How to read directory entries from the stream.
-* Simple Directory Stream:: A very simple directory listing program.
+* Simple Directory Lister:: A very simple directory listing program.
* Random Access Directory:: Rereading part of the directory
already read with the same stream.
@end menu