diff options
Diffstat (limited to 'lib/libpthread/man/pthread_cleanup_pop.3')
-rw-r--r-- | lib/libpthread/man/pthread_cleanup_pop.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_cleanup_pop.3 b/lib/libpthread/man/pthread_cleanup_pop.3 index 85c22db..519e53f 100644 --- a/lib/libpthread/man/pthread_cleanup_pop.3 +++ b/lib/libpthread/man/pthread_cleanup_pop.3 @@ -51,14 +51,16 @@ then .Fn pthread_cleanup_pop does nothing. .Sh RETURN VALUES +The .Fn pthread_cleanup_pop -does not return any value. +function does not return any value. .Sh ERRORS None .Sh SEE ALSO .Xr pthread_cleanup_push 3 , .Xr pthread_exit 3 .Sh STANDARDS +The .Fn pthread_cleanup_pop -conforms to +function conforms to .St -p1003.1-96 . |