Age | Commit message (Collapse) | Author |
|
Predefined strings are not very portable across troff implementations,
and they make the source much harder to read. Usually the intended
character can be written directly.
No output changes, except for two instances where the incorrect escape
was used in the first place.
tweaks + ok schwarze@
|
|
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
|
|
|
|
|
|
|
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
updates to follow;
|
|
was probably thinking of the fact that files created would be smaller than
the original file split; instead, just say that they create files.
this comes from freebsd pr#119329, submitted by Julian Stacey.
his fix was to introduce the notion of "split files", but the idea of
"create split files" can be just as confusing, so i've gone with removing
the original, ambiguous, adjective.
|
|
ok jmc@
|
|
ok ray@
|
|
incorrect. This simpler version from Pete Honeyman passes all the
tests I thow at it. OK deraadt@ some time ago.
|
|
|
|
- note which options are extensions to POSIX
|
|
from Matthias Kilian;
|
|
use ssize_t not long for read/write length. OK beck@
|
|
|
|
file names to be less blecherous, though it is still not pretty.
OK beck@, with man page help from jmc@
|
|
- tidy up the text somewhat
- make it clear that the original file is not changed
mostly this is based on a freebsd pr (33852),
submitted by gary w. swearingen
|
|
add the relevant arguments to the options synopsis for -b and -l;
tidy up the formatting of [-b byte_count[k|m]];
make SYNOPSIS arg for -l match its description;
split.c:
sync usage();
|
|
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
each non-option shall be treated as arguments to option '\1'.
BSD getopt match '-' in optstring with a '-' on the command line.
This is used to support deprecated options like "su -" that would
otherwise prevent the use of getopt().
Resolving this simply requires that the leading '-' be moved somewhere
else (I moved it to the end of optstring) since position within
optstring is not meaningful.
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
|
|
be a single digit. Powered by mantoya@.
millert@ ok.
|
|
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
|
|
|
|
|
|
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
|
|
Add new option '-p pattern' for splitting files based on matching
lines in the file with a regular expression. Useful for e.g.
'cvs diff' output. Also compile cleanly with -Wall and use
defines from <sysexits.h>.
|
|
|
|
|
|
|
|
|