Deleted Added
full compact
reboot.2 (50945) reboot.2 (57686)
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
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.

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)reboot.2 8.1 (Berkeley) 6/4/93
33.\" $FreeBSD: head/lib/libc/sys/reboot.2 50945 1999-09-05 06:50:49Z phantom $
33.\" $FreeBSD: head/lib/libc/sys/reboot.2 57686 2000-03-02 09:14:21Z sheldonh $
34.\"
35.Dd June 4, 1993
36.Dt REBOOT 2
37.Os BSD 4
38.Sh NAME
39.Nm reboot
40.Nd reboot system or halt processor
41.Sh SYNOPSIS

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

79Dump kernel memory before rebooting; see
80.Xr savecore 8
81for more information.
82.It Dv RB_HALT
83the processor is simply halted; no reboot takes place.
84This option should be used with caution.
85.It Dv RB_POWEROFF
86After halting, the shutdown code will do what it can to turn
34.\"
35.Dd June 4, 1993
36.Dt REBOOT 2
37.Os BSD 4
38.Sh NAME
39.Nm reboot
40.Nd reboot system or halt processor
41.Sh SYNOPSIS

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

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

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

--- 68 unchanged lines hidden ---