diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-13 16:53:51 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-13 16:53:51 +0000 |
commit | c8d40b7d3487a0ce1707063684493a69b246d192 (patch) | |
tree | 0e8c7e45cfee821bdd458c9d0992458da7e88902 /lib/libc/stdlib | |
parent | 97d0a1b86207bbce4fb1a27d78a25edbf1f40df3 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/exit.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3 index b5e64bd669bd..557af835d013 100644 --- a/lib/libc/stdlib/exit.3 +++ b/lib/libc/stdlib/exit.3 @@ -119,8 +119,8 @@ and functions never return. .Sh SEE ALSO -.Xr _exit 2 , .Xr wait 2 , +.Xr _exit 2 , .Xr atexit 3 , .Xr intro 3 , .Xr sysexits 3 , |