diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 20:07:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 20:07:00 +0000 |
commit | 0e9bcfc50c87b501ad2246efdfbe97a64b859cbb (patch) | |
tree | 35b7b79d21389ae6705e9234927841d0d7c08c8a /bin/ed | |
parent | aa25f7359e4a97684e73a9be5aa55a1503a12188 (diff) |
Avoid .Ns right after .Pf, it's pointless.
In some cases, do additional cleanup in the immediate vicinity.
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/ed.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index ed8db25bcd3..a4ffa701f80 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.64 2015/06/22 14:46:59 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.65 2015/09/14 20:06:58 schwarze 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: June 22 2015 $ +.Dd $Mdocdate: September 14 2015 $ .Dt ED 1 .Os .Sh NAME @@ -235,8 +235,8 @@ This is equivalent to .Ad \-1 and may be repeated with cumulative effect. .It Xo -.Pf - Ns Ar n No or\ \& -.Pf ^ Ns Ar n +.Pf - Ar n No or\ \& +.Pf ^ Ar n .Xc The .Ar n Ns th @@ -547,7 +547,7 @@ in .Ar replacement is replaced by the currently matched text. The character sequence -.Pf \e Ns Ar m , +.Pf \e Ar m , where .Ar m is a number in the range [1,9], is replaced by the |