Fix square brackets
This commit is contained in:
		| @@ -21,9 +21,9 @@ w3mman \- an interface to the on-line reference manuals via w3m(1) | |||||||
| .B w3mman | .B w3mman | ||||||
| [ | [ | ||||||
| .BI \-M " path" | .BI \-M " path" | ||||||
| ] [ | ] [ [ | ||||||
| .I section | .I section | ||||||
| ] [ | ] | ||||||
| .I page | .I page | ||||||
| ] | ] | ||||||
| .br | .br | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ $SCRIPT = 'file:///$LIB/w3mman2html.cgi'; | |||||||
|  |  | ||||||
| sub usage { | sub usage { | ||||||
|   ($_ = $0) =~ s@.*/@@; |   ($_ = $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 "$_ [-M <path>] [<section>] [-k <keyword>]\n"; | ||||||
|   print STDERR "$_ [-l <file>]\n"; |   print STDERR "$_ [-l <file>]\n"; | ||||||
|   exit 1; |   exit 1; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user