diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-05 20:40:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-05 20:40:39 +0000 |
commit | 89bcff9cf4b418c25481dfd91474fd4e88370909 (patch) | |
tree | c411b94af877fd934b57e694d48b9f7c6746a824 /doc | |
parent | ed83326eb6f3015a0c30cf106a9c74aa1670f0b1 (diff) | |
download | coreutils-89bcff9cf4b418c25481dfd91474fd4e88370909.tar.xz |
put POSIX back in direntry description of cksum
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 73f15fb89..f6da03e24 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -36,7 +36,7 @@ * chmod: (coreutils)chmod invocation. Change file permissions. * chown: (coreutils)chown invocation. Change file owners/groups. * chroot: (coreutils)chroot invocation. Specify the root directory. -* cksum: (coreutils)cksum invocation. Print CRC checksum. +* cksum: (coreutils)cksum invocation. Print POSIX CRC checksum. * comm: (coreutils)comm invocation. Compare sorted files by line. * cp: (coreutils)cp invocation. Copy files. * csplit: (coreutils)csplit invocation. Split by context. |