Deleted Added
full compact
version.4th.8 (254942) version.4th.8 (276292)
1.\" Copyright (c) 2011-2013 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-2013 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/version.4th.8 254942 2013-08-26 23:37:11Z dteske $
25.\" $FreeBSD: head/sys/boot/forth/version.4th.8 276292 2014-12-27 07:07:37Z joel $
26.\"
27.Dd August 6, 2013
28.Dt VERSION.4TH 8
29.Os
30.Sh NAME
31.Nm version.4th
32.Nd FreeBSD version string boot module
33.Sh DESCRIPTION

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

108version in
109.Xr loader.conf 5 :
110.Pp
111.Bd -literal -offset indent -compact
112loader_version="loader 1.1"
113.Ed
114.Sh SEE ALSO
115.Xr loader.conf 5 ,
26.\"
27.Dd August 6, 2013
28.Dt VERSION.4TH 8
29.Os
30.Sh NAME
31.Nm version.4th
32.Nd FreeBSD version string boot module
33.Sh DESCRIPTION

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

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