Deleted Added
full compact
delay.4th.8 (238431) delay.4th.8 (276292)
1.\" Copyright (c) 2011 Devin Teske
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) 2011 Devin Teske
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/delay.4th.8 238431 2012-07-14 01:45:35Z dteske $
25.\" $FreeBSD: head/sys/boot/forth/delay.4th.8 276292 2014-12-27 07:07:37Z joel $
26.\"
27.Dd May 18, 2011
28.Dt DELAY.4TH 8
29.Os
30.Sh NAME
31.Nm delay.4th
32.Nd FreeBSD debugging boot module
33.Sh DESCRIPTION

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

105include /boot/delay.4th
106set delay_command="include /boot/other.4th"
107set delay_showdots
108set loader_delay=5
109delay_execute
110.Ed
111.Sh SEE ALSO
112.Xr loader.conf 5 ,
26.\"
27.Dd May 18, 2011
28.Dt DELAY.4TH 8
29.Os
30.Sh NAME
31.Nm delay.4th
32.Nd FreeBSD debugging boot module
33.Sh DESCRIPTION

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

105include /boot/delay.4th
106set delay_command="include /boot/other.4th"
107set delay_showdots
108set loader_delay=5
109delay_execute
110.Ed
111.Sh SEE ALSO
112.Xr loader.conf 5 ,
113.Xr loader 8 ,
114.Xr beastie.4th 8 ,
113.Xr beastie.4th 8 ,
114.Xr loader 8 ,
115.Xr loader.4th 8
116.Sh HISTORY
117The
118.Nm
119set of commands first appeared in
120.Fx 9.0 .
121.Sh AUTHORS
122The
123.Nm
124set of commands was written by
125.An -nosplit
126.An Devin Teske Aq dteske@FreeBSD.org .
115.Xr loader.4th 8
116.Sh HISTORY
117The
118.Nm
119set of commands first appeared in
120.Fx 9.0 .
121.Sh AUTHORS
122The
123.Nm
124set of commands was written by
125.An -nosplit
126.An Devin Teske Aq dteske@FreeBSD.org .