try to improve documentation - lchat - A line oriented chat front end for ii.
 (HTM) git clone git://git.suckless.org/lchat
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit a9a7b27121824c3969f62df587fe0916d869cb83
 (DIR) parent 1b2fd5a3b2f28211d70195e9d61bfacd27daab45
 (HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
       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(-)
       ---
 (DIR) 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.
 (DIR) 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/
 (DIR) 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.