diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
commit | fd80bd85aae74b486ef6875e2553afa55b9499e0 (patch) | |
tree | 745201ae517ef3469e3bafc20c5bb76de8b3bffa /bin/pax | |
parent | 06e3579118de0e275610c2060770fff7febe25c6 (diff) |
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.
Diffstat (limited to 'bin/pax')
-rw-r--r-- | bin/pax/cpio.1 | 16 | ||||
-rw-r--r-- | bin/pax/pax.1 | 4 |
2 files changed, 11 insertions, 9 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 85c775ebec6..65c6efdda23 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: cpio.1,v 1.10 2000/03/17 18:15:15 aaron Exp $ +.\" $OpenBSD: cpio.1,v 1.11 2000/11/09 17:51:57 aaron Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -68,13 +68,13 @@ command copies files to and from a archive. .Pp The options are as follows: -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl o Create an archive. Reads the list of files to store in the archive from standard input, and writes the archive on standard output. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Reset the access times on files that have been copied to the archive. @@ -95,7 +95,8 @@ Use the specified file name as the archive to write to. .It Fl H Ar format Write the archive in the specified format. Recognized formats are: -.Bl -tag -width Ds +.Pp +.Bl -tag -width sv4cpio -compact .It Ar bcpio Old binary cpio format. .It Ar cpio @@ -127,7 +128,7 @@ Reads the archive file from standard input and extracts files matching the .Ar patterns that were specified on the command line. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl b Do byte and word swapping after reading in data from the archive, for restoring archives created on systems with @@ -155,7 +156,8 @@ Use the specified file as the input for the archive. .It Fl H Ar format Read an archive of the specified format. Recognized formats are: -.Bl -tag -width Ds +.Pp +.Bl -tag -width sv4cpio -compact .It Ar bcpio Old binary cpio format. .It Ar cpio @@ -201,7 +203,7 @@ The list of files to copy are read from standard input and written out to a directory relative to the specified .Ar directory argument. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Fl a Reset the access times on files that have been copied. .It Fl d diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 6ea227b9880..ddffe87a633 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.22 2000/11/08 19:37:32 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.23 2000/11/09 17:51:58 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -332,7 +332,7 @@ operand pathnames in a diagnostic message to standard error and then exit with a non-zero exit status. .Pp The options are as follows: -.Bl -tag -width 4n +.Bl -tag -width Ds .It Fl r Read an archive file from standard input and extract the specified |