Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ed Quote punctation.



details:   https://anonhg.NetBSD.org/src/rev/ef32737fff18
branches:  trunk
changeset: 754828:ef32737fff18
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 02:09:58 2010 +0000

description:
Quote punctation.

diffstat:

 bin/ed/ed.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9df31b6ba66f -r ef32737fff18 bin/ed/ed.1
--- a/bin/ed/ed.1       Fri May 14 01:58:07 2010 +0000
+++ b/bin/ed/ed.1       Fri May 14 02:09:58 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index