Module Name:    src
Committed By:   joerg
Date:           Fri May 14 02:09:58 UTC 2010

Modified Files:
        src/bin/ed: ed.1

Log Message:
Quote punctation.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/bin/ed/ed.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/ed/ed.1
diff -u src/bin/ed/ed.1:1.29 src/bin/ed/ed.1:1.30
--- src/bin/ed/ed.1:1.29	Thu Mar 26 21:34:11 2009
+++ src/bin/ed/ed.1	Fri May 14 02:09:58 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ed.1,v 1.29 2009/03/26 21:34:11 joerg Exp $
+.\"	$NetBSD: ed.1,v 1.30 2010/05/14 02:09:58 joerg Exp $
 .\"	$OpenBSD: ed.1,v 1.42 2003/07/27 13:25:43 jmc Exp $
 .\"
 .\" Copyright (c) 1993 Andrew Moore, Talke Studio.
@@ -270,7 +270,7 @@
 current line, if necessary.
 .Em //
 repeats the last search.
-.It Em ? Ns Ar re Ns Em ?
+.It Em \&? Ns Ar re Ns Em \&?
 The previous line containing the regular expression
 .Ar re .
 The search wraps to the end of the buffer and continues up to the
@@ -883,7 +883,7 @@
 .Sq %
 is replaced by the default filename.
 When the shell returns from execution, a
-.Sq !
+.Sq \&!
 is printed to the standard output.
 The current line is unchanged.
 .El
@@ -921,7 +921,7 @@
 When an error occurs,
 .Nm
 prints a
-.Dq ?
+.Dq \&?
 and either returns to command mode or exits if its input is from a script.
 An explanation of the last error can be printed with the
 .Ic h

Reply via email to