Sort option descripts, fix markups, fix typos.
This commit is contained in:
parent
051f873718
commit
883cee82b3
14
bin/ed/ed.1
14
bin/ed/ed.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ed.1,v 1.34 2018/04/09 06:54:47 wiz Exp $
|
.\" $NetBSD: ed.1,v 1.35 2018/04/09 06:57:01 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.
|
||||||
|
@ -130,17 +130,17 @@ option (deprecated).
|
||||||
.It Fl E
|
.It Fl E
|
||||||
Enables the use of extended regular expressions instead of the basic
|
Enables the use of extended regular expressions instead of the basic
|
||||||
regular expressions that are normally used.
|
regular expressions that are normally used.
|
||||||
.It Fl S
|
|
||||||
Disables using of the
|
|
||||||
.Dq !
|
|
||||||
command (execuring a subshell).
|
|
||||||
Intended to be used by batch jobs like
|
|
||||||
.Xr patch 1 .
|
|
||||||
.It Fl p Ar string
|
.It Fl p Ar string
|
||||||
Specifies a command prompt.
|
Specifies a command prompt.
|
||||||
This may be toggled on and off with the
|
This may be toggled on and off with the
|
||||||
.Ic P
|
.Ic P
|
||||||
command.
|
command.
|
||||||
|
.It Fl S
|
||||||
|
Disables using of the
|
||||||
|
.Ic \&!
|
||||||
|
command (executing a subshell).
|
||||||
|
Intended to be used by batch jobs like
|
||||||
|
.Xr patch 1 .
|
||||||
.It Fl s
|
.It Fl s
|
||||||
Suppress diagnostics.
|
Suppress diagnostics.
|
||||||
This should be used if
|
This should be used if
|
||||||
|
|
Loading…
Reference in New Issue