summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man9/config_intrhook.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/config_intrhook.9 b/share/man/man9/config_intrhook.9
index 4a9f331..1cb3b49 100644
--- a/share/man/man9/config_intrhook.9
+++ b/share/man/man9/config_intrhook.9
@@ -87,8 +87,10 @@ Specifically, hooks are run at
which is immeidately after the scheduler is started,
and just before the root file system device is discovered.
.Sh RETURN VALUES
-Zero return values mean success.
-Non-zero return values mean failure.
+A zero return value means the hook was successfully added to the queue
+(with either deferred or immediate execution).
+A non-zero return value means the hook could not be added to the queue
+because it was already on the queue.
.Sh SEE ALSO
.Xr DEVICE_ATTACH 9
.Sh HISTORY
OpenPOWER on IntegriCloud