X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..HEAD:/bsd/man/man2/reboot.2 diff --git a/bsd/man/man2/reboot.2 b/bsd/man/man2/reboot.2 index 4edf12252..f41f940fb 100644 --- a/bsd/man/man2/reboot.2 +++ b/bsd/man/man2/reboot.2 @@ -46,7 +46,7 @@ .Ft int .Fn reboot "int howto" .Sh DESCRIPTION -.Fn Reboot +.Fn reboot reboots the system. Only the super-user may reboot a machine on demand. However, a reboot may be invoked automatically in the event of unrecoverable system failures. Programs other than @@ -90,9 +90,9 @@ the processor is simply halted; no reboot takes place. This option should be used with caution. .It Dv RB_INITNAME An option allowing the specification of an init program (see -.Xr init 8 ) +.Xr launchd 8 ) other than -.Pa /sbin/init +.Pa /sbin/launchd to be run when the system reboots. This switch is not currently available. .It Dv RB_KDB @@ -124,7 +124,7 @@ prevents this, booting the system with a single-user shell on the console. .Dv RB_SINGLE is actually interpreted by the -.Xr init 8 +.Xr launchd 8 program in the newly booted system. .Pp When no options are given (i.e.,