newlisp/debian/patches/0005-Fixing-typos-on-manpag...

41 lines
2.2 KiB
Diff

From: Sergio Durigan Junior <sergiodj@sergiodj.net>
Date: Sun, 19 Jun 2016 16:29:38 -0400
Subject: Fixing typos on manpages
---
doc/newlisp.1 | 4 ++--
doc/newlispdoc.1 | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/newlisp.1 b/doc/newlisp.1
index 2e0aa41..af04398 100644
--- a/doc/newlisp.1
+++ b/doc/newlisp.1
@@ -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
diff --git a/doc/newlispdoc.1 b/doc/newlispdoc.1
index 369af7b..97a50c0 100644
--- a/doc/newlispdoc.1
+++ b/doc/newlispdoc.1
@@ -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