Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-10-17 | Minor formatting nits. | Aaron Campbell | |
1999-10-16 | Formatting fix. | Aaron Campbell | |
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie | |
should be enough. | |||
1999-10-05 | mention /etc/defaultdomain | Eric Jackson | |
1999-10-05 | mention /etc/myname | Eric Jackson | |
1999-10-05 | correct to show our current path situation | Eric Jackson | |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-09-28 | disable optimization on 88k | Steve Murphree | |
1999-09-23 | cetain -> certain; kwesterback@home.com | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. Fix formatting nits. | Aaron Campbell | |
1999-09-23 | Add EXAMPLES. | Aaron Campbell | |
1999-09-23 | Add an EXAMPLES section. Note that symbolic links may refer to non-existent | Aaron Campbell | |
files (as pointed out in symlink(2)). Fix some formatting, too. | |||
1999-09-23 | Formatting tweaks. | Aaron Campbell | |
1999-09-23 | Formatting fixes. Also, add a SEE ALSO section and Xr test(1). | Aaron Campbell | |
1999-09-23 | Some formatting tweaks. Shuffle the option descriptions into a more logical | Aaron Campbell | |
order. | |||
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 | |
to learn how chmod(1) works. Oh, and trash those useless BNF grammars. | |||
1999-09-08 | flags_to_string() and string_to_flags() should take pointers to a u_int | Todd C. Miller | |
not a u_long. Fixes PR #910. | |||
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 | |
using pax -n to list/extract. | |||
1999-08-04 | o Better fix for not sending a HUP to pg 0 from the pdksh maintainer | Todd C. Miller | |
o Includes fix for another unrelated problem where output of jobs command contains lots of ^A characters | |||
1999-08-02 | Check to make sure process group is not 0 before sending a SIGHUP to | Todd C. Miller | |
the process group on exit. This will cause problems if we are not the process group leader. | |||
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 | |
memory... but someone HAS to. | |||
1999-07-26 | When using the -i option, check for the existence of the source file before | Aaron Campbell | |
asking for confirmation, and if it doesn't exist, just complain and exit. This is NetBSD PR/8073; deraadt@ ok. | |||
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 | |
o Spell environment correctly | |||
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 | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
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 | |
page originally, I didn't know how to do such funky things | |||
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 | |
same as pax -n. Useful for packages. | |||
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |