Deleted Added
full compact
loader.8 (65042) loader.8 (65622)
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 65042 2000-08-24 08:00:29Z sheldonh $
25.\" $FreeBSD: head/sys/boot/common/loader.8 65622 2000-09-08 21:39:31Z dcs $
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

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

146.It Ic boot
147.It Ic boot Ar kernelname Op Cm ...
148.It Ic boot Fl flag Cm ...
149Immediately proceeds to bootstrap the system, loading the kernel
150if necessary.
151Any flags or arguments are passed to the kernel, but they
152must precede the kernel name, if a kernel name is provided.
153.Pp
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

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

146.It Ic boot
147.It Ic boot Ar kernelname Op Cm ...
148.It Ic boot Fl flag Cm ...
149Immediately proceeds to bootstrap the system, loading the kernel
150if necessary.
151Any flags or arguments are passed to the kernel, but they
152must precede the kernel name, if a kernel name is provided.
153.Pp
154.Em WARNING:
155The behavior of this builtin is changed if
156.Xr loader.4th 8
157is loaded.
158.Pp
154.It Ic echo Xo
155.Op Fl n
156.Op Aq message
157.Xc
158Displays a text on the screen.
159A new line will be printed unless
160.Fl n
161is specified.

--- 646 unchanged lines hidden ---
159.It Ic echo Xo
160.Op Fl n
161.Op Aq message
162.Xc
163Displays a text on the screen.
164A new line will be printed unless
165.Fl n
166is specified.

--- 646 unchanged lines hidden ---