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

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