try to improve documentation - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit a9a7b27121824c3969f62df587fe0916d869cb83 | |
parent 1b2fd5a3b2f28211d70195e9d61bfacd27daab45 | |
Author: Jan Klemkow <[email protected]> | |
Date: Sat, 7 Nov 2015 03:13:39 +0100 | |
try to improve documentation | |
Diffstat: | |
D README | 5 ----- | |
M README.md | 2 +- | |
M lchat.1 | 3 ++- | |
3 files changed, 3 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -1,5 +0,0 @@ | |
-line chat | |
-========= | |
- | |
-Line chat is the littel and small brother of cii. It is a front end for | |
-ii-like chat programs. | |
diff --git a/README.md b/README.md | |
@@ -2,7 +2,7 @@ line chat | |
========= | |
Line chat is the littel and small brother of cii. It is a front end for | |
-ii-like [1][2][3] chat programs. It uses tail(1) -f to get the chat output in | |
+ii-like chat programs (e.g. [1] [2] [3]). It uses tail(1) -f to get the chat … | |
background. | |
[1]: http://tools.suckless.org/ii/ | |
diff --git a/lchat.1 b/lchat.1 | |
@@ -56,7 +56,8 @@ to search for in and out file. | |
Default directory path is '.'. | |
.El | |
.Sh SEE ALSO | |
-.Xr tail 1 | |
+.Xr tail 1 , | |
+.Xr ii 1 | |
.Sh AUTHORS | |
.Nm | |
was written by Jan Klemkow. |