diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-13 23:52:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-13 23:52:02 +0000 |
commit | 06367910dc08a9daeadf3f752fd6ae92bc2b84db (patch) | |
tree | a908da71fefb09327bee74177358167f49f099a9 /bin | |
parent | 80b8764d611f835226a0e7593aa0ee2edd11eec8 (diff) |
sort options, and adjust -width of options' list;
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 1154179b7ea..df8295a8d79 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.44 2003/09/25 14:08:56 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.45 2003/12/13 23:52:01 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -120,12 +120,17 @@ If fewer addresses are given than the command accepts, then default addresses are supplied. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width "-p string" .It Fl Same as the .Fl s option .Pq deprecated . +.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 @@ -136,11 +141,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 |