Deleted Added
full compact
color.4th.8 (238431) color.4th.8 (241361)
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/color.4th.8 238431 2012-07-14 01:45:35Z dteske $
25.\" $FreeBSD: head/sys/boot/forth/color.4th.8 241361 2012-10-08 23:02:35Z dteske $
26.\"
27.Dd May 18, 2011
28.Dt COLOR.4TH 8
29.Os
30.Sh NAME
31.Nm color.4th
32.Nd FreeBSD color-detection boot module
33.Sh DESCRIPTION

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

45Before using any of the commands provided in
46.Nm ,
47it must be included
48through the command:
49.Pp
50.Dl include color.4th
51.Pp
52This line is present in
26.\"
27.Dd May 18, 2011
28.Dt COLOR.4TH 8
29.Os
30.Sh NAME
31.Nm color.4th
32.Nd FreeBSD color-detection boot module
33.Sh DESCRIPTION

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

45Before using any of the commands provided in
46.Nm ,
47it must be included
48through the command:
49.Pp
50.Dl include color.4th
51.Pp
52This line is present in
53.Pa /boot/beastie.4th
53.Pa /boot/loader.4th
54file, so it is not needed (and should not be re-issued) in a normal setup.
55.Pp
56The commands provided by it are:
57.Pp
58.Bl -tag -width disable-module_module -compact -offset indent
59.It Ic loader_color?
60Returns TRUE if the
61.Ic loader_color

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

97Use color where applicable:
98.Pp
99.Bd -literal -offset indent -compact
100loader_color="YES"
101.Ed
102.Sh SEE ALSO
103.Xr loader.conf 5 ,
104.Xr loader 8 ,
54file, so it is not needed (and should not be re-issued) in a normal setup.
55.Pp
56The commands provided by it are:
57.Pp
58.Bl -tag -width disable-module_module -compact -offset indent
59.It Ic loader_color?
60Returns TRUE if the
61.Ic loader_color

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

97Use color where applicable:
98.Pp
99.Bd -literal -offset indent -compact
100loader_color="YES"
101.Ed
102.Sh SEE ALSO
103.Xr loader.conf 5 ,
104.Xr loader 8 ,
105.Xr beastie.4th 8 ,
106.Xr loader.4th 8
107.Sh HISTORY
108The
109.Nm
110set of commands first appeared in
111.Fx 9.0 .
112.Sh AUTHORS
113The
114.Nm
115set of commands was written by
116.An -nosplit
117.An Devin Teske Aq dteske@FreeBSD.org .
105.Xr loader.4th 8
106.Sh HISTORY
107The
108.Nm
109set of commands first appeared in
110.Fx 9.0 .
111.Sh AUTHORS
112The
113.Nm
114set of commands was written by
115.An -nosplit
116.An Devin Teske Aq dteske@FreeBSD.org .