Fixing typos on manpages

This commit is contained in:
Sergio Durigan Junior 2016-06-19 16:29:38 -04:00
parent 132aaca166
commit 385e69138c
2 changed files with 3 additions and 3 deletions

View File

@ -64,11 +64,11 @@ Start interactive session
.B newlisp
.PP
.TP
Excute a program
Execute a program
.B newlisp myprog.lsp
.PP
.TP
Excute a remote program
Execute a remote program
.B newlisp http://newlisp.org/example.lsp
.PP
.TP

View File

@ -9,7 +9,7 @@
.B newlispdoc
[\-s] [\-d] [\-url] urls-file
.SH DESCRIPTION
newlispdoc is a commandline utility written in newLISP to generate HTML documentation from comments written in newLISP source files. Consult /usr/share/doc/newlisp/newLISPdoc.html for a detailed description on how to write comments usable for newlispdoc. The newlispdoc command should be executed from inside the directory where the newLISP source files can be found. The generated documetation files will have .html added to the name of the source file. An index.html page is generated, which is listing for each file links to all the documented functions. If the current directory contains the file newlispdoc.css, it will be used for formatting HTML output. For a sample see util/newlispdoc.css in the source distribution.
newlispdoc is a commandline utility written in newLISP to generate HTML documentation from comments written in newLISP source files. Consult /usr/share/doc/newlisp/newLISPdoc.html for a detailed description on how to write comments usable for newlispdoc. The newlispdoc command should be executed from inside the directory where the newLISP source files can be found. The generated documentation files will have .html added to the name of the source file. An index.html page is generated, which is listing for each file links to all the documented functions. If the current directory contains the file newlispdoc.css, it will be used for formatting HTML output. For a sample see util/newlispdoc.css in the source distribution.
.SH OPTIONS
.TP
\-s