ii.1: fix some lint warnings from mandoc -Tlint - ii - FIFO and filesystem base… | |
git clone git://git.codemadness.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 25c000bf98735aa4f07b4ab90506111118426e2f | |
parent 5bd50577a911f806cc09d909a31605d2461df53e | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 2 Sep 2022 12:25:11 +0200 | |
ii.1: fix some lint warnings from mandoc -Tlint | |
Diffstat: | |
M ii.1 | 10 +++++----- | |
1 file changed, 5 insertions(+), 5 deletions(-) | |
--- | |
diff --git a/ii.1 b/ii.1 | |
@@ -52,7 +52,8 @@ lets you override the default nick ($USER) | |
lets you specify your real name associated with your nick | |
.TP | |
.BI \-k " environment variable" | |
-lets you specify an environment variable that contains your IRC password, e.g.… | |
+lets you specify an environment variable that contains your IRC password, | |
+e.g. IIPASS="foobar" ii -k IIPASS. | |
This is done in order to prevent other users from eavesdropping the server | |
password via the process list. | |
.SH DIRECTORIES | |
@@ -83,11 +84,10 @@ quit ii | |
.BI /t " topic" | |
set the topic of a channel | |
.SH RAW COMMANDS | |
-.LP | |
-Everything which is not a command will be posted into the channel or to the se… | |
-So if you need /who just write /WHO as described in RFC#1459 to the server in … | |
+Everything which is not a command will be posted into the channel or to the | |
+server. So if you need /who just write /WHO as described in RFC#1459 to the | |
+server in FIFO. | |
.SH SSL/TLS PROTOCOL SUPPORT | |
-.LP | |
For SSL/TLS protocol support you can connect to a local tunnel, for example | |
with stunnel or socat. | |
.SH SEE ALSO |