1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Clarify what non-zero return values mean.

This commit is contained in:
Warner Losh 2006-11-25 22:34:01 +00:00
parent f9a047a1b7
commit 0cc1987013
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164605

View File

@ -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