Deleted Added
full compact
loader.4th.8 (46352) loader.4th.8 (47198)
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.\" $Id: loader.4th.8,v 1.1 1999/04/24 17:25:25 dcs Exp $
25.\" $Id: loader.4th.8,v 1.2 1999/05/03 07:25:50 jkoshy Exp $
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd April 25, 1999
30.Dt LOADER.4TH 8
31.Os
32.Sh NAME
33.Nm loader.4th

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

82is command used on the default
83.Pa /boot/loader.rc
84file, and it uses the
85.Pa autoboot
86command (see
87.Xr loader 8 ),
88so it can be stopped for further interaction with
89.Xr loader 8 .
26.\"
27.\" Note: The date here should be updated whenever a non-trivial
28.\" change is made to the manual page.
29.Dd April 25, 1999
30.Dt LOADER.4TH 8
31.Os
32.Sh NAME
33.Nm loader.4th

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

82is command used on the default
83.Pa /boot/loader.rc
84file, and it uses the
85.Pa autoboot
86command (see
87.Xr loader 8 ),
88so it can be stopped for further interaction with
89.Xr loader 8 .
90.It Ic initialize
91Initialize the supporting library so commands can be used without
92executing
93.Ic start
94first. Like
95.Ic start ,
96reads
97.Pa /boot/defaults/loader.conf
98and all other
99.Xr loader.conf 5
100files specified in it. Returns a flag on the stack to indicate
101if any configuration file was succesfully loaded.
90.It Ic read-conf Ar filename
91Reads and processes a
92.Xr loader.conf 5
93file. Does not proceeds to boot.
94.It Ic enable-module Ar module
95Enables the loading of
96.Ar module .
97.It Ic disable-module Ar module

--- 85 unchanged lines hidden ---
102.It Ic read-conf Ar filename
103Reads and processes a
104.Xr loader.conf 5
105file. Does not proceeds to boot.
106.It Ic enable-module Ar module
107Enables the loading of
108.Ar module .
109.It Ic disable-module Ar module

--- 85 unchanged lines hidden ---