more man page clarification

This commit is contained in:
James Tomasino 2018-10-09 20:40:54 -04:00
parent 396f3b49cd
commit de90318a12
1 changed files with 12 additions and 1 deletions

13
pb.1
View File

@ -24,7 +24,7 @@ The options are as follows:
.B -f
Explicitly interpret stdin as filename or names.
.TP
.B -s
.BI -s " server_address"
Use alternative pastebin server address.
.TP
.B -u
@ -39,6 +39,11 @@ Display current version information.
.B -h
Show the help.
.SH EXIT STATUS
The
.B pb
utility exits 0 on success, and >0 if an error occurs.
.SH EXAMPLES
.TP
.B pb scores.txt
@ -59,5 +64,11 @@ Shorten the URL to tilde.team
Report issues at the git repository at
.B https://tildegit.org/tomasino/pb
.SH STANDARDS
The
.B pb
utility is compliant with the IEEE Std 1003.1-2008 ("POSIX.1")
specification.
.SH AUTHOR
James Tomasino <tomasino (at) lavabit (dot) com>