diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-02-22 14:24:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-02-22 14:24:44 +0000 |
commit | 8c8802aadd795e1c4f560f46d8346af2b5fe2c26 (patch) | |
tree | 097597610e90680229b96915cb4c4f33cbcec2fd /bin | |
parent | 527682eb5c14b136c2ac00169328a84bf8545526 (diff) |
STANDARDS:
- `%' is an extension
- `^' is neither required nor prohibited by posix
- the deprecated `-' option is "behaviour unspecified"
ok millert
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index f50d0cfbbcd..235c6653553 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.57 2010/09/03 09:53:20 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.58 2014/02/22 14:24:43 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: February 22 2014 $ .Dt ED 1 .Os .Sh NAME @@ -788,13 +788,25 @@ utility is compliant with the specification. .Pp The flag -.Op Fl x -as well as the commands +.Op Fl x , +the commands .Cm W , .Cm x , and -.Cm z +.Cm z , +and the address specifier +.Sq % are extensions to that specification. +.Pp +The +.St -p1003.1-2008 +specification says the +.Sq ^ +address specifier is neither required nor prohibited; +additionally, it says behaviour for the +.Fl +option is +.Dq unspecified . .Sh HISTORY An .Nm |