diff options
-rw-r--r-- | scripts/w3mman/w3mman.1.in | 4 | ||||
-rw-r--r-- | scripts/w3mman/w3mman.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/w3mman/w3mman.1.in b/scripts/w3mman/w3mman.1.in index b85b0a0..68e3afc 100644 --- a/scripts/w3mman/w3mman.1.in +++ b/scripts/w3mman/w3mman.1.in @@ -21,9 +21,9 @@ w3mman \- an interface to the on-line reference manuals via w3m(1) .B w3mman [ .BI \-M " path" -] [ +] [ [ .I section -] [ +] .I page ] .br diff --git a/scripts/w3mman/w3mman.in b/scripts/w3mman/w3mman.in index 2a33438..fae7a41 100644 --- a/scripts/w3mman/w3mman.in +++ b/scripts/w3mman/w3mman.in @@ -6,7 +6,7 @@ $SCRIPT = 'file:///$LIB/w3mman2html.cgi'; sub usage { ($_ = $0) =~ s@.*/@@; - print STDERR "$_ [-M <path>] [<section>] <command>]\n"; + print STDERR "$_ [-M <path>] [[<section>] <command>]\n"; print STDERR "$_ [-M <path>] [<section>] [-k <keyword>]\n"; print STDERR "$_ [-l <file>]\n"; exit 1; |