]> git.pld-linux.org Git - packages/ed.git/blame - ed-debian.patch
- updated to 0.7
[packages/ed.git] / ed-debian.patch
CommitLineData
a335d108
JB
1--- ed-0.6/doc/ed.1.orig 2006-10-05 21:35:42.000000000 +0200
2+++ ed-0.6/doc/ed.1 2007-07-11 18:36:57.789372484 +0200
3@@ -195,14 +195,14 @@
7ff3f729 4 The last line in the buffer.
5
6 .TP 8
7-n
8+.I n
9 The
10 .IR n th,
11 line in the buffer
12 where
13 .I n
14 is a number in the range
15-.I [0,$].
16+.IR [0,$] .
17
a335d108 18 .TP 8
7ff3f729 19 -
a335d108 20@@ -212,7 +212,7 @@
7ff3f729 21 and may be repeated with cumulative effect.
22
a335d108 23 .TP 8
7ff3f729 24--\fIn\fR
25+.RI - n
7ff3f729 26 The
27 .IR n th
28 previous line, where
a335d108
JB
29@@ -228,9 +228,9 @@
30 and may be repeated with cumulative effect.
31
7ff3f729 32 .HP
7ff3f729 33-whitespace \fIn\fR
34+.I whitespace n
a335d108
JB
35 .TP 8
36-+\fIn\fR
37+.RI + n
7ff3f729 38 The
39 .IR n th
40 next line, where
a335d108
JB
41@@ -246,16 +246,16 @@
42 ,
7ff3f729 43 The first through last lines in the buffer. This is equivalent to
44 the address range
45-.I 1,$.
46+.IR 1,$ .
47
48 .TP 8
49 ;
50 The current through last lines in the buffer. This is equivalent to
51 the address range
52-.I .,$.
53+.IR .,$ .
54
55 .TP 8
56-.RI / re/
57+.RI / re /
58 The
59 next line containing the regular expression
60 .IR re .
a335d108 61@@ -264,7 +264,7 @@
7ff3f729 62 // repeats the last search.
63
64 .TP 8
65-.RI ? re?
66+.RI ? re ?
67 The
68 previous line containing the regular expression
69 .IR re .
a335d108 70@@ -273,7 +273,7 @@
7ff3f729 71 ?? repeats the last search.
72
73 .TP 8
74-.RI \' lc
75+.RI ' lc
76 The
77 line previously marked by a
78 .I `k'
a335d108 79@@ -324,7 +324,7 @@
7ff3f729 80 matches itself.
81
82 .TP 8
83-\fR.\fR
84+\&.
85 Matches any single character.
86
87 .TP 8
a335d108 88@@ -475,7 +475,7 @@
7ff3f729 89 \fR\e+\fR
90 Matches the single character regular expression or subexpression
91 immediately preceding it one or more times. So the regular expression
92-`a+' is shorthand for `aa*'. If \e+ occurs at the beginning of a
93+`a\e+' is shorthand for `aa*'. If \e+ occurs at the beginning of a
94 regular expression or subexpression, then it matches a literal `+'.
95
96
a335d108 97@@ -557,7 +557,7 @@
7ff3f729 98 The current address is set to the last line read.
99
100 .TP 8
101-.RI e \ !command
102+e !\fIcommand\fR
103 Edits the standard output of
104 .IR `!command' ,
105 (see
a335d108 106@@ -739,7 +739,7 @@
7ff3f729 107 The current address is set to the last line read.
108
109 .TP 8
110-.RI ($)r \ !command
111+($)r !\fIcommand\fR
112 Reads
113 to after the addressed line
114 the standard output of
a335d108 115@@ -836,7 +836,7 @@
7ff3f729 116 suffix toggles the global suffix of the last substitution.
117 The
118 .I `p'
119-suffix toggles the print suffix of the last substitution
120+suffix toggles the print suffix of the last substitution.
121 The current address is set to the last line affected.
122
123 .TP 8
a335d108 124@@ -902,7 +902,7 @@
7ff3f729 125 command.
126
127 .TP 8
128-.RI (1,$)w \ !command
129+(1,$)w !\fIcommand\fR
130 Writes the addressed lines to the standard input of
131 .IR `!command' ,
132 (see the
This page took 0.114598 seconds and 4 git commands to generate.