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