From b31ca922c7346747131aed07c0c171ec2f573aac Mon Sep 17 00:00:00 2001 From: Chris Fraire Date: Sun, 6 Aug 2017 19:13:02 -0500 Subject: 8566 Man pages contain cross-reference errata Reviewed by: Yuri Pankov Reviewed by: Robert Mustacchi Reviewed by: Toomas Soome Approved by: Dan McDonald --- usr/src/man/man3c/quick_exit.3c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/src/man/man3c/quick_exit.3c') diff --git a/usr/src/man/man3c/quick_exit.3c b/usr/src/man/man3c/quick_exit.3c index bcdb855854..6d39cc66f6 100644 --- a/usr/src/man/man3c/quick_exit.3c +++ b/usr/src/man/man3c/quick_exit.3c @@ -34,10 +34,10 @@ The and .Fn at_quick_exit functions provide a veneer around -.Xr _Exit 3C +.Xr _Exit 2 that allows for registered functions to be called before terminating. Like -.Xr _Exit 3C , +.Xr _Exit 2 , standard library termination is not done. .Xr atexit 3C functions are not called and various standard termination that occurs @@ -55,7 +55,7 @@ will not be called at any other time. Functions that are registered with .Fn at_quick_exit should not make use of -.Xr longjump 3C +.Xr longjmp 3C and related functions. .Pp After calling all registered functions, the @@ -86,7 +86,7 @@ Insufficient storage space is available. .Sh MT-LEVEL .Sy Safe .Sh SEE ALSO -.Xr _Exit 3C , +.Xr _Exit 2 , .Xr atexit 3C , .Xr exit 3C , .Xr attributes 5 , -- cgit v1.2.3