diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-14 06:27:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-14 06:27:10 +0000 |
commit | 2c41df8b40b136e919f74cedc13d9a8c772f0b46 (patch) | |
tree | 917737a6d6824bfedddeb72b7842bc115ece554a /doc | |
parent | 86168539c7fe9d333405cf73efff70ed7f0b4c1f (diff) | |
download | coreutils-2c41df8b40b136e919f74cedc13d9a8c772f0b46.tar.xz |
alphabetize entries in a menu
In xref, use libc instead of library.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
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 |