Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-10 | Use .Nm instead of spelling out "cpio". | Aaron Campbell | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-09 | typo, inspired by deraadt@ | Niels Provos | |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-18 | remention -T | Eric Jackson | |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-10-07 | remove non-existant T option | Eric Jackson | |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie | |
- remove zflag variable, since gzip_program is enough to know what's going on. - fix ar_gzip call to not depend on global variables. Avoid bogus act checks, avoid calling if fd == -1. - do gzip check for append as early as possible. - remove old K&R prototype when updating. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be ↵ | Theo de Raadt | |
done later.. contact me if you want to help) | |||
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-08-09 | if verbose, fflush() appropriately before printing warnings to stderr | Paul Janzen | |
1999-08-04 | Kill gzip subprocess correctly instead of letting it get a SIGPIPE when | Marc Espie | |
using pax -n to list/extract. | |||
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-06 | -w writes files to the standard output, not standard input; d@ | Aaron Campbell | |
1999-07-04 | New: tar -q option (for quick) | Marc Espie | |
same as pax -n. Useful for packages. | |||
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 | |
pjanzen@ | |||
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-29 | always check return value of strdup() | Aaron Campbell | |
1999-04-08 | memory leak fix; niklas | Theo de Raadt | |
1998-12-19 | fix | Theo de Raadt | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-07 | doc -z pax option; d | Theo de Raadt | |
1998-12-02 | cleanup/update synopsis | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-10-19 | Fix off-by-one error when adding files of exactly 100 characters; ↵ | Todd C. Miller | |
wsanchez@apple.com | |||
1998-09-26 | fix storage of paths that are exactly 100 chars; mgw@pacbell.net | Todd C. Miller | |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ↵ | Todd C. Miller | |
mode or in create mode where create output is to stdout print to stderr | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-07-27 | pull in string.h for memset() proto | Todd C. Miller | |
1998-07-20 | Spelling, and omitted words for getNAME. | Marc Espie | |
1998-07-03 | use 10 X in mkstemp string for improved speed at race winning | Theo de Raadt | |
1998-06-09 | spelling | Theo de Raadt | |
1998-06-03 | zero sigset_t before use | Theo de Raadt | |
1998-03-31 | only preserve uid/gid if -p. This is unlike traditional tar but more like gtar | Todd C. Miller | |
1998-03-03 | Correct -x and -p flags to be more like traditional tar and make | Todd C. Miller | |
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode. | |||
1998-01-22 | Preserve uid/gid if invoked as tar and extracting as root. | Todd C. Miller | |
This is traditional tar behavior. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |