Source-Changes-HG archive

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

[src/trunk]: src/bin/ed Reinstate paragraph about -E, sort option description...



details:   https://anonhg.NetBSD.org/src/rev/49886c88db38
branches:  trunk
changeset: 551584:49886c88db38
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 08 13:13:08 2003 +0000

description:
Reinstate paragraph about -E, sort option descriptions, and bump date for -E addition.

diffstat:

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

diffs (54 lines):

diff -r 25177fa1addb -r 49886c88db38 bin/ed/ed.1
--- a/bin/ed/ed.1       Mon Sep 08 13:02:59 2003 +0000
+++ b/bin/ed/ed.1       Mon Sep 08 13:13:08 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ed.1,v 1.27 2003/09/08 13:02:59 wiz Exp $
+.\"    $NetBSD: ed.1,v 1.28 2003/09/08 13:13:08 wiz Exp $
 .\"    $OpenBSD: ed.1,v 1.42 2003/07/27 13:25:43 jmc Exp $
 .\"
 .\" Copyright (c) 1993 Andrew Moore, Talke Studio.
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 21, 1993
+.Dd January 23, 2002
 .Dt ED 1
 .Os
 .Sh NAME
@@ -34,7 +34,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl
-.Op Fl sx
+.Op Fl Esx
 .Op Fl p Ar string
 .Op Ar file
 .Sh DESCRIPTION
@@ -127,6 +127,14 @@
 Same as the
 .Fl s
 option (deprecated).
+.It Fl E
+Enables the use of extended regular expressions instead of the basic
+regular expressions that are normally used.
+.It Fl p Ar string
+Specifies a command prompt.
+This may be toggled on and off with the
+.Ic P
+command.
 .It Fl s
 Suppress diagnostics.
 This should be used if
@@ -137,11 +145,6 @@
 (see the
 .Ic x
 command).
-.It Fl p Ar string
-Specifies a command prompt.
-This may be toggled on and off with the
-.Ic P
-command.
 .It Ar file
 Specifies the name of a file to read.
 If



Home | Main Index | Thread Index | Old Index