diff options
Diffstat (limited to 'bin/ed/ed.1')
-rw-r--r-- | bin/ed/ed.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index aefb0d59d12..1d2180b13ab 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.70 2018/04/26 12:18:54 martijn Exp $ +.\" $OpenBSD: ed.1,v 1.71 2019/07/10 13:35:51 jmc 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: April 26 2018 $ +.Dd $Mdocdate: July 10 2019 $ .Dt ED 1 .Os .Sh NAME @@ -267,6 +267,7 @@ The next line containing the regular expression .Ar re . The search wraps to the beginning of the buffer and continues down to the current line, if necessary. +The second slash can be omitted if it ends a line. .Qq // repeats the last search. .It Pf ? Ar re ? @@ -274,6 +275,7 @@ The previous line containing the regular expression .Ar re . The search wraps to the end of the buffer and continues up to the current line, if necessary. +The second question mark can be omitted if it ends a line. .Qq ?? repeats the last search. .It \&' Ns Ar lc |