Blame SOURCES/star-1.5.2-man-page-day.patch

4a3c7b
diff --git a/star/pax.c b/star/pax.c
4a3c7b
index 8130109..9a2fb18 100644
4a3c7b
--- a/star/pax.c
4a3c7b
+++ b/star/pax.c
4a3c7b
@@ -266,9 +266,11 @@ usage(ret)
4a3c7b
 	error("\t-c\t\tinvert matching rules\n");
4a3c7b
 	error("\t-d\t\tdo not descend directories\n");
4a3c7b
 	error("\t-f nm\t\tuse 'nm' as tape instead of stdin/stdout\n");
4a3c7b
+	error("\t-H\t\tsame as -L but follow only symlinks passed on the command line\n");
4a3c7b
 	error("\t-i\t\tdo interactive creation/extraction/renaming\n");
4a3c7b
 	error("\t-k\t\tkeep existing files\n");
4a3c7b
 	error("\t-l\t\tlink files rather than copying them\n");
4a3c7b
+	error("\t-L\t\tfollow symlinks, archive and dump the files they point to\n");
4a3c7b
 	error("\t-n\t\tone match per pattern only\n");
4a3c7b
 	error("\t-o\t\toptions (none specified with SUSv2 / UNIX-98)\n");
4a3c7b
 	error("\t-p string\tset privileges\n");
4a3c7b
diff --git a/star/spax.1 b/star/spax.1
4a3c7b
index 79e2b99..b17dc05 100644
4a3c7b
--- a/star/spax.1
4a3c7b
+++ b/star/spax.1
4a3c7b
@@ -282,6 +282,9 @@ except that the order of presentation of the
4a3c7b
 and
4a3c7b
 .B \-s
4a3c7b
 options is significant.
4a3c7b
+
4a3c7b
+See also the "OTHER OPTIONS" section.
4a3c7b
+
4a3c7b
 .PP
4a3c7b
 The following options shall be supported:
4a3c7b
 .TP
4a3c7b
@@ -3246,7 +3249,7 @@ existing files). As stated, it prevents any overwriting, even if
4a3c7b
 the target file is older than the source. This version adds more
4a3c7b
 granularity of options to solve this problem by introducing the 
4a3c7b
 .BI "\-o invalid=" option
4a3c7b
-\-specifically the UTF-8 action. (Note that an
4a3c7b
+\- specifically the UTF-8 action. (Note that an
4a3c7b
 existing file that is named with a UTF-8 encoding is still subject
4a3c7b
 to overwriting in this case. The 
4a3c7b
 .B \-k 
4a3c7b
@@ -4206,10 +4209,16 @@ field.
4a3c7b
 End of quoted text from the POSIX.1-2001 standard.
4a3c7b
 . \" .SH RETURNS
4a3c7b
 . \" .SH ERRORS
4a3c7b
-.SH OPTIONS
4a3c7b
+.SH OTHER OPTIONS
4a3c7b
 The following 
4a3c7b
 .I "other options
4a3c7b
-are implemented as extension to the POSIX standard:
4a3c7b
+are implemented as extension to the POSIX standard.  Note that some other
4a3c7b
+non-POSIX options are mentioned in \fI\-help\fR and \fI-xhelp\fR output
4a3c7b
+- these are also supported in
4a3c7b
+.BR spax (1)
4a3c7b
+and are well described in
4a3c7b
+.BR star (1)
4a3c7b
+manual page.
4a3c7b
 .TP
4a3c7b
 .B \-help
4a3c7b
 Prints a summary of the most important options for
4a3c7b
@@ -4225,6 +4234,11 @@ and exits.
4a3c7b
 Prints the 
4a3c7b
 .B spax
4a3c7b
 version number string and exists.
4a3c7b
+.TP
4a3c7b
+.B \-do-statistics
4a3c7b
+Print statistic messages at the end of a
4a3c7b
+.BR spax (1)
4a3c7b
+run.
4a3c7b
 
4a3c7b
 .SH EXAMPLES
4a3c7b
 .SH ENVIRONMENT
4a3c7b
diff --git a/star/star.1 b/star/star.1
4a3c7b
index 3ccd35d..0c88793 100644
4a3c7b
--- a/star/star.1
4a3c7b
+++ b/star/star.1
4a3c7b
@@ -3025,7 +3025,7 @@ The bug in old
4a3c7b
 versions that cause a reversal of a space and a NULL byte 
4a3c7b
 in the checksum field is not repeated. 
4a3c7b
 If you want to have signed checksums you have to specify the
4a3c7b
-.I \-singed\-checksum
4a3c7b
+.I \-signed\-checksum
4a3c7b
 option too. 
4a3c7b
 If you want directories not to be archived in order to be compatible
4a3c7b
 to very old historic tar archives, you need to specify the
4a3c7b
diff --git a/star/star.c b/star/star.c
4a3c7b
index fe9d984..e895898 100644
4a3c7b
--- a/star/star.c
4a3c7b
+++ b/star/star.c
4a3c7b
@@ -1132,7 +1132,7 @@ xusage(ret)
4a3c7b
 	error("\t-no-xheader\tdo not read or write extended headers regardless of format\n");
4a3c7b
 	error("\t-meta\t\tuse inode metadata only (omit file content)\n");
4a3c7b
 	error("\t-xmeta\t\textract meta files\n");
4a3c7b
-	error("\t-dupmeta\tuse inode metadata in dump mode if only ctime is newer\n");
4a3c7b
+	error("\t-dumpmeta\tuse inode metadata in dump mode if only ctime is newer\n");
4a3c7b
 	error("\t-keep-old-files,-k\tkeep existing files\n");
4a3c7b
 	error("\t-refresh-old-files\trefresh existing files, don't create new files\n");
4a3c7b
 	error("\t-refresh\trefresh existing files, don't create new files\n");