Deleted Added
full compact
loader.4th.8 (141846) loader.4th.8 (244158)
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/forth/loader.4th.8 141846 2005-02-13 22:25:33Z ru $
25.\" $FreeBSD: head/sys/boot/forth/loader.4th.8 244158 2012-12-12 17:49:01Z dteske $
26.\"
27.Dd September 30, 2004
28.Dt LOADER.4TH 8
29.Os
30.Sh NAME
31.Nm loader.4th
32.Nd loader.conf processing tools
33.Sh DESCRIPTION

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

94.Pa /boot/defaults/loader.conf ,
95all other
96.Xr loader.conf 5
97files specified in it, and then proceeds to boot as specified in them.
98This
99is the command used in the default
100.Pa /boot/loader.rc
101file, and it uses the
26.\"
27.Dd September 30, 2004
28.Dt LOADER.4TH 8
29.Os
30.Sh NAME
31.Nm loader.4th
32.Nd loader.conf processing tools
33.Sh DESCRIPTION

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

94.Pa /boot/defaults/loader.conf ,
95all other
96.Xr loader.conf 5
97files specified in it, and then proceeds to boot as specified in them.
98This
99is the command used in the default
100.Pa /boot/loader.rc
101file, and it uses the
102.Pa autoboot
102.Ic autoboot
103command (see
104.Xr loader 8 ) ,
105so it can be stopped for further interaction with
106.Xr loader 8 .
107.Pp
108.It Ic initialize
109Initialize the supporting library so commands can be used without
110executing

--- 112 unchanged lines hidden ---
103command (see
104.Xr loader 8 ) ,
105so it can be stopped for further interaction with
106.Xr loader 8 .
107.Pp
108.It Ic initialize
109Initialize the supporting library so commands can be used without
110executing

--- 112 unchanged lines hidden ---