On Fri, Apr 18, 2025 at 02:01:02PM +0200, g...@suckless.org wrote: > commit c3b3b95f4a4b1c84ec6f320d51d31364186bb84b > Author: Quentin Rameau <quinq@fifth.space> > AuthorDate: Mon Aug 26 18:21:24 2024 +0200 > Commit: Quentin Rameau <quinq@fifth.space> > CommitDate: Sun Jan 5 12:02:38 2025 +0100 > > Fix some typo for kiosk mode in the man-page > > Thanks to Tim Dickson <dickson....@googlemail.com> for spotting it! > > diff --git a/surf.1 b/surf.1 > index 23117b1..5eb93fb 100644 > --- a/surf.1 > +++ b/surf.1 > @@ -77,7 +77,7 @@ Enable Images. > Disable kiosk mode (disable key strokes and right click). > .TP > .B \-K > -Enable kiosk mode (disable key strokes and right click). > +Enable kiosk mode (enable key strokes and right click). > .TP > .B \-m > Disable application of user style sheets. >
Shouldnt this be: Disable kiosk mode (enable key strokes and right click). and Enable kiosk mode (disable key strokes and right click). -- Kind regards, Hiltjo