From f5d77c1c335bfcb78509771b3c5c2561341c34aa Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 17 Jun 2003 09:36:47 +0000 Subject: Xref policy: exit(2) -> _exit(2). --- lib/libc/sys/kse.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2 index 9476eea..be81f7f 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 -- cgit v1.1