--- c2html.1 +++ c2html.1 @@ -39,7 +39,7 @@ PATH_TRANSLATED to the pathname of the source file. If .B c2html -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 @@ -98,7 +98,7 @@ .br echo "<meta name=\\"generator\\"" .br - echo "content=\\"\`c2html -V\`\\">" + echo "content=\\"\`c2html \-V\`\\">" .br echo "</head>" .br @@ -108,13 +108,13 @@ .br echo "<ul>Structures and functions" .br - cat $PATH_TRANSLATED | c2html -isc + cat $PATH_TRANSLATED | c2html \-isc .br echo "</ul>" .br echo "<hr></hr>" .br - cat $PATH_TRANSLATED | c2html -sc + cat $PATH_TRANSLATED | c2html \-sc .br echo "</body></html>" .br