Reinstate paragraph about -E, sort option descriptions, and bump date for -E addition.
This commit is contained in:
parent
7554e5998d
commit
29119d0e3b
19
bin/ed/ed.1
19
bin/ed/ed.1
|
@ -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 $
|
.\" $OpenBSD: ed.1,v 1.42 2003/07/27 13:25:43 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993 Andrew Moore, Talke Studio.
|
.\" 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
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd May 21, 1993
|
.Dd January 23, 2002
|
||||||
.Dt ED 1
|
.Dt ED 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl
|
.Op Fl
|
||||||
.Op Fl sx
|
.Op Fl Esx
|
||||||
.Op Fl p Ar string
|
.Op Fl p Ar string
|
||||||
.Op Ar file
|
.Op Ar file
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
@ -127,6 +127,14 @@ The options are as follows:
|
||||||
Same as the
|
Same as the
|
||||||
.Fl s
|
.Fl s
|
||||||
option (deprecated).
|
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
|
.It Fl s
|
||||||
Suppress diagnostics.
|
Suppress diagnostics.
|
||||||
This should be used if
|
This should be used if
|
||||||
|
@ -137,11 +145,6 @@ Prompt for an encryption key to be used in subsequent reads and writes
|
||||||
(see the
|
(see the
|
||||||
.Ic x
|
.Ic x
|
||||||
command).
|
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
|
.It Ar file
|
||||||
Specifies the name of a file to read.
|
Specifies the name of a file to read.
|
||||||
If
|
If
|
||||||
|
|
Loading…
Reference in New Issue