From 671e66d2e03229cccfb228a6731c1da5a3869137 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Wed, 12 Jun 1996 23:46:47 +0000 Subject: [PATCH] Indicate that assert exits with abort(3) instead of _exit(2). Closes PR 1317. Reviewed by: alex Submitted by: Cove Schneider --- share/man/man3/assert.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index 2a9c8f9631d..0e344df1bd6 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -51,7 +51,7 @@ A diagnostic message is written to the .Em stderr and the function -.Xr _exit 2 +.Xr abort 3 is called effectively terminating the program. .Pp If