summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1999-09-23Minor tweaks. Add Xr to find(1); espie@Aaron Campbell
1999-09-23Description of -R option should be first.Aaron Campbell
1999-09-23Improve this man page significantly; more helpful, easier to read, and easierAaron Campbell
1999-09-08flags_to_string() and string_to_flags() should take pointers to a u_intTodd C. Miller
1999-09-02awk -> .Xr awk 1Aaron Campbell
1999-09-02use DvAaron Campbell
1999-08-17clearer descriptionAaron Campbell
1999-08-17consistencyAaron Campbell
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-16don't cast third argument to kvm_read to char *. (it's void *)Artur Grabowski
1999-08-09if verbose, fflush() appropriately before printing warnings to stderrPaul Janzen
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-08-04Turn <tab> completion on by default for people used to bash, tcsh, etc...Todd C. Miller
1999-08-04Kill gzip subprocess correctly instead of letting it get a SIGPIPE whenMarc Espie
1999-08-04o Better fix for not sending a HUP to pg 0 from the pdksh maintainerTodd C. Miller
1999-08-02Check to make sure process group is not 0 before sending a SIGHUP toTodd C. Miller
1999-07-28Add -T support, ala GNU-tar.Marc Espie
1999-07-27fgetln does not allocate memory, pax tree functions don't allocateMarc Espie
1999-07-26When using the -i option, check for the existence of the source file beforeAaron Campbell
1999-07-26some macro fix-ups; but imho, this page is ugly and needs more improvementAaron Campbell
1999-07-23cat appeared in Version 1 AT&T UNIX, not 6Aaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-07-15o Set default line edit mode to emacs (VISUAL/EDITOR or user can override)Todd C. Miller
1999-07-15silence -WallTodd C. Miller
1999-07-14update man page to pdksh v5.2.14Aaron Campbell
1999-07-14Official fix for workaround in 1.18Todd C. Miller
1999-07-14pdksh-5.2.14Todd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-06-w writes files to the standard output, not standard input; d@Aaron Campbell
1999-07-05mdoc'ify syntax of the more complicated commands; when I converted this manAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-04New: tar -q option (for quick)Marc Espie
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-01remove trailing spaces; missed from a previous commitAaron Campbell
1999-06-23When redirecting to a file with stdout closed, don't blithely reuseTodd C. Miller
1999-06-21stop casting the third argument to kvm_read to char *. it is a void *.Artur Grabowski
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-06-14Fixed a bunch of typos, grammar errors, and unclear wording in the shPaul Janzen
1999-06-06Once again, fix the spelling of "occurrence" in the documentationPaul Janzen
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-05-30repairsAaron Campbell
1999-05-30It's spelled "occurrence". Also a few other minor mods while I'm at it.Paul Janzen
1999-05-29repairsAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-28be more conservative with the .Dq macro; in particular, use .Sq macros most ofAaron Campbell
1999-05-24document the -m flag, normally only used by su(1); woods@most.weird.com,Aaron Campbell