exit.3: add the comma after an empty space
exit(3) man page shows __cxa_atexit(3,) instead of __cxa_atexit(3), in a particular section. It seems the comma gets inside the parenthesis and with an extra space, it can be viewed as expected. Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1006
This commit is contained in:
@@ -78,7 +78,7 @@ The
|
||||
implementation of the
|
||||
.Fn _Exit
|
||||
function does not call destructors registered with
|
||||
.Xr __cxa_atexit 3,
|
||||
.Xr __cxa_atexit 3 ,
|
||||
does not flush buffers, and does not close streams.
|
||||
.Pp
|
||||
Both functions make the low-order eight bits of the
|
||||
|
||||
Reference in New Issue
Block a user