--- java2html-0.9.2.orig/java2html.1
+++ java2html-0.9.2/java2html.1
@@ -36,7 +36,7 @@
PATH_TRANSLATED to the pathname of the source file.
If
.B java2html
-has been compiled with option -DCOMPRESSION=1 then it will invoke
+has been compiled with option \-DCOMPRESSION=1 then it will invoke
.B gzip
to compress the generated HTML before sending it to the requesting
browser. Of course
@@ -95,7 +95,7 @@
.br
echo "<meta name=\\"generator\\""
.br
- echo "content=\\"\`java2html -V\`\\">"
+ echo "content=\\"\`java2html \-V\`\\">"
.br
echo "</head>"
.br
@@ -105,13 +105,13 @@
.br
echo "<ul>Structures and functions"
.br
- cat $PATH_TRANSLATED | java2html -isc
+ cat $PATH_TRANSLATED | java2html \-isc
.br
echo "</ul>"
.br
echo "<hr></hr>"
.br
- cat $PATH_TRANSLATED | java2html -sc
+ cat $PATH_TRANSLATED | java2html \-sc
.br
echo "</body></html>"
.br