]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
alphabetize entries in a menu
authorJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 06:27:10 +0000 (06:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Apr 2002 06:27:10 +0000 (06:27 +0000)
In xref, use libc instead of library.

doc/coreutils.texi

index 644a891f4de51b163aa9b82b4c22e027fa344899..dd63e3272e49e34207bd939dcecdff1b14316ad2 100644 (file)
@@ -6783,7 +6783,7 @@ reading, writing, and so on) are passed the symbolic link file, the
 kernel automatically @dfn{dereferences} the link and operates on the
 target of the link.  But some operations (e.g., removing) work on the
 link file itself, rather than on its target.  @xref{Symbolic Links,,,
-library, The GNU C Library Reference Manual}.
+libc, The GNU C Library Reference Manual}.
 
 The program accepts the following options.  Also see @ref{Common options}.
 
@@ -7134,9 +7134,9 @@ timestamps, and other information.  Collectively, we call these a file's
 These commands change file attributes.
 
 @menu
-* chown invocation::            Change file owners and groups.
 * chgrp invocation::            Change file groups.
 * chmod invocation::            Change access permissions.
+* chown invocation::            Change file owners and groups.
 * touch invocation::            Change file timestamps.
 @end menu