From 7965214d288296d9c6821f6cbe60a69db5216ed2 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 2 Dec 2018 18:12:45 -0500 Subject: Various man page tweaks and edits --- catgirl.7 | 54 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 15 deletions(-) (limited to 'catgirl.7') diff --git a/catgirl.7 b/catgirl.7 index 6f73a86..4151b80 100644 --- a/catgirl.7 +++ b/catgirl.7 @@ -14,49 +14,68 @@ use over anonymous SSH. . .Pp It requires LibreSSL +.Pq Fl ltls and targets .Fx , -.Nx -and Darwin. +Darwin, +.Nx . +. +.Ss Build +On platforms other than +.Fx , +copy the appropriate file to +.Pa config.mk +and modify as needed. +The default install +.Ev PREFIX +is +.Pa ~/.local . +. +.Pp +.Bd -literal -offset indent +cp $(uname).mk config.mk +make +make install +.Ed . .Sh FILES .Bl -tag -width sandman.m -compact .It Pa chat.h -Shared state and function prototypes +shared state and function prototypes .It Pa chat.c -Command line parsing +command line parsing .It Pa event.c -Event loop and process spawning +event loop and process spawning .It Pa tag.c -Tag (channel, query) ID assignment +tag (channel, query) ID assignment .It Pa handle.c -Incoming command handling +incoming command handling .It Pa input.c -Input command handling +input command handling .It Pa irc.c TLS client connection .It Pa format.c IRC formatting .It Pa ui.c -Curses UI +cursed UI .It Pa term.c -Terminal features unsupported by curses +terminal features unsupported by curses .It Pa edit.c -Line editing +line editing .It Pa tab.c -Tab-complete +tab-complete .It Pa url.c URL detection .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 +utility for Darwin to signal sleep .El . .Pp .Bl -tag -width sshd_config -compact .It Pa sshd_config -Anonymous SSH configuration +anonymous SSH configuration .It Pa man.sh .Xr man 1 implementation for chroot @@ -65,3 +84,8 @@ implementation for chroot .Sh SEE ALSO .Xr catgirl 1 , .Xr sandman 1 +. +.Sh BUGS +The UI is currently broken with +.Nx Ap s +curses implementation. -- cgit 1.4.1