From e2ff474cac2061e2dc8273ddd2c6965fcceb3805 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 17 Jun 2003 09:36:47 +0000 Subject: [PATCH] Xref policy: exit(2) -> _exit(2). --- lib/libc/sys/kse.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 9476eea3214..be81f7f2408 100644 --- a/lib/libc/sys/kse.2 +++ b/lib/libc/sys/kse.2 @@ -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