Add sandman.m to README
parent
5c17393d2b
commit
3cf20eb67a
37
README
37
README
|
@ -1,7 +1,7 @@
|
||||||
CATGIRL(7) Miscellaneous Information Manual CATGIRL(7)
|
CATGIRL(7) FreeBSD Miscellaneous Information Manual CATGIRL(7)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
catgirl IRC client
|
catgirl – IRC client
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
catgirl is a curses IRC client originally intended for use over anonymous
|
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.
|
It requires LibreSSL and targets FreeBSD, NetBSD and Darwin.
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
chat.h Shared state and function prototypes
|
chat.h Shared state and function prototypes
|
||||||
chat.c Command line parsing
|
chat.c Command line parsing
|
||||||
event.c Event loop and process spawning
|
event.c Event loop and process spawning
|
||||||
tag.c Tag (channel, query) ID assignment
|
tag.c Tag (channel, query) ID assignment
|
||||||
handle.c Incoming command handling
|
handle.c Incoming command handling
|
||||||
input.c Input command handling
|
input.c Input command handling
|
||||||
irc.c TLS client connection
|
irc.c TLS client connection
|
||||||
format.c IRC formatting
|
format.c IRC formatting
|
||||||
ui.c Curses UI
|
ui.c Curses UI
|
||||||
term.c Terminal features unsupported by curses
|
term.c Terminal features unsupported by curses
|
||||||
edit.c Line editing
|
edit.c Line editing
|
||||||
tab.c Tab-complete
|
tab.c Tab-complete
|
||||||
url.c URL detection
|
url.c URL detection
|
||||||
pls.c Functions which should not have to be written
|
pls.c Functions which should not have to be written
|
||||||
|
sandman.m Utility for Darwin to signal sleep
|
||||||
|
|
||||||
sshd_config Anonymous SSH configuration
|
sshd_config Anonymous SSH configuration
|
||||||
man.sh man(1) implementation for chroot
|
man.sh man(1) implementation for chroot
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
catgirl(1)
|
catgirl(1), sandman(1)
|
||||||
|
|
||||||
Causal Agency November 28, 2018 Causal Agency
|
Causal Agency December 2, 2018 Causal Agency
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd November 28, 2018
|
.Dd December 2, 2018
|
||||||
.Dt CATGIRL 7
|
.Dt CATGIRL 7
|
||||||
.Os "Causal Agency"
|
.Os "Causal Agency"
|
||||||
.
|
.
|
||||||
|
@ -20,7 +20,7 @@ and targets
|
||||||
and Darwin.
|
and Darwin.
|
||||||
.
|
.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width format.c -compact
|
.Bl -tag -width sandman.m -compact
|
||||||
.It Pa chat.h
|
.It Pa chat.h
|
||||||
Shared state and function prototypes
|
Shared state and function prototypes
|
||||||
.It Pa chat.c
|
.It Pa chat.c
|
||||||
|
@ -49,6 +49,8 @@ Tab-complete
|
||||||
URL detection
|
URL detection
|
||||||
.It Pa pls.c
|
.It Pa pls.c
|
||||||
Functions which should not have to be written
|
Functions which should not have to be written
|
||||||
|
.It Pa sandman.m
|
||||||
|
Utility for Darwin to signal sleep
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -61,4 +63,5 @@ implementation for chroot
|
||||||
.El
|
.El
|
||||||
.
|
.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr catgirl 1
|
.Xr catgirl 1 ,
|
||||||
|
.Xr sandman 1
|
||||||
|
|
Loading…
Reference in New Issue