diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 20:32:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 20:32:14 +0000 |
commit | 90d0bbca4c99bcdf7139db46e5abd6b063832531 (patch) | |
tree | b302d0c757ee91e49d1d9f6b077dc8f48a9fbeac | |
parent | 037d23bb4188a109a2644df69348f65bded0f9b9 (diff) |
- section reorder
- removed unnecessary .Pp and .Ns
-rw-r--r-- | bin/pax/cpio.1 | 14 | ||||
-rw-r--r-- | bin/pax/pax.1 | 18 | ||||
-rw-r--r-- | bin/pax/tar.1 | 35 |
3 files changed, 33 insertions, 34 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 14fc2c14515..033e9a2a462 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpio.1,v 1.17 2001/05/11 20:02:16 mickey Exp $ +.\" $OpenBSD: cpio.1,v 1.18 2003/05/29 20:32:13 jmc Exp $ .\" .\" Copyright (c) 1997 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -28,7 +28,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.17 2001/05/11 20:02:16 mickey Exp $ +.\" $OpenBSD: cpio.1,v 1.18 2003/05/29 20:32:13 jmc Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -239,6 +239,11 @@ Be verbose about operations. List filenames as they are copied. .El .El +.Sh ENVIRONMENT +.Bl -tag -width Fl +.It Ev TMPDIR +Path in which to store temporary files. +.El .Sh ERRORS .Nm will exit with one of the following values: @@ -277,11 +282,6 @@ or error, .Nm may have only partially created the archive which may violate the specific archive format specification. -.Sh ENVIRONMENT -.Bl -tag -width Fl -.It Ev TMPDIR -Path in which to store temporary files. -.El .Sh SEE ALSO .Xr pax 1 , .Xr tar 1 diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 4665ab935c2..c71d18534bb 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.37 2003/04/28 06:27:36 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.38 2003/05/29 20:32:13 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -471,7 +471,7 @@ cannot be opened for reading and writing. Do not overwrite existing files. .It Fl l (The lowercase letter -.Dq ell. Ns ) +.Dq ell. ) Link files. In the .Em copy @@ -1057,6 +1057,11 @@ options are specified along with the .Fl n option, a file is not considered selected unless it is newer than the file to which it is compared. +.Sh ENVIRONMENT +.Bl -tag -width Fl +.It Ev TMPDIR +Path in which to store temporary files. +.El .Sh EXAMPLES .Li $ pax -w -f /dev/rst0 \&. .Pp @@ -1153,16 +1158,9 @@ a diagnostic message is written to standard error and when .Nm completes it will exit with a non-zero exit status. -.Sh ENVIRONMENT -.Bl -tag -width Fl -.It Ev TMPDIR -Path in which to store temporary files. -.El .Sh SEE ALSO .Xr cpio 1 , .Xr tar 1 -.Sh AUTHORS -Keith Muller at the University of California, San Diego. .Sh STANDARDS The .Nm @@ -1194,3 +1192,5 @@ and operations are extensions to the .Tn POSIX standard. +.Sh AUTHORS +Keith Muller at the University of California, San Diego. diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index 4d8ad1318f1..a4a94d523c6 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tar.1,v 1.41 2003/04/28 06:27:36 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.42 2003/05/29 20:32:13 jmc Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -28,7 +28,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: tar.1,v 1.41 2003/04/28 06:27:36 jmc Exp $ +.\" $OpenBSD: tar.1,v 1.42 2003/05/29 20:32:13 jmc Exp $ .\" .Dd February 7, 2001 .Dt TAR 1 @@ -226,6 +226,19 @@ The options .Op Fl 014578 can be used to select one of the compiled-in backup devices, .Pa /dev/rstN . +.Sh ENVIRONMENT +.Bl -tag -width Fl +.It Ev TMPDIR +Path in which to store temporary files. +.It Ev TAPE +Default tape device to use instead of +.Pa /dev/rst0 . +.El +.Sh FILES +.Bl -tag -width "/dev/rst0" +.It Pa /dev/rst0 +default archive name +.El .Sh EXAMPLES .Li $ tar c bonvole sekve .Pp @@ -264,7 +277,6 @@ Note that the glob pattern has been quoted to avoid expansion by the shell. .Pp For more detailed examples, see .Xr pax 1 -.Pp .Sh DIAGNOSTICS .Nm will exit with one of the following values: @@ -303,29 +315,16 @@ or error, .Nm may have only partially created the archive which may violate the specific archive format specification. -.Sh FILES -.Bl -tag -width "/dev/rst0" -.It Pa /dev/rst0 -default archive name -.El -.Sh ENVIRONMENT -.Bl -tag -width Fl -.It Ev TMPDIR -Path in which to store temporary files. -.It Ev TAPE -Default tape device to use instead of -.Pa /dev/rst0 . -.El .Sh SEE ALSO .Xr cpio 1 , .Xr pax 1 -.Sh AUTHORS -Keith Muller at the University of California, San Diego. .Sh HISTORY A .Nm command first appeared in .At v7 . +.Sh AUTHORS +Keith Muller at the University of California, San Diego. .Sh CAVEATS The .Fl L |