diff options
author | 2014-12-04 08:36:32 +0000 | |
---|---|---|
committer | 2014-12-04 08:36:32 +0000 | |
commit | e6053ad613fecc52b15e0578fab42ae5a328be42 (patch) | |
tree | f9599a13bb7260eacc67050a6cd5c8ea04e9e580 | |
parent | Allow POSIX 0i; from Jeremy Mates. (diff) | |
download | wireguard-openbsd-e6053ad613fecc52b15e0578fab42ae5a328be42.tar.xz wireguard-openbsd-e6053ad613fecc52b15e0578fab42ae5a328be42.zip |
document some more commands that are POSIX extensions. ok jmc@
-rw-r--r-- | bin/ed/ed.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index b7f57be4958..f1d0c82c453 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.62 2014/11/26 08:21:51 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.63 2014/12/04 08:36:32 daniel 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: November 26 2014 $ +.Dd $Mdocdate: December 4 2014 $ .Dt ED 1 .Os .Sh NAME @@ -794,10 +794,13 @@ utility is compliant with the specification. .Pp The commands -.Cm W +.Cm s +(to repeat the last substitution), +.Cm W , +.Cm wq , and .Cm z -and the address specifier +as well as the address specifier .Sq % are extensions to that specification. .Pp |