man-pages/man1
Michael Kerrisk 28d88c1751 Global change to many pages...
Various pages use inconsistent terms for 'null byte' (which
is the C99/SUSv3 term for the '\0' character).
To rectify this the following changes were made in these pages:

Replace 'zero byte' with 'null byte'.
Replace 'null character' with 'null byte'.
Replace 'nulls' with 'null bytes'.
Replace 'NUL-terminated' by 'null-terminated'.
Replace 'NUL' by 'null byte'.
Replace 'terminating NUL' by 'terminating null byte'.
Replace 'final NUL' by 'terminating null byte'.
Replace 'NUL character' by 'null byte'.
2006-01-13 02:09:44 +00:00
..
README Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
chgrp.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
chmod.1 set-(group|user)-ID fixes 2005-07-18 16:09:29 +00:00
chown.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
cp.1 Global change to many pages... 2006-01-13 02:09:44 +00:00
dd.1 Global change to many pages... 2006-01-13 02:09:44 +00:00
df.1 Formatting fixes 2005-07-19 15:38:39 +00:00
diff.1 Formatting fixes 2005-10-19 14:16:57 +00:00
dir.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
dircolors.1 hyphen/dash fixes 2005-07-06 12:57:38 +00:00
du.1 To get an effect like "-h", BLOCKSIZE must start with "human", not "HUMAN". 2005-09-15 13:49:25 +00:00
install.1 id --> ID 2005-07-18 16:02:32 +00:00
intro.1 hyphen/dash fixes 2005-07-06 12:57:38 +00:00
ldd.1 Remove "-V" option -- it doesn't exist 2005-10-04 12:49:58 +00:00
ln.1 Hyphenation/dash fixes 2005-07-06 07:41:37 +00:00
ls.1 Formatting fixes. 2005-07-19 15:36:19 +00:00
mkdir.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
mkfifo.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
mknod.1 Fix typo 2005-05-31 16:08:45 +00:00
mv.1 Consistent use of "set-user-ID" and "set-group-ID". 2005-07-18 14:25:42 +00:00
rm.1 Spelling fixes 2005-06-24 14:58:43 +00:00
rmdir.1 Hyphenation/dash fixes 2005-07-06 07:41:37 +00:00
time.1 s/standard output/standard error/ 2005-09-15 12:56:56 +00:00
touch.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00
vdir.1 Import of man-pages 1.70 2004-11-03 13:51:07 +00:00

README

In his wisdom RMS decided that people need no man pages
when they can use GNU's beautiful info system.
Unfortunately, everybody I know greatly prefers man pages.

Since GNU actively non-maintains man pages, and inserts
text to the effect that you should not be reading them
in each man page that they already have, it seems that
outside maintenance of man pages for the GNU utilities
is required.

The fileutils-3.16 man pages found here have been derived
from those in fileutils-3.16-man-0.4.tar.gz
(as produced by Ragnar Hojland Espinosa and A. Wik, and
found on ftp://mail1.bet1.puv.fi/incoming/)
by adding information on what POSIX says about these
utilities. This is very useful if you have to write
scripts that should be portable.

There is also a time.1 man page here, inspired by
kromJx@crosswinds.net.

Andries