From 3d9f808a600e33a444f8dd666a4e379c282e388b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 11 Sep 2018 16:10:49 -0400 Subject: Add /help equivalent to /man --- chatte.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chatte.1') diff --git a/chatte.1 b/chatte.1 index 980b152..fb9e2ac 100644 --- a/chatte.1 +++ b/chatte.1 @@ -97,6 +97,10 @@ Close the current view. All views after the current one are renumbered. . +.It Ic /help +Equivalent to +.Ic /man . +. .It Ic /join Ar chan Join a channel. . @@ -349,9 +353,7 @@ usually the client IP address. .El . .Sh EXAMPLES -.Bd -literal -offset indent -chatte -h ascii.town -j '&chatte' -.Ed +.Dl chatte -h ascii.town -j '&chatte' . .Sh STANDARDS .Rs -- cgit 1.4.0 ption> IRC client
about summary refs log tree commit diff
path: root/chat.h (unfollow)
Commit message (Expand)Author
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe