summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2001-12-20Oops, pasto.soren
2001-12-20Sync getopt() / man page with actual getopt options.soren
2001-12-20Punctuation nits, use Bd -literal instead of .nf, drop unnecessary .Pps.wiz
2001-12-20Punctuation nits, drop unnecessary .Pps, sort sections.wiz
2001-12-20Punctuation nit.wiz
2001-12-20Punctuation nit, sort SEE ALSO.wiz
2001-12-20Properly quote punctuation.wiz
2001-12-20Use standard headers.wiz
2001-12-20Use standard headers, sort sections.wiz
2001-12-20Use standard headers, sort SEE ALSO.wiz
2001-12-20Sort sections.wiz
2001-12-20Sort SEE ALSO.wiz
2001-12-20Sort sections, drop unnecessary .Pps, use standard headers.wiz
2001-12-20Drop unnecessary .Pps.wiz
2001-12-20Sort sections, drop unnecessary .Pps.wiz
2001-12-20Whitespace nits.wiz
2001-12-20Deocument the meaning of a pid value of 0 and remove the BUGS section;kleink
2001-12-17make sure that rlim_cur >= rlim_max in all the setrlimit(2) cases.christos
2001-12-12Document set time variables, and the format strings recognized.wiz
2001-12-12MKfoo=no -> NOfoo=tv
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-30Deal with LP64 printf format issues.thorpej
2001-11-26a bit more cosmetic changes.enami
2001-11-26Replace {u_,}longlong_t usage with {u,}int64_t, as the former haslukem
2001-11-25Drop a space and an unnecessary .Pp.wiz
2001-11-25fix conv= descriptionlukem
2001-11-25- Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizeslukem
2001-11-25fix WARNS=2 for -DNO_CONVlukem
2001-11-25- ANSI KNFlukem
2001-11-22Patch from mycroft to fix case of rm -rf nonexistant on a r/o fs would stilljmc
2001-11-14Plug a memory leak when setting PWD -- don't mark the variable withhe
2001-11-12PR/14558: Tero Kivinen: Check the return value of nanosleep and don't failchristos
2001-11-11Fix a cross reference in man page. This should probably be mandoc-ifiedjwise
2001-11-08Add a second example for copying directory trees, this time as roothubertf
2001-11-07 * Fix example on how to copy a tree.hubertf
2001-11-05put -l explanation before -m, so that the options are in alphabet orderjdolecek
2001-11-03change from WARNS?=1 to WARNS?=2 for bin/lukem
2001-11-03default to WARNS=1 if not setlukem
2001-11-03fix WARNS=2lukem
2001-11-03fix minor WARNS=2lukem
2001-11-03fix WARNS=2lukem
2001-11-03fix WARNS=2lukem
2001-11-02Fix switch alias handling. Inspired from FreeBSD, but corrected to handlechristos
2001-10-28Whitespace nits, sort sections, fix Dv usage (doesn't like macro argument).wiz
2001-10-28s/u_longlong_t/unsigned long long/ to shut up the parc portlukem
2001-10-26improve previous; use %lu and (u_long) to print size_tlukem
2001-10-26Cast size_t's to (int) when printing as %d; appeases the sparc port.lukem
2001-10-25minor improvements in wording and flag testinglukem
2001-10-25Implement -M flag: During a write or copy operation, treat the list oflukem
2001-10-25- ansi KNF (just remove all the #ifndef __STDC__ prototype junk,lukem