fail(9): Fix a few mandoc related issues
- function name without markup: return() - function name without markup: print() MFC after: 1 week
This commit is contained in:
parent
f37f378d35
commit
501de9c0c1
@ -218,9 +218,15 @@ The operator -> can be used to express cascading terms.
|
|||||||
If you specify <term1>-><term2>, it means that if <term1> does not
|
If you specify <term1>-><term2>, it means that if <term1> does not
|
||||||
.Ql execute ,
|
.Ql execute ,
|
||||||
<term2> is evaluated.
|
<term2> is evaluated.
|
||||||
For the purpose of this operator, the return() and print() operators
|
For the purpose of this operator, the
|
||||||
are the only types that cascade.
|
.Fn return
|
||||||
A return() term only cascades if the code executes, and a print()
|
and
|
||||||
|
.Fn print
|
||||||
|
operators are the only types that cascade.
|
||||||
|
A
|
||||||
|
.Fn return
|
||||||
|
term only cascades if the code executes, and a
|
||||||
|
.Fn print
|
||||||
term only cascades when passed a non-zero argument.
|
term only cascades when passed a non-zero argument.
|
||||||
A pid can optionally be specified.
|
A pid can optionally be specified.
|
||||||
The fail point term is only executed when invoked by a process with a
|
The fail point term is only executed when invoked by a process with a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user