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

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

106Set FreeBSD brand in
107.Xr loader.conf 5 :
108.Pp
109.Bd -literal -offset indent -compact
110loader_brand="fbsd"
111.Ed
112.Sh SEE ALSO
113.Xr loader.conf 5 ,
26.\"
27.Dd May 18, 2011
28.Dt BRAND.4TH 8
29.Os
30.Sh NAME
31.Nm brand.4th
32.Nd FreeBSD ASCII art boot module
33.Sh DESCRIPTION

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

106Set FreeBSD brand in
107.Xr loader.conf 5 :
108.Pp
109.Bd -literal -offset indent -compact
110loader_brand="fbsd"
111.Ed
112.Sh SEE ALSO
113.Xr loader.conf 5 ,
114.Xr loader 8 ,
114.Xr loader 8
115.Sh HISTORY
116The
117.Nm
118set of commands first appeared in
119.Fx 9.0 .
120.Sh AUTHORS
121The
122.Nm
123set of commands was written by
124.An -nosplit
125.An Devin Teske Aq dteske@FreeBSD.org .
115.Sh HISTORY
116The
117.Nm
118set of commands first appeared in
119.Fx 9.0 .
120.Sh AUTHORS
121The
122.Nm
123set of commands was written by
124.An -nosplit
125.An Devin Teske Aq dteske@FreeBSD.org .