mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Xref policy: exit(2) -> _exit(2).
This commit is contained in:
parent
e44548554b
commit
e2ff474cac
1 changed files with 1 additions and 1 deletions
|
|
@ -573,7 +573,7 @@ threads associated with the KSE group blocked in the kernel.
|
|||
.It Bq Er ESRCH
|
||||
The current KSE has no associated mailbox, i.e., the process is operating
|
||||
in traditional, unthreaded mode (in this case use
|
||||
.Xr exit 2
|
||||
.Xr _exit 2
|
||||
to exit the process).
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue