]> git.wh0rd.org - patches.git/blob - sed-manpage-quit.patch
sync vapier-m
[patches.git] / sed-manpage-quit.patch
1 Index: doc/sed.x
2 ===================================================================
3 RCS file: /sources/sed/sed/doc/sed.x,v
4 retrieving revision 1.2
5 diff -u -p -r1.2 sed.x
6 --- doc/sed.x 30 Jan 2006 07:20:30 -0000 1.2
7 +++ doc/sed.x 26 Sep 2007 07:00:22 -0000
8 @@ -67,13 +67,13 @@ Insert
9 .IR text ,
10 which has each embedded newline preceded by a backslash.
11 .TP
12 -q
13 +q [\fIexit-code\fR]
14 Immediately quit the \*(sd script without processing
15 any more input,
16 except that if auto-print is not disabled
17 the current pattern space will be printed.
18 .TP
19 -Q
20 +Q [\fIexit-code\fR]
21 Immediately quit the \*(sd script without processing
22 any more input.
23 .TP