Module Name: othersrc
Committed By: wiz
Date: Tue Jun 21 09:45:49 UTC 2011
Modified Files:
othersrc/external/bsd/mat/dist: matpax.1
Log Message:
Sort option descriptions. Add -v to SYNOPSIS. Remove empty EXAMPLES section.
Increase Bl width so everything fits.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/mat/dist/matpax.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/mat/dist/matpax.1
diff -u othersrc/external/bsd/mat/dist/matpax.1:1.3 othersrc/external/bsd/mat/dist/matpax.1:1.4
--- othersrc/external/bsd/mat/dist/matpax.1:1.3 Tue Jun 21 04:21:24 2011
+++ othersrc/external/bsd/mat/dist/matpax.1 Tue Jun 21 09:45:49 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: matpax.1,v 1.3 2011/06/21 04:21:24 agc Exp $
+.\" $NetBSD: matpax.1,v 1.4 2011/06/21 09:45:49 wiz Exp $
.\"
.\" Copyright (c) 2011 Alistair Crooks <[email protected]>
.\" All rights reserved.
@@ -31,7 +31,7 @@
.Nd minimalist archive tool program with pax frontend
.Sh SYNOPSIS
.Nm
-.Op Fl Valrw
+.Op Fl alrVvw
.Op Fl C Ar directory
.Op Fl f Ar archive
.Op Ar file ...
@@ -50,11 +50,7 @@
digests to protect the contents of the archive.
.Pp
The options are as follows:
-.Bl -tag -width template123
-.It Fl C Ar directory
-perform an initial
-.Xr chdir 2
-into the specified directory before attempting to resolve any filenames.
+.Bl -tag -width XCXdirectoryXX
.It Fl a
Perform an
.Dq audit
@@ -68,6 +64,10 @@
.Xr diff 1
can be used to compare packages and installed file system entries to
see if anything has been changed.
+.It Fl C Ar directory
+perform an initial
+.Xr chdir 2
+into the specified directory before attempting to resolve any filenames.
.It Fl f Ar archive
Use the
.Xr libmat 3
@@ -83,8 +83,6 @@
list the archive
.It Fl r
extract the named components from the archive.
-.It Fl w
-create the archive from the named components.
.It Fl V
verify the archive does not contain dangerous
entries which could compromise a machine if the archive
@@ -97,6 +95,8 @@
digests associated with the archive component.
.It Fl v
increase the verbosity level by one unit.
+.It Fl w
+create the archive from the named components.
.El
.Pp
.Nm
@@ -117,9 +117,6 @@
argument, has been provided.
The archive is verified before listing or extracting from
the archive.
-.Sh EXAMPLES
-.Bd -literal
-.Ed
.Sh SEE ALSO
.Xr mat 1 ,
.Xr pax 1 ,