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