summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-14 06:27:10 +0000
committerJim Meyering <jim@meyering.net>2002-04-14 06:27:10 +0000
commit2c41df8b40b136e919f74cedc13d9a8c772f0b46 (patch)
tree917737a6d6824bfedddeb72b7842bc115ece554a /doc/coreutils.texi
parent86168539c7fe9d333405cf73efff70ed7f0b4c1f (diff)
downloadcoreutils-2c41df8b40b136e919f74cedc13d9a8c772f0b46.tar.xz
alphabetize entries in a menu
In xref, use libc instead of library.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 644a891f4..dd63e3272 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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