diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 23:56:05 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 23:56:05 +0000 |
commit | c94a2506e9a0695ad3aa68a991f01713d51fbfa9 (patch) | |
tree | 419d49c271a24563c2168e0deb86d9f261f8ffc0 /bin | |
parent | bc7234bb1453b6a5a59ce6a7450af16c91a45997 (diff) |
Mention deprecated '-' flag (same as -s) since it is listed in the
SYNOPSIS.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index d09b9766be7..cb1e1761632 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.35 2001/12/21 11:41:49 mpech Exp $ +.\" $OpenBSD: ed.1,v 1.36 2002/02/17 23:56:04 millert Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -98,11 +98,17 @@ default addresses are supplied. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl +Same as the +.Fl s +option (deprecated). .It Fl s Suppress diagnostics. This should be used if .Nm standard input is from a script. +.Fl s +flag. .It Fl x Prompt for an encryption key to be used in subsequent reads and writes (see the |