Fix some typo for kiosk mode in the man-page - surf - surf browser, a WebKit ba… | |
git clone git://git.suckless.org/surf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit c3b3b95f4a4b1c84ec6f320d51d31364186bb84b | |
parent 7f1156f9b0977a72e523e031cf67a4946cfee9b2 | |
Author: Quentin Rameau <[email protected]> | |
Date: Mon, 26 Aug 2024 18:21:24 +0200 | |
Fix some typo for kiosk mode in the man-page | |
Thanks to Tim Dickson <[email protected]> for spotting it! | |
Diffstat: | |
M surf.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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. |