File: 003_manpages_fixes.patch

package info (click to toggle)
brickos 0.9.0.dfsg-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,068 kB
  • sloc: ansic: 9,139; cpp: 860; asm: 693; makefile: 656; sh: 134; perl: 61
file content (124 lines) | stat: -rw-r--r-- 4,995 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
From: Michael Tautschnig <mt@debian.org>
Subject: Fix man pages syntax, fix typos

Forwarded: no
---
 util/dll-src/dll.1    | 12 ++++++------
 util/firmdl/firmdl3.1 | 16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/util/dll-src/dll.1 b/util/dll-src/dll.1
index de1e8af..728b6a9 100644
--- a/util/dll-src/dll.1
+++ b/util/dll-src/dll.1
@@ -80,7 +80,7 @@ Set RCX LNP host address to {0-15}
 .B dll
 will respond to the environment variable RCXTTY.  This should be
 set to the serial device to which the IR tower is connected.  Use of
-RCXTTY is equivalent the using the -tty command-line option.
+RCXTTY is equivalent the using the \-tty command-line option.
 .\"
 .SH EXAMPLES
 .B dll
@@ -89,7 +89,7 @@ is a simple command to use.  The following examples show most of the uses.
 \fBEx1:\fP download demo/robots.lx to the RCX as program 0.
 .sp
 .nf
-   $ dll -tty=/dev/ttyS0 demo/robots.lx
+   $ dll \-tty=/dev/ttyS0 demo/robots.lx
    $
 .fi
 .br
@@ -102,7 +102,7 @@ setting RCXTTY so we don't have to keep specifying the tty device each download)
 .sp
 .nf
    $ export RCXTTY=/dev/ttyS1
-   $ dll -p7 demo/linetrack.lx
+   $ dll \-p7 demo/linetrack.lx
    $
 .fi
 .P
@@ -110,7 +110,7 @@ setting RCXTTY so we don't have to keep specifying the tty device each download)
 (assume RCXTTY is already set).
 .sp
 .nf
-   $ dll -p2 demo/rover.lx
+   $ dll \-p2 demo/rover.lx
    error deleting program
    $
 .fi
@@ -119,9 +119,9 @@ NOTE: \fBdll\fP first deletes the existing program from the specified
 program slot and then downloads the new one.  This error indicates that
 the first thing \fBdll\fP tried to do did not succeed.
 .P
-We'll leave the experiment of running \fBdll\fP with --verbose
+We'll leave the experiment of running \fBdll\fP with \-\-verbose
 set as an exercise for you our reader... (This is actually a combination
-of progress infromation and debug ouput.)
+of progress information and debug output.)
 .\"
 .SH ERROR MESSAGES
 Unfortunately, there is basically only one dll error message, and it
diff --git a/util/firmdl/firmdl3.1 b/util/firmdl/firmdl3.1
index 8f5de6f..67224d4 100644
--- a/util/firmdl/firmdl3.1
+++ b/util/firmdl/firmdl3.1
@@ -75,7 +75,7 @@ Enable debugging. (Mostly displays raw bytes).
 .B firmdl3
 will respond to the environment variable RCXTTY.  This should be
 set to the serial device to which the IR tower is connected.  Use of
-RCXTTY is equivalent the using the -tty command-line option.
+RCXTTY is equivalent the using the \-tty command-line option.
 .\"
 .SH EXAMPLES
 .B firmdl3
@@ -84,7 +84,7 @@ is a simple command to use.  The following examples show most of the uses.
 \fBEx1:\fP download the brickOS kernal to ttyS0.
 .sp
 .nf
-   $ firmdl3 -tty=/dev/ttyS0 /usr/lib/brickos/brickOS.srec
+   $ firmdl3 \-tty=/dev/ttyS0 /usr/lib/brickos/brickOS.srec
    Transferring "Fast Download Image" to RCX...
    100%
    Transferring "/usr/lib/brickos/brickOS.srec" to RCX...
@@ -108,7 +108,7 @@ is a simple command to use.  The following examples show most of the uses.
 RCXTTY is already set).
 .sp
 .nf
-   $ firmdl3 --slow /usr/lib/brickos/brickOS.srec
+   $ firmdl3 \-\-slow /usr/lib/brickos/brickOS.srec
    Transferring "/usr/lib/brickos/brickOS.srec" to RCX...
    100%
    $
@@ -116,7 +116,7 @@ RCXTTY is already set).
 .sp
 NOTE: the missing indication of the "Fast Download Image" being sent.
 .P
-We'll leave the experiment of running \fBfirmdl3\fP with --debug
+We'll leave the experiment of running \fBfirmdl3\fP with \-\-debug
 set as an exercise for you our reader... (You really interested in
 seeing all the bytes fly by? ;-)
 .\"
@@ -137,10 +137,10 @@ The first part of the error message is the output port that \fBfirmdl3\fP
 is trying to use. This can mean two things. Either you have specified the
 wrong device or you have specified the correct device but do not have
 permission to access it. If it is an access problem, speak to your sysadmin.
-If not, you can use the --tty argument to specify another device. For
+If not, you can use the \-\-tty argument to specify another device. For
 example, to specify the standard device under linux, try
-\'firmdl3 --tty /dev/ttyS0\'. Under cygwin, you probably probably want to
-use \'firmdl3 --tty com1\'. If you discover that this is the case, you may wish
+"firmdl3 \-\-tty /dev/ttyS0". Under cygwin, you probably probably want to
+use "firmdl3 \-\-tty com1". If you discover that this is the case, you may wish
 to recompile \fBfirmdl3\fP to make your setting the default.
 .TP
 .B /dev/ttyS0: Input/output error or a similar message.
@@ -156,7 +156,7 @@ hadn't done it about 10 million times, I'd submit the patch to change
 the error myself.
 .P
 If \fBfirmdl3\fP gives you repeated problems, you may want to try using
-the --slow argument, which will make your download much slower but can
+the \-\-slow argument, which will make your download much slower but can
 correct for certain errors caused by ambient light.
 .\"
 .SH SEE ALSO