summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-09 19:32:02 +0000
committercharnier <charnier@FreeBSD.org>2003-06-09 19:32:02 +0000
commitb14a9fc5e6fad558fc257e098af0f903c564e660 (patch)
treecb889bee4a828b73dbff4c4a6f8c358f511e5782
parent3bba46e45ac8bd9097cd7e2c67f3ab6235ae3bed (diff)
downloadFreeBSD-src-b14a9fc5e6fad558fc257e098af0f903c564e660.zip
FreeBSD-src-b14a9fc5e6fad558fc257e098af0f903c564e660.tar.gz
Introduce options definition the standard way.
-rw-r--r--usr.bin/lock/lock.15
-rw-r--r--usr.bin/look/look.14
-rw-r--r--usr.bin/mesg/mesg.18
3 files changed, 8 insertions, 9 deletions
diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1
index adfea5c..3dce031 100644
--- a/usr.bin/lock/lock.1
+++ b/usr.bin/lock/lock.1
@@ -52,9 +52,8 @@ There are two other conditions under which it will terminate: it
will timeout after some interval of time and it may be killed by someone
with the appropriate permission.
.Pp
-Options:
-.Pp
-.Bl -tag -width Fl
+The following options are available:
+.Bl -tag -width indent
.It Fl n
Don't use a timeout value. Terminal will be locked forever.
.It Fl p
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index 1fdbf9d..b8a7685 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -65,8 +65,8 @@ is not specified, the file
is used, only alphanumeric characters are compared and the case of
alphabetic characters is ignored.
.Pp
-Options:
-.Bl -tag -width Ds
+The following options are available:
+.Bl -tag -width indent
.It Fl d
Dictionary character set and order, i.e. only alphanumeric characters
are compared.
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1
index 813ac21..d62b6bb 100644
--- a/usr.bin/mesg/mesg.1
+++ b/usr.bin/mesg/mesg.1
@@ -55,12 +55,12 @@ may display messages on the terminal.
The first terminal device in the sequence of devices associated with standard
input, standard output and standard error is affected.
.Pp
-Options available:
-.Bl -tag -width flag
+The following options are available:
+.Bl -tag -width indent
.It Cm n
-Disallows messages.
+Disallow messages.
.It Cm y
-Permits messages to be displayed.
+Permit messages to be displayed.
.El
.Pp
If no arguments are given,
OpenPOWER on IntegriCloud