Introduction
Introduction Statistics Contact Development Disclaimer Help
fix bugs in manpage and improve README - lchat - A line oriented chat front end…
git clone git://git.suckless.org/lchat
Log
Files
Refs
README
---
commit ec6c8a3c5bb5f69387f741164439ca3733c0d9de
parent ff313d180ee0f8e7d2e8cceb018dc7bef3da0141
Author: Jan Klemkow <[email protected]>
Date: Sun, 13 May 2018 04:15:58 +0200
fix bugs in manpage and improve README
Diffstat:
M README.md | 5 ++---
M lchat.1 | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/README.md b/README.md
@@ -1,9 +1,8 @@
line chat
=========
-Line chat is the little and small brother of cii. It is a front end for
-ii-like chat programs. It uses tail(1) -f to get the chat output in
-background.
+lchat (line chat) is a line oriented front end for for ii-like chat programs.
+It uses tail(1) -f to get the chat output in background.
![lchat](/lchat.png)
diff --git a/lchat.1 b/lchat.1
@@ -1,4 +1,4 @@
-.Dd $Mdocdate$
+.Dd May 13, 2018
.Dt LCHAT 1
.Os
.Sh NAME
@@ -18,7 +18,7 @@ The
.Nm
utility is a command line front end for ii-like chat programs.
It uses
-.Xr tail
+.Xr tail 1
in the background to get output lines from
.Ar out .
.Nm
@@ -90,8 +90,8 @@ contains the prompt string.
contains the terminal window title.
.El
.Sh SEE ALSO
-.Xr tail 1 ,
-.Xr ii 1
+.Xr ii 1 ,
+.Xr tail 1
.Sh AUTHORS
.An -nosplit
The
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.