Minor mdoc nits.
This commit is contained in:
parent
76438db6a7
commit
35471bf8ef
@ -77,7 +77,7 @@ Operators with equal precedence are grouped within symbols
|
||||
and
|
||||
.Ql } .
|
||||
.Bl -tag -width indent
|
||||
.It Ar expr1 Li | Ar expr2
|
||||
.It Ar expr1 Li \&| Ar expr2
|
||||
Return the evaluation of
|
||||
.Ar expr1
|
||||
if it is neither an empty string nor zero;
|
||||
|
@ -375,8 +375,8 @@ The following is a list of valid operators:
|
||||
.Bl -tag -width indent
|
||||
.It Control operators:
|
||||
.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
|
||||
.It Li & Ta Li && Ta Li ( Ta Li ) Ta Li \en
|
||||
.It Li ;; Ta Li ;& Ta Li ; Ta Li | Ta Li ||
|
||||
.It Li & Ta Li && Ta Li \&( Ta Li \&) Ta Li \en
|
||||
.It Li ;; Ta Li ;& Ta Li \&; Ta Li \&| Ta Li ||
|
||||
.El
|
||||
.It Redirection operators:
|
||||
.Bl -column "XXX" "XXX" "XXX" "XXX" "XXX" -offset center -compact
|
||||
|
@ -43,7 +43,7 @@
|
||||
.Nm
|
||||
.Ar expression
|
||||
.Nm \&[
|
||||
.Ar expression Cm ]
|
||||
.Ar expression Cm \&]
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
|
@ -64,7 +64,7 @@ when the label was prepared.
|
||||
Elements are specified in a nul-terminated string, using commas to
|
||||
delimit fields.
|
||||
Element names may be prefixed with the
|
||||
.Dv ?
|
||||
.Ql \&?
|
||||
character to indicate that a failure by the kernel to retrieve that
|
||||
element should not be considered fatal.
|
||||
.Pp
|
||||
|
@ -130,7 +130,7 @@ are treated as comment lines.
|
||||
.Ar src Ar dst Ar protocol Ar spi
|
||||
.Op Ar extensions
|
||||
.Ar algorithm ...
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Add an SAD entry.
|
||||
.Li add
|
||||
@ -141,7 +141,7 @@ including when the key length does not match the specified algorithm.
|
||||
.Li get
|
||||
.Op Fl 46n
|
||||
.Ar src Ar dst Ar protocol Ar spi
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Show an SAD entry.
|
||||
.\"
|
||||
@ -149,7 +149,7 @@ Show an SAD entry.
|
||||
.Li delete
|
||||
.Op Fl 46n
|
||||
.Ar src Ar dst Ar protocol Ar spi
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Remove an SAD entry.
|
||||
.\"
|
||||
@ -157,14 +157,14 @@ Remove an SAD entry.
|
||||
.Li deleteall
|
||||
.Op Fl 46n
|
||||
.Ar src Ar dst Ar protocol
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Remove all SAD entries that match the specification.
|
||||
.\"
|
||||
.It Xo
|
||||
.Li flush
|
||||
.Op Ar protocol
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Clear all SAD entries matched by the options.
|
||||
.Fl F
|
||||
@ -173,7 +173,7 @@ on the command line achieves the same functionality.
|
||||
.It Xo
|
||||
.Li dump
|
||||
.Op Ar protocol
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Dumps all SAD entries matched by the options.
|
||||
.Fl D
|
||||
@ -183,7 +183,7 @@ on the command line achieves the same functionality.
|
||||
.Li spdadd
|
||||
.Op Fl 46n
|
||||
.Ar src_range Ar dst_range Ar upperspec Ar policy
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Add an SPD entry.
|
||||
.\"
|
||||
@ -191,13 +191,13 @@ Add an SPD entry.
|
||||
.Li spddelete
|
||||
.Op Fl 46n
|
||||
.Ar src_range Ar dst_range Ar upperspec Fl P Ar direction
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Delete an SPD entry.
|
||||
.\"
|
||||
.It Xo
|
||||
.Li spdflush
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Clear all SPD entries.
|
||||
.Fl FP
|
||||
@ -205,7 +205,7 @@ on the command line achieves the same functionality.
|
||||
.\"
|
||||
.It Xo
|
||||
.Li spddump
|
||||
.Li ;
|
||||
.Li \&;
|
||||
.Xc
|
||||
Dumps all SPD entries.
|
||||
.Fl DP
|
||||
|
@ -315,7 +315,7 @@ The length of a number is its number of digits, not counting the minus sign
|
||||
and decimal point.
|
||||
.It Ic z
|
||||
The stack level is pushed onto the stack.
|
||||
.It Cm [ Ns ... Ns Cm ]
|
||||
.It Cm \&[ Ns ... Ns Cm \&]
|
||||
Puts the bracketed
|
||||
.Tn ASCII
|
||||
string onto the top of the stack.
|
||||
@ -375,12 +375,12 @@ command.
|
||||
.It Ic \&?
|
||||
A line of input is taken from the input source (usually the terminal)
|
||||
and executed.
|
||||
.It Ic : Ns Ar r
|
||||
.It Ic \&: Ns Ar r
|
||||
Pop two values from the stack.
|
||||
The second value on the stack is stored into the array
|
||||
.Ar r
|
||||
indexed by the top of stack.
|
||||
.It Ic ; Ns Ar r
|
||||
.It Ic \&; Ns Ar r
|
||||
Pop a value from the stack.
|
||||
The value is used as an index into register
|
||||
.Ar r .
|
||||
|
@ -1661,7 +1661,7 @@ To prevent infinite loops the following source Makefile targets are ignored:
|
||||
.Ic ::
|
||||
targets that have no prerequisites
|
||||
.It
|
||||
.Ic !
|
||||
.Ic \&!
|
||||
targets
|
||||
.It
|
||||
targets that have
|
||||
|
@ -123,7 +123,7 @@ All are equivalent.
|
||||
.It Dv ">\|\^)\|]"
|
||||
Used to end a mapping.
|
||||
All are equivalent.
|
||||
.It Dv :
|
||||
.It Dv ":"
|
||||
Used as a delimiter in mappings.
|
||||
.El
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user