Deleted Added
full compact
loader.4th.8 (262701) loader.4th.8 (262704)
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: stable/10/sys/boot/forth/loader.4th.8 262701 2014-03-03 07:16:39Z dteske $
25.\" $FreeBSD: stable/10/sys/boot/forth/loader.4th.8 262704 2014-03-03 07:31:55Z dteske $
26.\"
26.\"
27.Dd October 17, 2013
27.Dd November 13, 2013
28.Dt LOADER.4TH 8
29.Os
30.Sh NAME
31.Nm loader.4th
32.Nd loader.conf processing tools
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

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

153Used inside
154.Xr loader.conf 5
155files to specify the action after a module loading fails.
156.Pp
157.It Ic ignore
158Used inside
159.Xr loader.conf 5
160files to specify the action after a module loading fails.
28.Dt LOADER.4TH 8
29.Os
30.Sh NAME
31.Nm loader.4th
32.Nd loader.conf processing tools
33.Sh DESCRIPTION
34The file that goes by the name of
35.Nm

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

153Used inside
154.Xr loader.conf 5
155files to specify the action after a module loading fails.
156.Pp
157.It Ic ignore
158Used inside
159.Xr loader.conf 5
160files to specify the action after a module loading fails.
161.It Ic try-include Ar file Op Ar
162Process script files if they exist.
163Each file, in turn, is completely read into memory,
164and then each of its lines is passed to the command line interpreter.
165If any error is returned by the interpreter, the try-include
166command aborts immediately, without reading any other files, and
167silently returns without error.
161.El
162.Sh FILES
163.Bl -tag -width /boot/loader.4th -compact
164.It Pa /boot/loader
165The
166.Xr loader 8 .
167.It Pa /boot/loader.4th
168.Nm

--- 58 unchanged lines hidden ---
168.El
169.Sh FILES
170.Bl -tag -width /boot/loader.4th -compact
171.It Pa /boot/loader
172The
173.Xr loader 8 .
174.It Pa /boot/loader.4th
175.Nm

--- 58 unchanged lines hidden ---