about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
2012-01-30Set shiftwidth to 4 for LuaJune McEnroe 2012-01-29Don't show Syntastic errors automaticallyJune McEnroe 2012-01-28Update to Quicktask 1.1June McEnroe 2012-01-22Use space-test branch of quicktaskJune McEnroe 2012-01-22Enable syntax-based foldingJune McEnroe 2012-01-22Update quicktaskJune McEnroe 2012-01-22Revert "Add AutoClose"June McEnroe This reverts commit 2705f4b91a56caf4cf2b3b89b247580debd5d453. This fixes the delay when leaving insert mode 2012-01-22Revert "Disable powerline for now"June McEnroe This reverts commit 171b1aa0d1d445a1223d0d638f2798b780c3e1ce. 2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe This reverts commit f4cc36a0aca465eea866fa7131a19497d46e63f0. This fixes not being able to commit with vim-fugitive 2012-01-22Disable powerline for nowJune McEnroe 2012-01-22Update some pluginsJune McEnroe 2012-01-22Add VCS repo directories to wildignoreJune McEnroe 2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe 2012-01-22Add vim-spaceJune McEnroe 2012-01-22Add AutoCloseJune McEnroe 2012-01-22Add binding for GundoJune McEnroe 2012-01-22Add GundoJune McEnroe 2012-01-22Add Jellybeans colorschemeJune McEnroe 2012-01-22Add syntasticJune McEnroe 2012-01-21Add PowerlineJune McEnroe 2012-01-21Add quicktaskJune McEnroe 2012-01-15Moved comments out of mapsJune McEnroe 2012-01-14Disable scrollbarsJune McEnroe