diff options
Diffstat (limited to 'share/man/man9/shutdownhook_establish.9')
-rw-r--r-- | share/man/man9/shutdownhook_establish.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9 index ba9ab139b14..948d8bd3b3b 100644 --- a/share/man/man9/shutdownhook_establish.9 +++ b/share/man/man9/shutdownhook_establish.9 @@ -73,7 +73,7 @@ integrity (because the system could be rebooting after a crash). .Sh RETURN VALUES If successful, .Fn shutdownhook_establish -returns an opaque pointer describing the newly-established +returns an opaque pointer describing the newly established shutdown hook. Otherwise, it returns NULL. .Sh EXAMPLES It may be appropriate to use a shutdown hook to |