Flesh out trailing manual sections
parent
a5a162b9c6
commit
306e2b5c5b
144
catgirl.1
144
catgirl.1
|
@ -24,8 +24,8 @@
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
program is a curses
|
||||
TLS-only IRC client.
|
||||
program is a TLS-only
|
||||
curses IRC client.
|
||||
.
|
||||
.Pp
|
||||
Options can be loaded from files
|
||||
|
@ -139,3 +139,143 @@ Switch to window by name.
|
|||
.It Ic /window Ar num , Ic / Ns Ar num
|
||||
Switch to window by number.
|
||||
.El
|
||||
.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Ds
|
||||
.It Pa $XDG_CONFIG_DIRS/catgirl
|
||||
Configuration files are search for first in
|
||||
.Ev $XDG_CONFIG_HOME ,
|
||||
usually
|
||||
.Pa ~/.config ,
|
||||
followed by the colon-separated list of paths
|
||||
.Ev $XDG_CONFIG_DIRS ,
|
||||
usually
|
||||
.Pa /etc/xdg .
|
||||
.It Pa ~/.config/catgirl
|
||||
The most likely location of configuration files.
|
||||
.El
|
||||
.
|
||||
.Sh EXAMPLES
|
||||
Command line:
|
||||
.Bd -literal -offset indent
|
||||
catgirl -h chat.freenode.net -j '#ascii.town'
|
||||
.Ed
|
||||
.Pp
|
||||
Configuration file:
|
||||
.Bd -literal -offset indent
|
||||
host = chat.freenode.net
|
||||
join = #ascii.town
|
||||
.Ed
|
||||
.
|
||||
.Sh STANDARDS
|
||||
.Bl -item
|
||||
.It
|
||||
.Rs
|
||||
.%A Waldo Bastian
|
||||
.%A Ryan Lortie
|
||||
.%A Lennart Poettering
|
||||
.%T XDG Base Directory Specification
|
||||
.%D November 24, 2010
|
||||
.%U https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A Kyle Fuller
|
||||
.%A St\('ephan Kochen
|
||||
.%A Alexey Sokolov
|
||||
.%A James Wheare
|
||||
.%T IRCv3.2 server-time Extension
|
||||
.%I IRCv3 Working Group
|
||||
.%U https://ircv3.net/specs/extensions/server-time-3.2
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A Lee Hardy
|
||||
.%A Perry Lorier
|
||||
.%A Kevin L. Mitchell
|
||||
.%A William Pitcock
|
||||
.%T IRCv3.1 Client Capability Negotiation
|
||||
.%I IRCv3 Working Group
|
||||
.%U https://ircv3.net/specs/core/capability-negotiation-3.1.html
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A S. Josefsson
|
||||
.%T The Base16, Base32, and Base64 Data Encodings
|
||||
.%I IETF
|
||||
.%N RFC 4648
|
||||
.%D October 2006
|
||||
.%U https://tools.ietf.org/html/rfc4648
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A C. Kalt
|
||||
.%T Internet Relay Chat: Client Protocol
|
||||
.%I IETF
|
||||
.%N RFC 2812
|
||||
.%D April 2000
|
||||
.%U https://tools.ietf.org/html/rfc2812
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A Mantas Mikul\[u0117]nas
|
||||
.%T IRCv3.2 userhost-in-names Extension
|
||||
.%I IRCv3 Working Group
|
||||
.%U https://ircv3.net/specs/extensions/userhost-in-names-3.2
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A Daniel Oaks
|
||||
.%T IRC Formatting
|
||||
.%I ircdocs
|
||||
.%U https://modern.ircdocs.horse/formatting.html
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A William Pitcock
|
||||
.%A Jilles Tjoelker
|
||||
.%T IRCv3.1 SASL Authentication
|
||||
.%I IRCv3 Working Group
|
||||
.%U https://ircv3.net/specs/extensions/sasl-3.1.html
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A Alexey Sokolov
|
||||
.%A St\('ephan Kochen
|
||||
.%A Kyle Fuller
|
||||
.%A Kiyoshi Aman
|
||||
.%A James Wheare
|
||||
.%T IRCv3 Message Tags
|
||||
.%I IRCv3 Working Group
|
||||
.%U https://ircv3.net/specs/extensions/message-tags
|
||||
.Re
|
||||
.
|
||||
.It
|
||||
.Rs
|
||||
.%A K. Zeilenga, Ed.
|
||||
.%T The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
|
||||
.%I IETF
|
||||
.%N RFC 4616
|
||||
.%D August 2006
|
||||
.%U https://tools.ietf.org/html/rfc4616
|
||||
.Re
|
||||
.El
|
||||
.
|
||||
.Sh AUTHORS
|
||||
.An June Bug Aq Mt june@causal.agency
|
||||
.
|
||||
.Sh BUGS
|
||||
Send mail to
|
||||
.Aq Mt june@causal.agency
|
||||
or join
|
||||
.Li #ascii.town
|
||||
on
|
||||
.Li chat.freenode.net .
|
||||
|
|
Loading…
Reference in New Issue