summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README37
-rw-r--r--catgirl.79
2 files changed, 25 insertions, 21 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
diff --git a/catgirl.7 b/catgirl.7
index 3ddf19a..6f73a86 100644
--- a/catgirl.7
+++ b/catgirl.7
@@ -1,4 +1,4 @@
-.Dd November 28, 2018
+.Dd December 2, 2018
 .Dt CATGIRL 7
 .Os "Causal Agency"
 .
@@ -20,7 +20,7 @@ and targets
 and Darwin.
 .
 .Sh FILES
-.Bl -tag -width format.c -compact
+.Bl -tag -width sandman.m -compact
 .It Pa chat.h
 Shared state and function prototypes
 .It Pa chat.c
@@ -49,6 +49,8 @@ Tab-complete
 URL detection
 .It Pa pls.c
 Functions which should not have to be written
+.It Pa sandman.m
+Utility for Darwin to signal sleep
 .El
 .
 .Pp
@@ -61,4 +63,5 @@ implementation for chroot
 .El
 .
 .Sh SEE ALSO
-.Xr catgirl 1
+.Xr catgirl 1 ,
+.Xr sandman 1
span>Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe