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

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