manpages: fix options and examples

This commit is contained in:
David van Moolenbroek
2012-03-31 23:44:29 +02:00
parent 8c4cdbd3c5
commit 4eddbf774c
85 changed files with 1089 additions and 366 deletions

View File

@@ -15,11 +15,19 @@ write \- send a message to a logged-in user
# \\$2
..
.SH OPTIONS
.FL "\-c" "Use cbreak mode"
.FL "\-v" "Verbose mode"
.TP 5
.B \-c
# Use cbreak mode
.TP 5
.B \-v
# Verbose mode
.SH EXAMPLES
.EX "write ast" "Send a message to ast"
.EX "write ast tty00" "Send a message to ast on tty00"
.TP 20
.B write ast
# Send a message to ast
.TP 20
.B write ast tty00
# Send a message to ast on tty00
.SH DESCRIPTION
.PP
\fIWrite\fR lets a user send messages to another logged-in user.