Improve man page

This commit is contained in:
Sasha Koshka 2024-10-11 16:23:55 -04:00
parent 017983d672
commit 9b31e4081d

View File

@ -35,12 +35,23 @@ Posts a message read from the standard input. See the STANDARD INPUT section.
.IP \fB-u\fP .IP \fB-u\fP
Operates undercover. All posts made will be under the name \(lqanonymous\(rq. Operates undercover. All posts made will be under the name \(lqanonymous\(rq.
.\" .\"
.SH ENVIRONMENT
The BULBPATH environment variable specifies a colon-separated list of
directories (much like PATH) in which to search for boards. Directories at the
start take precedence over directories at the end. It has a value of
.I /var/bulb
by default.
.SH FILES
.I /var/bulb/*
.\"
.SH STANDARD INPUT .SH STANDARD INPUT
When the When the
.B -p .B -p
option is supplied, the standard input will be read until EOF. It will be posted option is supplied, the standard input will be read until EOF. The resulting
under the name of the current user in whichever board the user selected. text will be posted under the name of the current user in whichever board is
selected.
.\" .\"
.SH STANDARD OUTPUT .SH STANDARD OUTPUT