iFix mistakes in man page using mandoc -Tlint validator - clic - Clic is an command line interactive client for gopher written in Common LISP Err bitreich.org 70 hgit clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ URL:git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ bitreich.org 70 1Log /scm/clic/log.gph bitreich.org 70 1Files /scm/clic/files.gph bitreich.org 70 1Refs /scm/clic/refs.gph bitreich.org 70 1Tags /scm/clic/tag bitreich.org 70 1README /scm/clic/file/README.md.gph bitreich.org 70 1LICENSE /scm/clic/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit f79c520e1489d0c5a69ec274057e562db47d8369 /scm/clic/commit/f79c520e1489d0c5a69ec274057e562db47d8369.gph bitreich.org 70 1parent 51042c0ec23857aeb755971ba8cd3a8c230ed40c /scm/clic/commit/51042c0ec23857aeb755971ba8cd3a8c230ed40c.gph bitreich.org 70 hAuthor: Solene Rapenne URL:mailto:solene@perso.pw bitreich.org 70 iDate: Mon, 1 Jul 2019 18:50:47 +0200 Err bitreich.org 70 i Err bitreich.org 70 iFix mistakes in man page using mandoc -Tlint validator Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M clic.1 | 61 +++++++++++++++++-------------- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 33 insertions(+), 28 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/clic.1 b/clic.1 /scm/clic/file/clic.1.gph bitreich.org 70 i@@ -1,4 +1,4 @@ Err bitreich.org 70 i-.Dd $Mdocdate: February 2 2018 * Err bitreich.org 70 i+.Dd $Mdocdate: February 02 2018 $ Err bitreich.org 70 i .Dt CLIC 1 Err bitreich.org 70 i .Os Err bitreich.org 70 i .Sh NAME Err bitreich.org 70 i@@ -10,8 +10,9 @@ Err bitreich.org 70 i .Op URL Err bitreich.org 70 i .Sh DESCRIPTION Err bitreich.org 70 i .Nm Err bitreich.org 70 i-is a terminal gopher client. Gopher is a simple protocol to retreive Err bitreich.org 70 i-hierarchical information. The protocol is defined in Err bitreich.org 70 i+is a terminal gopher client. Err bitreich.org 70 i+Gopher is a simple protocol to retreive hierarchical information. Err bitreich.org 70 i+The protocol is defined in Err bitreich.org 70 i .Em RFC 1436 Err bitreich.org 70 i (Gopher). Err bitreich.org 70 i .Pp Err bitreich.org 70 i@@ -24,70 +25,74 @@ will save it using its filename under Err bitreich.org 70 i .It Op Fl t Err bitreich.org 70 i Activate the non split mode. Err bitreich.org 70 i This prevents clic from breaking the menu display into parts when the display Err bitreich.org 70 i-reaches the terminal size. This is useful when you want to scroll using your Err bitreich.org 70 i-terminal. Err bitreich.org 70 i+reaches the terminal size. Err bitreich.org 70 i+This is useful when you want to scroll using your terminal. Err bitreich.org 70 i .It Op Fl k Err bitreich.org 70 i Activate the kiosk mode. (Disable running external applications, temp files, Err bitreich.org 70 i downloading etc.) Err bitreich.org 70 i .It Op URL Err bitreich.org 70 i Load Err bitreich.org 70 i .Op URL . Err bitreich.org 70 i-The syntax can be gopher://domain.tld or only domain.tld. Port 70 is used by Err bitreich.org 70 i-default. For using another port, one should add :40550 like in domain.tld:40550. Err bitreich.org 70 i+The syntax can be gopher://domain.tld or only domain.tld. Err bitreich.org 70 i+Port 70 is used by default. Err bitreich.org 70 i+For using another port, one should add :40550 like in domain.tld:40550. Err bitreich.org 70 i .Pp Err bitreich.org 70 i-It is possible to load a local file using the syntax file://some_file. This file Err bitreich.org 70 i-should be a gophermap as defined in the RFC. This allows for custom bookmarks to Err bitreich.org 70 i-be created locally as an entry point to the gopherspace. Err bitreich.org 70 i+It is possible to load a local file using the syntax file://some_file. Err bitreich.org 70 i+This file should be a gophermap as defined in the RFC. Err bitreich.org 70 i+This allows for custom bookmarks to be created locally as an entry point to the Err bitreich.org 70 i+gopherspace. Err bitreich.org 70 i+.El Err bitreich.org 70 i .Sh COMMANDS Err bitreich.org 70 i-Clic uses a simple command line for its interface. There are multiple command Err bitreich.org 70 i-options for some functions. This allows clic to be used with a full keyboard or a Err bitreich.org 70 i-numpad. Err bitreich.org 70 i+Clic uses a simple command line for its interface. Err bitreich.org 70 i+There are multiple command options for some functions. Err bitreich.org 70 i+This allows clic to be used with a full keyboard or a numpad. Err bitreich.org 70 i .Bl -tag -width Number Err bitreich.org 70 i .It Cm Number Err bitreich.org 70 i Follows the link numbered Err bitreich.org 70 i-.Cm Number. Err bitreich.org 70 i+.Cm Number . Err bitreich.org 70 i .It Cm p | / | cd .. Err bitreich.org 70 i Go to previous page. Err bitreich.org 70 i .It Cm h Err bitreich.org 70 i Display the history. Err bitreich.org 70 i .It Cm sNUMBER Err bitreich.org 70 i Show the full URL of link numbered Err bitreich.org 70 i-.Cm NUMBER. Err bitreich.org 70 i+.Cm NUMBER . Err bitreich.org 70 i Useful for sharing or saving a link URL. Err bitreich.org 70 i .It Cm d Err bitreich.org 70 i-Dump raw result of a menu. This is useful for debugging. Err bitreich.org 70 i+Dump raw result of a menu. Err bitreich.org 70 i+This is useful for debugging. Err bitreich.org 70 i .It Cm r | ls | * Err bitreich.org 70 i Reload the current menu. Err bitreich.org 70 i .It Cm help Err bitreich.org 70 i Show the help text. Err bitreich.org 70 i .It Cm / text Err bitreich.org 70 i Search for the specified Err bitreich.org 70 i-.Cm text. Err bitreich.org 70 i-This acts as a filter which will redisplay the current menu only with Err bitreich.org 70 i-lines matching Err bitreich.org 70 i-.Cm text. Err bitreich.org 70 i-This can be used multiples times. The filter will be used on the last result Err bitreich.org 70 i+.Cm text . Err bitreich.org 70 i+This acts as a filter which will redisplay the current menu only with lines Err bitreich.org 70 i+matching Err bitreich.org 70 i+.Cm text . Err bitreich.org 70 i+This can be used multiples times. Err bitreich.org 70 i+The filter will be used on the last result Err bitreich.org 70 i to narrow the results. Err bitreich.org 70 i .It Cm ^D | x | q | Cm . | exit Err bitreich.org 70 i Exit clic. Err bitreich.org 70 i+.El Err bitreich.org 70 i .Sh PLUMBER Err bitreich.org 70 i When some file is opened other than a text file or a menu, Err bitreich.org 70 i .Nm Err bitreich.org 70 i will run Err bitreich.org 70 i .Xr xdg-open 1 Err bitreich.org 70 i on it. Err bitreich.org 70 i+.Sh SEE ALSO Err bitreich.org 70 i+.Xr sacc 1 , Err bitreich.org 70 i+.Xr xdg-open 1 , Err bitreich.org 70 i+.Xr geomyidae 8 Err bitreich.org 70 i .Sh AUTHORS Err bitreich.org 70 i-See the LICENSE file for the authors. Err bitreich.org 70 i+.An See the LICENSE file for the authors . Err bitreich.org 70 i .Sh LICENSE Err bitreich.org 70 i See the LICENSE file for the terms of redistribution. Err bitreich.org 70 i-.Sh SEE ALSO Err bitreich.org 70 i-.Xr geomyidae 8 Err bitreich.org 70 i-.Xr sacc 1 Err bitreich.org 70 i-.Xr xdg-open 1 Err bitreich.org 70 i .Sh BUGS Err bitreich.org 70 i-.Pp Err bitreich.org 70 i Programs like torsocks or torify don't work with Err bitreich.org 70 i .Nm . Err bitreich.org 70 i- Err bitreich.org 70 i .Pp Err bitreich.org 70 i See the TODO file in the distribution. Err bitreich.org 70 .