diff options
author | 2002-08-31 21:44:29 +0000 | |
---|---|---|
committer | 2002-08-31 21:44:29 +0000 | |
commit | 2ece66a2b56ceae75a36455b565d8a36f569c528 (patch) | |
tree | c018431aa5c1f3f8f9ca29c0d9db12eccf967100 | |
parent | Always setup the RAMDAC (even if we're not the console) so when the display (diff) | |
download | wireguard-openbsd-2ece66a2b56ceae75a36455b565d8a36f569c528.tar.xz wireguard-openbsd-2ece66a2b56ceae75a36455b565d8a36f569c528.zip |
Unbreak. We have situations where last space in the line is required.
From dfa@openbsd.ru
-rw-r--r-- | bin/ed/ed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index cb1e1761632..3e6b1a0bdcf 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.36 2002/02/17 23:56:04 millert Exp $ +.\" $OpenBSD: ed.1,v 1.37 2002/08/31 21:44:29 mpech Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -403,7 +403,7 @@ matches the beginning of the string since a null match is the only leftmost match. .Sm off .It Xo Em \e{ No n,m -.Em \e}\ \e{ No n, Em \e}\ +.Em \e}\ \e{ No n, Em \e}\ .Em \e{ No n Em \e} .Xc .Sm on |