diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
| commit | 1798791d24d371e78812304b3fa3ec7a87b84f98 (patch) | |
| tree | 15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/stdlib/atexit.3 | |
| parent | b7c8a7976f404afa621652a96d3280f3a6174e9d (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/atexit.3')
| -rw-r--r-- | lib/libc/stdlib/atexit.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3 index cc434ccdedf7d..9aae7af92a9b6 100644 --- a/lib/libc/stdlib/atexit.3 +++ b/lib/libc/stdlib/atexit.3 @@ -66,7 +66,8 @@ These functions must not call if it should be necessary to terminate the process while in such a function, the .Xr _exit 2 -function should be used. (Alternatively, the function may cause abnormal +function should be used. +(Alternatively, the function may cause abnormal process termination, for example by calling .Xr abort 3 . ) .Pp |
