Deleted Added
full compact
menusets.4th.8 (242667) menusets.4th.8 (276292)
1.\" Copyright (c) 2012 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) 2012 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/menusets.4th.8 242667 2012-11-06 19:26:36Z dteske $
25.\" $FreeBSD: head/sys/boot/forth/menusets.4th.8 276292 2014-12-27 07:07:37Z joel $
26.\"
27.Dd November 5, 2012
28.Dt MENUSETS.4TH 8
29.Os
30.Sh NAME
31.Nm menusets.4th
32.Nd FreeBSD dynamic submenu boot module
33.Sh DESCRIPTION

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

350set mainmenu_caption[2]="Submenu..."
351set mainmenu_command[2]="2 goto_menu"
352set menuset_name2=sub
353set submenu_caption[1]="Back"
354set submenu_command[1]="1 goto_menu"
355.Ed
356.Sh SEE ALSO
357.Xr loader.conf 5 ,
26.\"
27.Dd November 5, 2012
28.Dt MENUSETS.4TH 8
29.Os
30.Sh NAME
31.Nm menusets.4th
32.Nd FreeBSD dynamic submenu boot module
33.Sh DESCRIPTION

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

350set mainmenu_caption[2]="Submenu..."
351set mainmenu_command[2]="2 goto_menu"
352set menuset_name2=sub
353set submenu_caption[1]="Back"
354set submenu_command[1]="1 goto_menu"
355.Ed
356.Sh SEE ALSO
357.Xr loader.conf 5 ,
358.Xr beastie.4th 8 ,
358.Xr loader 8 ,
359.Xr loader.4th 8 ,
359.Xr loader 8 ,
360.Xr loader.4th 8 ,
360.Xr menu.4th 8 ,
361.Xr beastie.4th 8
361.Xr menu.4th 8
362.Sh HISTORY
363The
364.Nm
365set of commands first appeared in
366.Fx 10.0 .
367.Sh AUTHORS
368The
369.Nm
370set of commands was written by
371.An -nosplit
372.An Devin Teske Aq dteske@FreeBSD.org .
362.Sh HISTORY
363The
364.Nm
365set of commands first appeared in
366.Fx 10.0 .
367.Sh AUTHORS
368The
369.Nm
370set of commands was written by
371.An -nosplit
372.An Devin Teske Aq dteske@FreeBSD.org .