File: 0005-Fixing-typos-on-manpages.patch

package info (click to toggle)
newlisp 10.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 6,248 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (48 lines) | stat: -rw-r--r-- 2,956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From: Sergio Durigan Junior <sergiodj@sergiodj.net>
Date: Sun, 19 Jun 2016 16:29:38 -0400
Subject: Fixing typos on manpages

---
 doc/newlisp.1    | 6 +++---
 doc/newlispdoc.1 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/newlisp.1 b/doc/newlisp.1
index 179b2c0..0619d87 100644
--- a/doc/newlisp.1
+++ b/doc/newlisp.1
@@ -57,18 +57,18 @@ Run in demon mode. As for the \-p option, but newLISP does not exit after a clos
 Specifies a connection timeout when running in \-p or \-d demon mode. Server will disconnect when no further input is read after accepting a client connection.
 .TP
 \-6
-Starts newLISP in IPv6 'Internet Protocol version 6' mode. Without this switch newLISP willl start in IPv4 mode. The protocol mode can also be switched with the built-in 'net-ipv' function during runtime. 
+Starts newLISP in IPv6 'Internet Protocol version 6' mode. Without this switch newLISP will start in IPv4 mode. The protocol mode can also be switched with the built-in 'net-ipv' function during runtime. 
 .SH EXAMPLES
 .TP
 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 5c26f86..d4db21a 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