mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
When WIFCONTINUED was added, the number of "first" macros grew from
three to four. MFC after: 1 week
This commit is contained in:
parent
66437e8374
commit
9baeec2982
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ with a
|
|||
value of -1.
|
||||
.Pp
|
||||
The following macros may be used to test the manner of exit of the process.
|
||||
One of the first three macros will evaluate to a non-zero (true) value:
|
||||
One of the first four macros will evaluate to a non-zero (true) value:
|
||||
.Bl -tag -width Ds
|
||||
.It Fn WIFCONTINUED status
|
||||
True if the process has not terminated, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue