summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-10 17:26:55 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-12-10 17:26:55 +0000
commitf0a4479a6449e518ee9f6b48986a1c7d010e2fde (patch)
tree4ec4121690b67df50d013620184eb9e09096e608
parent7df998d91ea11214905e1dcb049f5a673a49cfa4 (diff)
fix a copy-and-paste error;
from Richard Ulmer <... rulmer at mailbox dot org>
-rw-r--r--usr.bin/less/less.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/less/less.1 b/usr.bin/less/less.1
index 1bd97df8ddf..10811edcd89 100644
--- a/usr.bin/less/less.1
+++ b/usr.bin/less/less.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: less.1,v 1.58 2021/09/23 18:46:25 tobias Exp $
+.\" $OpenBSD: less.1,v 1.59 2021/12/10 17:26:54 schwarze Exp $
.\"
.\" Copyright (C) 1984-2012 Mark Nudelman
.\"
@@ -23,7 +23,7 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 23 2021 $
+.Dd $Mdocdate: December 10 2021 $
.Dt LESS 1
.Os
.Sh NAME
@@ -852,7 +852,7 @@ If a right curly bracket appears in the bottom line displayed on the screen,
the } command will go to the matching left curly bracket.
The matching left curly bracket is positioned on the top
line of the screen.
-If there is more than one right curly bracket on the top line,
+If there is more than one right curly bracket on the bottom line,
a number N may be used to specify the N-th bracket on the line.
.It Ic \&(
Like {, but applies to parentheses rather than curly brackets.