diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 15:05:00 +0000 |
commit | 45d93d3fb4f26de6e3c95bb9fd0fd2e4955356d9 (patch) | |
tree | ce7e86cedb7cce377477634a06422782dddb83fd /bin/ed | |
parent | 8c807d6c9d94f750e87fa7bdce3aaa3266c17347 (diff) |
- consistent STANDARDS blurb
- note which options are extensions to POSIX
discussed w/ deraadt otto millert
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 43979905384..5f494ca0fca 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.49 2004/10/04 21:24:54 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.50 2007/05/29 15:04:59 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -780,6 +780,21 @@ but any changes to the buffer are lost. .%O Addison-Wesley .%D 1981 .Re +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2004 +specification. +.Pp +The flag +.Op Fl x +as well as the commands +.Cm W , +.Cm x , +and +.Cm z +are extensions to that specification. .Sh HISTORY An .Nm |