From 1a2a1e59ddc0fbe74cfa3a74833bc2950f73db02 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 26 Jan 2021 14:54:13 -0500 Subject: Expand the opening paragraph of the manual --- catgirl.1 | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/catgirl.1 b/catgirl.1 index 12b2560..d228c8e 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -43,18 +43,24 @@ .Sh DESCRIPTION The .Nm -program is a TLS-only -curses IRC client. -. -.Pp +IRC client +provides a curses interface +for TLS-only +Internet Relay Chat. +The only required option is +.Fl h , +the host name to connect to. See .Sx EXAMPLES -to get started. +for managing further configuration. Type .Ic /help -inside +in .Nm -to view this manual again. +to view the list of +.Sx COMMANDS +and +.Sx KEY BINDINGS . . .Pp Options can be loaded from files -- cgit 1.4.1 ncer
summary refs log tree commit diff
path: root/ring.c (unfollow)
Commit message (Expand)Author
2019-11-06Document pounce service configurationJune McEnroe
2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe
2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe
2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe
2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe