On Fri, Dec 10, 2021 at 03:04:11PM GMT, Richard Ulmer wrote: > Hi, > this is just a minor copy-and-paste error fix for the less(1) man page. > I also contributed this upstream: https://github.com/gwsw/less/pull/228
Hi Richard, You might want to consider reporting it to less-fork[0] which OpenBSD used last time[1] - the issue is present there, too[2]. [0] https://github.com/gdamore/less-fork [1] https://marc.info/?l=openbsd-cvs&m=144676136105460&w=2 [2] https://github.com/gdamore/less-fork/blob/master/less.1#L679 Regards, Raf > Index: less.1 > =================================================================== > RCS file: /cvs/src/usr.bin/less/less.1,v > retrieving revision 1.58 > diff -u -p -u -r1.58 less.1 > --- less.1 23 Sep 2021 18:46:25 -0000 1.58 > +++ less.1 10 Dec 2021 14:58:46 -0000 > @@ -852,7 +852,7 @@ If a right curly bracket appears in the > 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. >
