File: hyphen-minus

package info (click to toggle)
brickos 0.9.0.dfsg-12.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,848 kB
  • sloc: ansic: 9,144; cpp: 860; asm: 693; makefile: 656; sh: 124; perl: 61
file content (131 lines) | stat: -rw-r--r-- 5,180 bytes parent folder | download | duplicates (3)
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
125
126
127
128
129
130
131
Description: change hyphen to minus in man pages, fix typos
 .
 brickos (0.9.0.dfsg-7) unstable; urgency=low
 .
   * Cleanup of packaging: policy version 3.9.5, source format 3.0 (quilt)
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- brickos-0.9.0.dfsg.orig/util/dll-src/dll.1
+++ brickos-0.9.0.dfsg/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 followi
 \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
 .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
 (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 existi
 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
--- brickos-0.9.0.dfsg.orig/util/firmdl/firmdl3.1
+++ brickos-0.9.0.dfsg/util/firmdl/firmdl3.1
@@ -75,7 +75,7 @@ Enable debugging. (Mostly displays raw b
 .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 followi
 \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 followi
 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 t
 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
 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