Deleted Added
full compact
reboot.2 (14004) reboot.2 (17768)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 67 unchanged lines hidden (view full) ---

76on all systems.)
77.It Dv RB_DUMP
78Dump kernel memory before rebooting; see
79.Xr savecore 8
80for more information.
81.It Dv RB_HALT
82the processor is simply halted; no reboot takes place.
83This option should be used with caution.
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 67 unchanged lines hidden (view full) ---

76on all systems.)
77.It Dv RB_DUMP
78Dump kernel memory before rebooting; see
79.Xr savecore 8
80for more information.
81.It Dv RB_HALT
82the processor is simply halted; no reboot takes place.
83This option should be used with caution.
84.It Dv RB_POWEROFF
85After halting, the shutdown code will do what it can to turn
86of the power. This requires hardware support.
84.It Dv RB_INITNAME
85An option allowing the specification of an init program (see
86.Xr init 8 )
87other than
88.Pa /sbin/init
89to be run when the system reboots.
90This switch is not currently available.
91.It Dv RB_KDB

--- 66 unchanged lines hidden ---
87.It Dv RB_INITNAME
88An option allowing the specification of an init program (see
89.Xr init 8 )
90other than
91.Pa /sbin/init
92to be run when the system reboots.
93This switch is not currently available.
94.It Dv RB_KDB

--- 66 unchanged lines hidden ---