Blame SOURCES/pax-3.4-manpage.patch

f9b685
diff --git a/src/pax.1 b/src/pax.1
f9b685
index cd85bb0..6320bcc 100644
f9b685
--- a/src/pax.1
f9b685
+++ b/src/pax.1
f9b685
@@ -38,10 +38,10 @@
f9b685
 .Dt PAX 1
f9b685
 .Os
f9b685
 .Sh NAME
f9b685
-.Nm pax
f9b685
-.Nd read and write file archives and copy directory hierarchies
f9b685
+.Nm opax
f9b685
+.Nd read and write file archives and copy directory hierarchies (OpenBSD \fIpax\fR implementation)
f9b685
 .Sh SYNOPSIS
f9b685
-.Nm pax
f9b685
+.Nm
f9b685
 .Op Fl 0cdOnvz
f9b685
 .Bk -words
f9b685
 .Op Fl f Ar archive
f9b685
@@ -67,7 +67,7 @@
f9b685
 .Ar ...
f9b685
 .Ek
f9b685
 .Op Ar pattern ...
f9b685
-.Nm pax
f9b685
+.Nm
f9b685
 .Fl r
f9b685
 .Op Fl cdiknuvzDOYZ
f9b685
 .Bk -words
f9b685
@@ -103,7 +103,7 @@
f9b685
 .Ar ...
f9b685
 .Ek
f9b685
 .Op Ar pattern ...
f9b685
-.Nm pax
f9b685
+.Nm
f9b685
 .Fl w
f9b685
 .Op Fl 0dituvzHLOPX
f9b685
 .Bk -words
f9b685
@@ -145,7 +145,7 @@
f9b685
 .Ar ...
f9b685
 .Ek
f9b685
 .Op Ar file ...
f9b685
-.Nm pax
f9b685
+.Nm
f9b685
 .Fl r
f9b685
 .Fl w
f9b685
 .Op Fl 0diklntuvDHLOPXYZ
f9b685
@@ -647,7 +647,7 @@ are not selected and will be skipped.
f9b685
 Reset the access times of any file or directory read or accessed by
f9b685
 .Nm
f9b685
 to be the same as they were before being read or accessed by
f9b685
-.Nm pax .
f9b685
+.Nm .
f9b685
 .It Fl u
f9b685
 Ignore files that are older (having a less recent file modification time)
f9b685
 than a pre-existing file or archive member with the same name.
f9b685
@@ -733,7 +733,7 @@ and is repaired.
f9b685
 The old BSD tar format as found in BSD4.3.
f9b685
 The default blocksize for this format is 10240 bytes.
f9b685
 Pathnames stored by this format must be 100 characters or less in length
f9b685
-(including the trailing \0 character, which means that filenames can have 
f9b685
+(including the trailing \0 character, which means that filenames can have
f9b685
 a maximum length of 99 characters).
f9b685
 Only
f9b685
 .Em regular
f9b685
@@ -753,9 +753,9 @@ The extended tar interchange format specified in the
f9b685
 standard.
f9b685
 The default blocksize for this format is 10240 bytes.
f9b685
 Filenames stored by this format must be 100 characters or less in length
f9b685
-(including the trailing \0 character, which means that filenames can have 
f9b685
+(including the trailing \0 character, which means that filenames can have
f9b685
 a maximum length of 99 characters).
f9b685
-Pathnames (directorynames + filenames) stored by this format must be 
f9b685
+Pathnames (directorynames + filenames) stored by this format must be
f9b685
 250 characters or less in length.
f9b685
 .El
f9b685
 .Pp
f9b685
@@ -1081,26 +1081,34 @@ than the file to which it is compared.
f9b685
 Path in which to store temporary files.
f9b685
 .El
f9b685
 .Sh EXAMPLES
f9b685
-.Li $ pax -w -f /dev/rst0 \&.
f9b685
+.Li $
f9b685
+.Nm
f9b685
+-w -f /dev/rst0 \&.
f9b685
 .Pp
f9b685
 Copies the contents of the current directory to the device
f9b685
 .Pa /dev/rst0 .
f9b685
 .Pp
f9b685
-.Li $ pax -v -f filename
f9b685
+.Li $
f9b685
+.Nm
f9b685
+-v -f filename
f9b685
 .Pp
f9b685
 Gives the verbose table of contents for an archive stored in
f9b685
 .Pa filename .
f9b685
 .Pp
f9b685
 .Li $ mkdir newdir ;
f9b685
 .Li cd olddir ;
f9b685
-.Li pax -rw \&. newdir
f9b685
+.Li
f9b685
+.Nm
f9b685
+-rw \&. newdir
f9b685
 .Pp
f9b685
 This sequence of commands will copy the entire
f9b685
 .Pa olddir
f9b685
 directory hierarchy to
f9b685
 .Pa newdir .
f9b685
 .Pp
f9b685
-.Li $ pax -r -s ',^//*usr//*,,' -f a.pax
f9b685
+.Li $
f9b685
+.Nm
f9b685
+-r -s ',^//*usr//*,,' -f a.pax
f9b685
 .Pp
f9b685
 Reads the archive
f9b685
 .Pa a.pax ,
f9b685
@@ -1108,13 +1116,17 @@ with all files rooted in
f9b685
 .Pa /usr
f9b685
 into the archive extracted relative to the current directory.
f9b685
 .Pp
f9b685
-.Li $ pax -rw -i \&. dest_dir
f9b685
+.Li $
f9b685
+.Nm
f9b685
+-rw -i \&. dest_dir
f9b685
 .Pp
f9b685
 Can be used to interactively select the files to copy from the current
f9b685
 directory to
f9b685
 .Pa dest_dir .
f9b685
 .Pp
f9b685
-.Li $ pax -r -pe -U root -G bin -f a.pax
f9b685
+.Li $
f9b685
+.Nm
f9b685
+-r -pe -U root -G bin -f a.pax
f9b685
 .Pp
f9b685
 Extract all files from the archive
f9b685
 .Pa a.pax
f9b685
@@ -1124,7 +1136,9 @@ with group
f9b685
 .Em bin
f9b685
 and preserve all file permissions.
f9b685
 .Pp
f9b685
-.Li "$ pax -r -w -v -Y -Z home /backup"
f9b685
+.Li "$
f9b685
+.Nm
f9b685
+-r -w -v -Y -Z home /backup"
f9b685
 .Pp
f9b685
 Update (and list) only those files in the destination directory
f9b685
 .Pa /backup
f9b685
@@ -1177,8 +1191,13 @@ and when
f9b685
 .Nm
f9b685
 completes it will exit with a non-zero exit status.
f9b685
 .Sh SEE ALSO
f9b685
+.Xr spax 1 ,
f9b685
+.Xr tar 1 ,
f9b685
+.Xr bsdtar 1 ,
f9b685
+.Xr star 1 ,
f9b685
 .Xr cpio 1 ,
f9b685
-.Xr tar 1
f9b685
+.Xr bsdcpio 1 ,
f9b685
+.Xr scpio 1
f9b685
 .Sh STANDARDS
f9b685
 The
f9b685
 .Nm