Merge branch 'master' of ssh://bitreich.org///scm/clic - clic - Clic is an comm… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit f9fe11c63b03b836ef82800909faa56786e25e5a | |
parent f5b0833db47c8cb4507cc83104f63698dd92f810 | |
Author: Solene Rapenne <[email protected]> | |
Date: Fri, 6 Apr 2018 12:47:08 +0200 | |
Merge branch 'master' of ssh://bitreich.org///scm/clic | |
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. |