diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1996-08-22 03:50:33 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1996-08-22 03:50:33 +0000 |
| commit | e0d898b48e5734a85b7fc9bb654846bd27a86a03 (patch) | |
| tree | 36f241a22c1b649e9fd947dfe20092d354b2dfe0 /lib/libc | |
| parent | d37f8acb718e36f5e24144bb46ac2ededa7760aa (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/reboot.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index ad66ee5646db..d51468d8c358 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -81,6 +81,9 @@ for more information. .It Dv RB_HALT the processor is simply halted; no reboot takes place. This option should be used with caution. +.It Dv RB_POWEROFF +After halting, the shutdown code will do what it can to turn +of the power. This requires hardware support. .It Dv RB_INITNAME An option allowing the specification of an init program (see .Xr init 8 ) |
