about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-02 01:01:56 -0500
committerJune McEnroe <june@causal.agency>2018-12-02 01:01:56 -0500
commit3cf20eb67a9227a71fdd50127df0ad6018d16cf8 (patch)
treea72ee3fedb6f923b26650bb123ab04279c1d7937 /README
parentCrudely handle reconnecting after suspend (diff)
downloadcatgirl-3cf20eb67a9227a71fdd50127df0ad6018d16cf8.tar.gz
catgirl-3cf20eb67a9227a71fdd50127df0ad6018d16cf8.zip
Add sandman.m to README
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 19 insertions, 18 deletions
diff --git a/README b/README
index f83ef21..b744df8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-CATGIRL(7)             Miscellaneous Information Manual             CATGIRL(7)
+CATGIRL(7)         FreeBSD Miscellaneous Information Manual         CATGIRL(7)
 
 NAME
-     catgirl  IRC client
+     catgirl – IRC client
 
 DESCRIPTION
      catgirl is a curses IRC client originally intended for use over anonymous
@@ -10,25 +10,26 @@ DESCRIPTION
      It requires LibreSSL and targets FreeBSD, NetBSD and Darwin.
 
 FILES
-     chat.h    Shared state and function prototypes
-     chat.c    Command line parsing
-     event.c   Event loop and process spawning
-     tag.c     Tag (channel, query) ID assignment
-     handle.c  Incoming command handling
-     input.c   Input command handling
-     irc.c     TLS client connection
-     format.c  IRC formatting
-     ui.c      Curses UI
-     term.c    Terminal features unsupported by curses
-     edit.c    Line editing
-     tab.c     Tab-complete
-     url.c     URL detection
-     pls.c     Functions which should not have to be written
+     chat.h     Shared state and function prototypes
+     chat.c     Command line parsing
+     event.c    Event loop and process spawning
+     tag.c      Tag (channel, query) ID assignment
+     handle.c   Incoming command handling
+     input.c    Input command handling
+     irc.c      TLS client connection
+     format.c   IRC formatting
+     ui.c       Curses UI
+     term.c     Terminal features unsupported by curses
+     edit.c     Line editing
+     tab.c      Tab-complete
+     url.c      URL detection
+     pls.c      Functions which should not have to be written
+     sandman.m  Utility for Darwin to signal sleep
 
      sshd_config  Anonymous SSH configuration
      man.sh       man(1) implementation for chroot
 
 SEE ALSO
-     catgirl(1)
+     catgirl(1), sandman(1)
 
-Causal Agency                  November 28, 2018                 Causal Agency
+Causal Agency                  December 2, 2018                  Causal Agency