Deleted Added
full compact
loader.8 (87855) loader.8 (89601)
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1999 Daniel C. Sobral
2.\" 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sys/boot/common/loader.8 87855 2001-12-14 09:06:11Z ru $
25.\" $FreeBSD: head/sys/boot/common/loader.8 89601 2002-01-21 01:16:11Z sobomax $
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd March 14, 1999
30.Dt LOADER 8
31.Os
32.Sh NAME
33.Nm loader

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

387.It Va rootdev
388By default the value of
389.Va currdev
390is used to set the root filesystem
391when the kernel is booted.
392This can be overridden by setting
393.Va rootdev
394explicitly.
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd March 14, 1999
30.Dt LOADER 8
31.Os
32.Sh NAME
33.Nm loader

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

387.It Va rootdev
388By default the value of
389.Va currdev
390is used to set the root filesystem
391when the kernel is booted.
392This can be overridden by setting
393.Va rootdev
394explicitly.
395.It Va dumpdev
396A name of device where the kernel can save a crash dump in the case
397of a panic. This automatically sets
398.Va kern.dumpdev
399.Xr sysctl 3
400MIB variable.
395.El
396.Pp
397Other variables are used to override kernel tunable parameters.
398The following tunables are available:
399.Bl -tag -width Va
400.It Va kern.maxusers
401Set the size of a number of statically allocated system tables; see
402.Xr tuning 7

--- 461 unchanged lines hidden ---
401.El
402.Pp
403Other variables are used to override kernel tunable parameters.
404The following tunables are available:
405.Bl -tag -width Va
406.It Va kern.maxusers
407Set the size of a number of statically allocated system tables; see
408.Xr tuning 7

--- 461 unchanged lines hidden ---