Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-27 | prevent line breaks in the middle of options. | Igor Sobrado | |
jmc@ suggested replacing ".Op Ar file ..." with just ".Op Ar", and provided excellent feedback about where placing the .Bk/.Ek macros. ok jmc@ | |||
2008-06-11 | Add tar -j option that calls bzip2 for compress/decompress. Requires | Peter Valchev | |
you to install the bzip2 pkg (or add bzip2 in another way). ok millert@ otto@ deraadt@ and 'many others'@ man page tweak from jmc@ | |||
2008-05-28 | write cpio_usage() in a way consistent with pax_usage() and tar_usage(); | Igor Sobrado | |
wrap options around to fill out the 80 columns; spacing. tweaked by jsing@, thank you very much! ok jsing@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-05-24 | variety of man page fixes | Jared Yanovich | |
- add non-legacy synopsis (and sync usage) - sort options - refer to synopsis arguments consistently - rearrange examples - mdoc tweaks - mention glob patterns for -t and -x ok jmc, otto | |||
2004-08-10 | -L and -h are synonymous; noticed by espie@ | Todd C. Miller | |
2003-11-21 | grammar improvements from Jared Yanovich; | Jason McIntyre | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-05-25 | typo fixes; S@mSmith.net | Theo de Raadt | |
2002-05-24 | examples subsection; s@msmith.net | Theo de Raadt | |
2002-01-02 | Grammar. deraadt@ ok | Thomas Nordin | |
2001-10-25 | Make -h and -L follow symlinks on extraction of directories. | Niklas Hallqvist | |
This means that existing symbolic links won't get overwritten with a directory, but instead the directory is created/updated with the privs from the archive at the end of the symlink chain. Great for unpacking OpenBSD release tarballs, where you have linked away stuff due to lack of space on a certain partition etc. | |||
2001-05-11 | add rcs tags | Michael Shalayeff | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-02-10 | Replace -T flag with more standard -I flag and make it work as a standard | Todd C. Miller | |
argument (and thus work as in the 'packed' option form) as well as a positional argument. Our -T flag was basically equivalent to -I but different from gnutar's -T so -T gets thrown out. | |||
2001-02-07 | Fix -T option and add support for -C option in the file pointed to | Todd C. Miller | |
by -T ala GNU tar. Based on a patch from woods@proven.weird.com; Closes PR #1664 | |||
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller | |
2001-02-05 | fix SYNOPSIS line; extra - | Theo de Raadt | |
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-10-18 | remention -T | Eric Jackson | |
2000-10-07 | remove non-existant T option | Eric Jackson | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-07-28 | Add -T support, ala GNU-tar. | Marc Espie | |
1999-07-04 | New: tar -q option (for quick) | Marc Espie | |
same as pax -n. Useful for packages. | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-12-02 | cleanup/update synopsis | Aaron Campbell | |
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-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
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-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. | |||
1997-05-29 | Fix -o option and add -O. | Todd C. Miller | |
1997-04-16 | Change rmt -> rst and use _PATH_DEFTAPE as default file if none is | Todd C. Miller | |
specified. | |||
1997-04-09 | Fix typos. Pointed out by Carsten Hammer <chammer@post.uni-bielefeld.de> | Todd C. Miller | |
1997-04-06 | Remove old -P flag since it doesn't do anything and make -P mean | Todd C. Miller | |
"preserve leading /" like GNU tar (no longer use -S for this). | |||
1997-04-06 | Allow creation of archives with block sizes up to 64512 bytes | Todd C. Miller | |
but complain about non-portability if > 32256 bytes. Brought up by George Robbins <grr@shandakor.tharsis.com> | |||
1997-04-05 | Strip leading '/' of pathnames (only in tar mode). -S option turns | Todd C. Miller | |
this off like GNU tar. | |||
1997-04-04 | Improvements based on commets by George Robbins <grr@shandakor.tharsis.com> | Todd C. Miller | |
- ``tar cf'' will now just exit instead of waiting for a file list on stdin. The old behavior should be re-enabled with an option. - Better wording in tar man page for -o and -w | |||
1997-03-26 | Note that default blocking factor is 20. | Todd C. Miller | |
1997-03-26 | Blocking factor in tar is in 512byte blocks. Makes -b act like | Todd C. Miller | |
``real'' tars. | |||
1996-12-09 | support pax '-s replstr' option in tar mode too. this can be used to | Theo de Raadt | |
deal with cleaning up absolute paths | |||
1996-10-27 | Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. | Jason Downs | |
General pax still seems to work ok. | |||
1996-08-10 | Add support for -h in tar emulation mode to follow symlinks | Thorsten Lockert | |