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

This commit is contained in:
wiz 2003-09-08 13:13:08 +00:00
parent 7554e5998d
commit 29119d0e3b
1 changed files with 11 additions and 8 deletions

View File

@ -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 @@ The options are as follows:
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 @@ Prompt for an encryption key to be used in subsequent reads and writes
(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