commit a9a7b27121824c3969f62df587fe0916d869cb83
parent 1b2fd5a3b2f28211d70195e9d61bfacd27daab45
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date: Sat, 7 Nov 2015 03:13:39 +0100
try to improve documentation
Diffstat:
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 output in
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.