diff options
author | theraven <theraven@FreeBSD.org> | 2011-12-07 21:02:35 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2011-12-07 21:02:35 +0000 |
commit | 6dd477b894442f73fdefb1839f590b35fc937b6c (patch) | |
tree | 39438ccf05f7f186a6494e5a42885b65141543da /lib/libc/stdlib/quick_exit.3 | |
parent | f5c1ef3ab81fc2455c38d7895de1f5bcc686fc2f (diff) | |
download | FreeBSD-src-6dd477b894442f73fdefb1839f590b35fc937b6c.zip FreeBSD-src-6dd477b894442f73fdefb1839f590b35fc937b6c.tar.gz |
Some fixes to the man pages for [at_]quick_exit(3)
Reviewed by: pluknet
Approved by: dim (mentor)
Diffstat (limited to 'lib/libc/stdlib/quick_exit.3')
-rw-r--r-- | lib/libc/stdlib/quick_exit.3 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/libc/stdlib/quick_exit.3 b/lib/libc/stdlib/quick_exit.3 index e29112f..06fde8b 100644 --- a/lib/libc/stdlib/quick_exit.3 +++ b/lib/libc/stdlib/quick_exit.3 @@ -23,13 +23,13 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.\" / -.Dd December 7, 2011o.Dt ATEXIT 3 +.\" +.Dd December 7, 2011 .Dt QUICK_EXIT 3 .Os .Sh NAME .Nm quick_exit -.Nd Exits a program quickly, running minimal cleanup +.Nd exits a program quickly, running minimal cleanup .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -44,12 +44,14 @@ with .Xr at_quick_exit 3 but not any C++ destructors or cleanup code registered with .Xr atexit 3 . -.El +.Sh RETURN VALUES +The +.Fn quick_exit +function does not return. .Sh SEE ALSO -.Xr exit 3 , -.Xr at_quick_exit 3 +.Xr at_quick_exit 3 , +.Xr exit 3 .Sh STANDARDS The .Fn quick_exit function conforms to the C1x draft specification. - |