OpenBSD CVS

CVS log for src/bin/pax/pax.1


[BACK] Up to [local] / src / bin / pax

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.79 / (download) - annotate - [select for diffs], Wed Apr 17 15:48:44 2024 UTC (7 weeks, 5 days ago) by jca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.78: +4 -3 lines
Diff to previous 1.78 (colored)

Fold long line

Revision 1.78 / (download) - annotate - [select for diffs], Mon Apr 15 17:33:10 2024 UTC (8 weeks ago) by jca
Branch: MAIN
Changes since 1.77: +3 -3 lines
Diff to previous 1.77 (colored)

Switch pax(1) to write archives using the 'pax' format by default

ramdisk versions will keep using ustar for writing.

ok millert@

Revision 1.77 / (download) - annotate - [select for diffs], Sat Dec 9 23:00:11 2023 UTC (6 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.76: +10 -4 lines
Diff to previous 1.76 (colored)

Add basic write support for 'pax' format archives

Keep writing archives in ustar format by default.  People can test the
posix 'pax' format using pax(1) -w -x pax ... or cpio -o -H pax ...;
tar(1) can't exercise this code yet.  Only long names file and link
names are supported for now.

With input and tests from caspar@, ok millert@

Revision 1.76 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:14 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.75 / (download) - annotate - [select for diffs], Thu Jan 16 16:46:46 2020 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.74: +3 -3 lines
Diff to previous 1.74 (colored)

Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.

Revision 1.74 / (download) - annotate - [select for diffs], Mon Jul 23 19:02:49 2018 UTC (5 years, 10 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)

Point to glob in section 7 for the actual list of special characters instead
the C API in section 3.

OK millert jmc nicm, "the right idea" deraadt

Revision 1.73 / (download) - annotate - [select for diffs], Fri Aug 26 04:40:27 2016 UTC (7 years, 9 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.72: +2 -16 lines
Diff to previous 1.72 (colored)

-E NONE has *never* worked; it was always -E none.  It's a dubious option
value that merits a warning in the manpage and using 2 billion will get
you practically the same effect, so delete the -E none support

Revision 1.72 / (download) - annotate - [select for diffs], Tue Aug 16 18:41:06 2016 UTC (7 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.71: +7 -2 lines
Diff to previous 1.71 (colored)

Add HISTORY.
From Sevan Janiyan <venture37 at geeklan dot co dot uk>.
Verified using the CSRG archive CD.

Revision 1.71 / (download) - annotate - [select for diffs], Sun Mar 15 05:16:56 2015 UTC (9 years, 2 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.70: +2 -3 lines
Diff to previous 1.70 (colored)

pax -o only accepts 'write_opt=nodir' and not bare 'nodir'

Revision 1.70 / (download) - annotate - [select for diffs], Thu Jan 15 19:06:31 2015 UTC (9 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.69: +3 -4 lines
Diff to previous 1.69 (colored)

remove .Tn; from Jan Stary <hans at stare dot cz>

Revision 1.69 / (download) - annotate - [select for diffs], Mon Sep 8 01:27:54 2014 UTC (9 years, 9 months ago) by schwarze
Branch: MAIN
Changes since 1.68: +4 -3 lines
Diff to previous 1.68 (colored)

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes

Revision 1.68 / (download) - annotate - [select for diffs], Wed Jun 4 07:57:27 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.67: +4 -6 lines
Diff to previous 1.67 (colored)

undo my "no TZ support" notes; guenther says they're wrong
ok guenther

Revision 1.67 / (download) - annotate - [select for diffs], Fri Apr 18 22:23:53 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.66: +4 -4 lines
Diff to previous 1.66 (colored)

tweak;

Revision 1.66 / (download) - annotate - [select for diffs], Tue Apr 15 21:21:20 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.65: +46 -100 lines
Diff to previous 1.65 (colored)

note some unsupported features, and clean up some macros - in particular,
whack a dose of unneccessary Em;

ok millert

Revision 1.65 / (download) - annotate - [select for diffs], Tue Apr 15 17:02:54 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.64: +16 -3 lines
Diff to previous 1.64 (colored)

flesh out STANDARDS; ok millert sobrado

Revision 1.64 / (download) - annotate - [select for diffs], Thu Feb 13 07:30:39 2014 UTC (10 years, 3 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.63: +3 -5 lines
Diff to previous 1.63 (colored)

Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

ok millert@ jmc@ schwarze@

Revision 1.63 / (download) - annotate - [select for diffs], Thu Jan 9 03:13:24 2014 UTC (10 years, 5 months ago) by guenther
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 (colored)

Symlinks are displayed with '->', not '=>'

Revision 1.62 / (download) - annotate - [select for diffs], Wed Mar 27 17:14:10 2013 UTC (11 years, 2 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.61: +6 -4 lines
Diff to previous 1.61 (colored)

Enable support for write_opt=nodir for ustar archives which helps to fix
issues with some crappy tar archive readers out there that rely on the
fact that directory entries ends up with "/" when created by GNU Tar, and
now I'm finishing this commit message by mentioning people who gave input
and okays: deraadt@ millert@ jmc@

Revision 1.61 / (download) - annotate - [select for diffs], Sun Sep 19 20:55:25 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.60: +6 -6 lines
Diff to previous 1.60 (colored)

more wacky macro fixing;

Revision 1.60 / (download) - annotate - [select for diffs], Fri Sep 3 09:53:20 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.59: +9 -9 lines
Diff to previous 1.59 (colored)

add an EXIT STATUS section for /bin;

Revision 1.59 / (download) - annotate - [select for diffs], Thu Jul 22 08:09:29 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.58: +13 -11 lines
Diff to previous 1.58 (colored)

move exit returns blurb out of DIAGNOSTICS; from daniel dickman

Revision 1.58 / (download) - annotate - [select for diffs], Sun Aug 16 09:41:08 2009 UTC (14 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

replace ".Ar file ..." with ".Ar" whenever possible.

ok jmc@

Revision 1.57 / (download) - annotate - [select for diffs], Wed Aug 5 13:38:05 2009 UTC (14 years, 10 months ago) by martynas
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

ustar format consists of prefix = 155 octets;  name = 100 octets
prefix (155) + / (1) + name (100) = 256 characters;  not 255 characters
ok otto@, millert@

Revision 1.56 / (download) - annotate - [select for diffs], Sun Feb 8 17:33:01 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.55: +3 -3 lines
Diff to previous 1.55 (colored)

updates to IEEE Std 1003.1-2008;

Revision 1.55 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:09 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.54 / (download) - annotate - [select for diffs], Wed Jun 11 07:42:50 2008 UTC (16 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.53: +3 -3 lines
Diff to previous 1.53 (colored)

(sorry pval) some missing -j bits;

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jun 11 00:49:08 2008 UTC (16 years ago) by pvalchev
Branch: MAIN
Changes since 1.52: +12 -6 lines
Diff to previous 1.52 (colored)

Add tar -j option that calls bzip2 for compress/decompress. Requires
you to install the bzip2 pkg (or add bzip2 in another way).

ok millert@ otto@ deraadt@ and 'many others'@
man page tweak from jmc@

Revision 1.52 / (download) - annotate - [select for diffs], Thu May 31 19:19:15 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

convert to new .Dd format;

Revision 1.51 / (download) - annotate - [select for diffs], Tue May 29 15:04:59 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.50: +9 -21 lines
Diff to previous 1.50 (colored)

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert

Revision 1.50 / (download) - annotate - [select for diffs], Tue Mar 6 14:40:22 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.49: +7 -6 lines
Diff to previous 1.49 (colored)

clarify an example; from patrick keshishian
help/ok otto

Revision 1.49 / (download) - annotate - [select for diffs], Sat Feb 24 09:50:55 2007 UTC (17 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.48: +14 -15 lines
Diff to previous 1.48 (colored)

sort options; sync usage(); from Igor Sobrado

Revision 1.48 / (download) - annotate - [select for diffs], Fri May 12 11:55:58 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

32256 is the (posix) block size limit, not archive size limit;

from coleman kane;
ok otto

Revision 1.47 / (download) - annotate - [select for diffs], Sat Mar 25 07:53:47 2006 UTC (18 years, 2 months ago) by ray
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Use correct directory in example.

From Alf Schlichting.

OK jmc@ and otto@

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jun 2 19:06:43 2005 UTC (19 years ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.45: +302 -302 lines
Diff to previous 1.45 (colored)

sort options

Revision 1.45 / (download) - annotate - [select for diffs], Thu Jun 2 16:27:08 2005 UTC (19 years ago) by jaredy
Branch: MAIN
Changes since 1.44: +162 -202 lines
Diff to previous 1.44 (colored)

- simplify usage
- rearrange examples
- layout tweaks
- minor macro, punctuation, etc. fixes

ok jmc

Revision 1.44 / (download) - annotate - [select for diffs], Thu Feb 19 19:15:32 2004 UTC (20 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.43: +3 -2 lines
Diff to previous 1.43 (colored)

filenames can have 100 chars, total pathname 255 in ustar format; not 250;
from pb@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jan 23 23:08:45 2004 UTC (20 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@

Revision 1.42 / (download) - annotate - [select for diffs], Fri Nov 21 20:54:02 2003 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.41: +9 -9 lines
Diff to previous 1.41 (colored)

grammar improvements from Jared Yanovich;

Revision 1.41 / (download) - annotate - [select for diffs], Wed Oct 22 20:08:45 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

quote args to make them expand properly;

Revision 1.40 / (download) - annotate - [select for diffs], Fri Jun 13 17:51:14 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.39: +20 -4 lines
Diff to previous 1.39 (colored)

Add a -0 flag to make pax use a NUL instead of a newline as the
pathname separator.  Works in list mode as well as read/copy mode.
Based on a patch from David Leonard; closes PR 3310

Revision 1.39 / (download) - annotate - [select for diffs], Mon Jun 2 23:32:08 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.38: +2 -6 lines
Diff to previous 1.38 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.38 / (download) - annotate - [select for diffs], Thu May 29 20:32:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.37: +9 -9 lines
Diff to previous 1.37 (colored)

- section reorder
- removed unnecessary .Pp and .Ns

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 28 06:27:36 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

typos;

suggestions, corrections and ok millert@

Revision 1.36 / (download) - annotate - [select for diffs], Sun Apr 20 20:16:24 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.35: +5 -2 lines
Diff to previous 1.35 (colored)

incorrect macro, with too many arguments;

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 12 20:12:35 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.34: +10 -10 lines
Diff to previous 1.34 (colored)

more .Li

Revision 1.34 / (download) - annotate - [select for diffs], Fri Oct 18 15:38:11 2002 UTC (21 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.33: +9 -1 lines
Diff to previous 1.33 (colored)

Pull in some changes from NetBSD
o When extracting GNU tar archives, honor @LongLink long links/files
o Add an option to prevent pax from prompting for the next volume
  upon premature end of archive.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 16 15:56:42 2002 UTC (21 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.32: +10 -9 lines
Diff to previous 1.32 (colored)

Sync date parsing code with that in date(1) (which is obviously what pax's
date code was based on).  It is now possible to specify 4 digit years.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 15 21:25:31 2002 UTC (21 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Time ranges were documented incorrectly; Christian von Roques
We should probably add support for specifying the century too...

Revision 1.31 / (download) - annotate - [select for diffs], Mon Feb 11 18:43:51 2002 UTC (22 years, 4 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.30: +8 -8 lines
Diff to previous 1.30 (colored)

Initial patch.
When you give command examples in a manual page prefix them with
	$ command
or
	# command

deraadt@ ok

Revision 1.30 / (download) - annotate - [select for diffs], Wed Jan 16 18:16:56 2002 UTC (22 years, 4 months ago) by marc
Branch: MAIN
Changes since 1.29: +6 -6 lines
Diff to previous 1.29 (colored)

A better way to escape the punctuation chars in the examples.
Fix other examples.   Thanks to wiz@danbala.ifoer.tuwien.ac.at

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 15 21:20:09 2002 UTC (22 years, 4 months ago) by marc
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

sometimes trailing spaces are required for proper formating

Revision 1.28 / (download) - annotate - [select for diffs], Fri Dec 21 11:41:49 2001 UTC (22 years, 5 months ago) by mpech
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;

millert@ ok

Revision 1.27 / (download) - annotate - [select for diffs], Tue May 1 17:58:01 2001 UTC (23 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

Remove completely redundant introductory sentences in ENVIRONMENT sections.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Feb 7 19:04:14 2001 UTC (23 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.25: +8 -1 lines
Diff to previous 1.25 (colored)

Honor TMPDIR environment variable and document the fact.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Nov 9 23:58:55 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.24: +37 -37 lines
Diff to previous 1.24 (colored)

- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS

Revision 1.24 / (download) - annotate - [select for diffs], Thu Nov 9 23:47:17 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Insert some missing commas.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 9 17:51:58 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 8 19:37:32 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (colored)

- Get rid of ".Sh OPTIONS" and always use the standard options list intro.
- Move some BUGS/CAVEATS to the end of the man pages where they should go.
- Correct some .Nm usage.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 18 06:55:09 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.20: +26 -27 lines
Diff to previous 1.20 (colored)

Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 15 02:15:10 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Mostly punctuation fixes.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 23 21:10:23 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Fix some formatting problems I missed before.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 17 18:15:15 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Remove hard sentence breaks.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Mar 14 21:31:41 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as
possible (it's getting there :-)).

Revision 1.16 / (download) - annotate - [select for diffs], Sun Mar 5 00:28:52 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Finish standardizing options list introduction.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 6 11:20:46 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

-w writes files to the standard output, not standard input; d@

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 4 02:45:14 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.13: +82 -91 lines
Diff to previous 1.13 (colored)

start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 3 09:50:33 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

use the hyphenated form "command-line" in the case of a compound adjective;
pjanzen@

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 23 14:10:48 1999 UTC (25 years ago) by aaron
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com

Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 19 18:39:05 1998 UTC (25 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

fix

Revision 1.10 / (download) - annotate - [select for diffs], Mon Dec 7 23:45:46 1998 UTC (25 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +10 -4 lines
Diff to previous 1.9 (colored)

doc -z pax option; d

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 28 03:20:34 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.8: +47 -47 lines
Diff to previous 1.8 (colored)

start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one
it's given)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 6 00:34:09 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.7: +7 -3 lines
Diff to previous 1.7 (colored)

use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 23 00:13:49 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

alphabetize SEE ALSO entries and numerically order according to section

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 14 22:13:52 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
Changes since 1.5: +45 -45 lines
Diff to previous 1.5 (colored)

First complete sweep of man pages, bin/. Command/function names previously
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS
cleanups, other miscellaneous typos.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 6 06:11:13 1997 UTC (27 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +5 -2 lines
Diff to previous 1.4 (colored)

Allow creation of archives with block sizes up to 64512 bytes
but complain about non-portability if > 32256 bytes.
Brought up by George Robbins <grr@shandakor.tharsis.com>

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 20 06:54:35 1997 UTC (27 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

cpio emulation for pax

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 23 14:20:39 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

update rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 11 06:43:42 1996 UTC (28 years ago) by tholo
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Correct usage for listing contents of archives; from FreeBSD

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:17 1995 UTC (28 years, 8 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:17 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.