Introduce options definition the standard way.
This commit is contained in:
parent
df622d54f8
commit
f88e6136c3
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user