Add new kiosk mode to the manpage properly. - clic - Clic is an command line in… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 25c184b296767f9f65ca7d63490d9718bf8ab06a | |
parent fb5155bf84450fec31f6b69a49fbdc07aee5aa70 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 6 Apr 2018 12:28:45 +0200 | |
Add new kiosk mode to the manpage properly. | |
Diffstat: | |
M clic.1 | 8 +++++++- | |
1 file changed, 7 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/clic.1 b/clic.1 | |
@@ -3,7 +3,8 @@ | |
clic \- a terminal gopher client | |
.SH SYNOPSIS | |
.B clic | |
-.IR [-k] [URL] | |
+.RB [ \-k ] | |
+.IR [URL] | |
.PP | |
.SH DESCRIPTION | |
.B clic | |
@@ -11,6 +12,11 @@ is a terminal gopher client. Gopher is a simple protocol to … | |
hierarchical information. The protocol is defined in | |
.I RFC 1436 | |
(Gopher). | |
+.SH OPTIONS | |
+.TP | |
+.B \-k | |
+activate the kiosk mode. (Disable running external applications, temp files, | |
+downloading etc.) | |
.SH COMMANDS | |
Clic is using a simple commandline for telling it what to do. Here are the | |
commands you can enter. |