summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2014-12-04 08:36:33 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2014-12-04 08:36:33 +0000
commit9051c81f9a45c72bfbf47290d4259ee5cc878836 (patch)
tree01d4b3ae748494a19417a69ba691d81ef934a581 /bin/ed
parent86b5ddd9a6e6dc519cd94266eba74c342241aeef (diff)
document some more commands that are POSIX extensions. ok jmc@
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/ed.111
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