diff options
author | 2017-07-19 21:28:19 +0000 | |
---|---|---|
committer | 2017-07-19 21:28:19 +0000 | |
commit | 519122f8ee7c594f2e7b89d325448922bde355bb (patch) | |
tree | 6da0fb7bd38b52d2e1c2ada74e4db28d85e3d6c3 | |
parent | Update libexpat to 2.2.2. Fixes NULL parser dereference. (diff) | |
download | wireguard-openbsd-519122f8ee7c594f2e7b89d325448922bde355bb.tar.xz wireguard-openbsd-519122f8ee7c594f2e7b89d325448922bde355bb.zip |
remove some spacing; ok schwarze
-rw-r--r-- | usr.bin/sed/sed.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 334553b9da5..a8a11cc4ac3 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.49 2016/10/26 00:46:01 schwarze Exp $ +.\" $OpenBSD: sed.1,v 1.50 2017/07/19 21:28:19 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)sed.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: October 26 2016 $ +.Dd $Mdocdate: July 19 2017 $ .Dt SED 1 .Os .Sh NAME @@ -305,7 +305,6 @@ only when the pattern space is selected. .br .Ar text .Xc -.Pp Write .Ar text to standard output immediately before each attempt to read a line of input, @@ -322,7 +321,6 @@ If the label is not specified, branch to the end of the script. .br .Ar text .Xc -.Pp Delete the pattern space. With 0 or 1 address or at the end of a 2-address range, .Ar text @@ -348,7 +346,6 @@ to the hold space. .br .Ar text .Xc -.Pp Write .Ar text to the standard output. |