View | Details | Raw Unified | Return to bug 135520
Collapse All | Expand All

(-)fail.9 (-2 / +2 lines)
Lines 37-43 Link Here
37
.Nm KFAIL_POINT_GOTO ,
37
.Nm KFAIL_POINT_GOTO ,
38
.Nm fail_point ,
38
.Nm fail_point ,
39
.Nm DEBUG_FP
39
.Nm DEBUG_FP
40
.
40
.\"
41
.Nd fail points
41
.Nd fail points
42
.Sh SYNOPSIS
42
.Sh SYNOPSIS
43
.In sys/fail.h
43
.In sys/fail.h
Lines 159-165 Link Here
159
.Pp
159
.Pp
160
The operator -> can be used to express cascading terms.
160
The operator -> can be used to express cascading terms.
161
If you specify <term1>-><term2>, it means that if <term1> doesn't
161
If you specify <term1>-><term2>, it means that if <term1> doesn't
162
'execute', <term2> is evaluated.
162
\&'execute', <term2> is evaluated.
163
For the purpose of this operator, the return() and print() operators
163
For the purpose of this operator, the return() and print() operators
164
are the only types that cascade.
164
are the only types that cascade.
165
A return() term only cascades if the code executes, and a print()
165
A return() term only cascades if the code executes, and a print()

Return to bug 135520