Prepare for mdoc(7)NG.

This commit is contained in:
Ruslan Ermilov 2000-12-27 16:37:32 +00:00
parent 8b5c4af3ff
commit f53fadafee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70405
2 changed files with 10 additions and 14 deletions

View File

@ -131,7 +131,7 @@ interpreting mode.
.Pp .Pp
The builtin commands available are: The builtin commands available are:
.Pp .Pp
.Bl -tag -width Ds -compact -offset indent .Bl -tag -width Ds -compact
.It Ic autoboot Op Ar seconds .It Ic autoboot Op Ar seconds
Proceeds to bootstrap the system after a number of seconds, if not Proceeds to bootstrap the system after a number of seconds, if not
interrupted by the user. interrupted by the user.
@ -308,7 +308,7 @@ or kernel's behavior at boot.
While some of these may require a value, While some of these may require a value,
others define behavior just by being set. others define behavior just by being set.
These are described below. These are described below.
.Bl -tag -width bootfile -offset indent .Bl -tag -width bootfile
.It Va autoboot_delay .It Va autoboot_delay
Number of seconds Number of seconds
.Ic autoboot .Ic autoboot
@ -396,7 +396,7 @@ explicitly.
.Pp .Pp
Other variables are used to override kernel tunable parameters. Other variables are used to override kernel tunable parameters.
The following tunables are available: The following tunables are available:
.Bl -tag -width Va -offset indent .Bl -tag -width Va
.It Va kern.ipc.nmbclusters .It Va kern.ipc.nmbclusters
Set the number of mbuf clusters to be allocated. Set the number of mbuf clusters to be allocated.
The value cannot be set below the default The value cannot be set below the default
@ -556,7 +556,7 @@ section.
The words falling in the two other groups are described in the The words falling in the two other groups are described in the
following subsections. following subsections.
.Ss FICL EXTRA WORDS .Ss FICL EXTRA WORDS
.Bl -tag -width wid-set-super -offset indent .Bl -tag -width wid-set-super
.It Ic .env .It Ic .env
.It Ic .ver .It Ic .ver
.It Ic -roll .It Ic -roll
@ -582,7 +582,7 @@ This is the STRING word set's
.It Ic -rot .It Ic -rot
.El .El
.Ss FREEBSD EXTRA WORDS .Ss FREEBSD EXTRA WORDS
.Bl -tag -width XXXXXXXX -offset indent .Bl -tag -width XXXXXXXX
.It Ic \&$ Pq -- .It Ic \&$ Pq --
Evaluates the remainder of the input buffer, after having printed it first. Evaluates the remainder of the input buffer, after having printed it first.
.It Ic \&% Pq -- .It Ic \&% Pq --
@ -642,7 +642,7 @@ Does not work with
.Ic catch . .Ic catch .
.El .El
.Ss FREEBSD DEFINED ENVIRONMENTAL QUERIES .Ss FREEBSD DEFINED ENVIRONMENTAL QUERIES
.Bl -tag -width Ds -offset indent .Bl -tag -width Ds
.It arch-i386 .It arch-i386
.Ic TRUE .Ic TRUE
if the architecture is IA32. if the architecture is IA32.
@ -658,7 +658,7 @@ version.
.El .El
.Ss SYSTEM DOCUMENTATION .Ss SYSTEM DOCUMENTATION
.Sh FILES .Sh FILES
.Bl -tag -width /dev/loader.helpX -compact .Bl -tag -width /boot/defaults/loader.conf -compact
.It Pa /boot/loader .It Pa /boot/loader
.Nm .Nm
itself. itself.
@ -693,15 +693,13 @@ Loads kernel's user configuration file.
Notice that a kernel must be loaded before any other Notice that a kernel must be loaded before any other
.Ic load .Ic load
command is attempted. command is attempted.
.Pp .Bd -literal -offset indent
.Bd -literal -offset indent -compact
load kernel load kernel
load -t userconfig_script /boot/kernel.conf load -t userconfig_script /boot/kernel.conf
.Ed .Ed
.Pp .Pp
Loads the kernel, a splash screen, and then autoboots in five seconds. Loads the kernel, a splash screen, and then autoboots in five seconds.
.Pp .Bd -literal -offset indent
.Bd -literal -offset indent -compact
load kernel load kernel
load splash_bmp load splash_bmp
load -t splash_image_data /boot/chuckrulez.bmp load -t splash_image_data /boot/chuckrulez.bmp
@ -711,8 +709,7 @@ autoboot 5
Sets the disk unit of the root device to 2, and then boots. Sets the disk unit of the root device to 2, and then boots.
This would be needed in the case of a two IDE disks system, This would be needed in the case of a two IDE disks system,
with the second IDE hardwired to wd2 instead of wd1. with the second IDE hardwired to wd2 instead of wd1.
.Pp .Bd -literal -offset indent
.Bd -literal -offset indent -compact
set root_disk_unit=2 set root_disk_unit=2
boot /kernel boot /kernel
.Ed .Ed

View File

@ -202,4 +202,3 @@ first appeared in
.Sh AUTHORS .Sh AUTHORS
This manual page was written by This manual page was written by
.An Daniel C. Sobral Aq dcs@FreeBSD.org . .An Daniel C. Sobral Aq dcs@FreeBSD.org .