Updated the description section of the admin_shutdown routine.

This commit is contained in:
Wade A Smith
1998-08-11 22:50:07 +00:00
parent c40ad43d4e
commit b032c170af
+14 -1
View File
@@ -62,7 +62,20 @@ system.
@subheading DESCRIPTION:
The @code{admin_shutdown} function restarts the system.
If {_POSIX_ADMIN} is defined:
The @code{admin_shutdown} function restarts the system. The
@code{args} argument specifies alternate or optional behavior
for the @code{admin_shutdown} function. The @code{admin_type}
member of each element of the @code{args} array specifies the
optional behavior to be performed. There are som @code{admin_types}
values that may provoke unspecified behavior. The @code[nargs}
argument specifies the length of the @code{args} array.
Otherwise:
The @code{admin_shutdown} function shall fail.
@subheading NOTES: