Deleted Added
full compact
menu.4th.8 (254108) menu.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/menu.4th.8 254108 2013-08-08 22:34:00Z dteske $
25.\" $FreeBSD: head/sys/boot/forth/menu.4th.8 276292 2014-12-27 07:07:37Z joel $
26.\"
27.Dd August 6, 2013
28.Dt MENU.4TH 8
29.Os
30.Sh NAME
31.Nm menu.4th
32.Nd FreeBSD dynamic menu boot module
33.Sh DESCRIPTION

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

331set toggled_text[2]="Option: YES"
332set menu_command[2]="toggle_menuitem"
333set menu_timeout_command="boot"
334set menu_reboot
335menu-display
336.Ed
337.Sh SEE ALSO
338.Xr loader.conf 5 ,
26.\"
27.Dd August 6, 2013
28.Dt MENU.4TH 8
29.Os
30.Sh NAME
31.Nm menu.4th
32.Nd FreeBSD dynamic menu boot module
33.Sh DESCRIPTION

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

331set toggled_text[2]="Option: YES"
332set menu_command[2]="toggle_menuitem"
333set menu_timeout_command="boot"
334set menu_reboot
335menu-display
336.Ed
337.Sh SEE ALSO
338.Xr loader.conf 5 ,
339.Xr beastie.4th 8 ,
339.Xr loader 8 ,
340.Xr loader 8 ,
340.Xr loader.4th 8 ,
341.Xr beastie.4th 8
341.Xr loader.4th 8
342.Sh HISTORY
343The
344.Nm
345set of commands first appeared in
346.Fx 9.0 .
347.Sh AUTHORS
348The
349.Nm
350set of commands was written by
351.An -nosplit
352.An Devin Teske Aq dteske@FreeBSD.org .
342.Sh HISTORY
343The
344.Nm
345set of commands first appeared in
346.Fx 9.0 .
347.Sh AUTHORS
348The
349.Nm
350set of commands was written by
351.An -nosplit
352.An Devin Teske Aq dteske@FreeBSD.org .