summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-06-18 08:15:56 +0000
committerdteske <dteske@FreeBSD.org>2013-06-18 08:15:56 +0000
commit78fd2f6d07efa80a37bbbbe4760bab787cf85f73 (patch)
tree39b058ba1d0a66eee1e62c580afee9d33657c01c
parente2fc9f90d33e9b6667ba3d9bee867b78c61f03c3 (diff)
downloadFreeBSD-src-78fd2f6d07efa80a37bbbbe4760bab787cf85f73.zip
FreeBSD-src-78fd2f6d07efa80a37bbbbe4760bab787cf85f73.tar.gz
Improve the INDEX format. Whitespace improvements, format improvements, typo
and grammatical fixes.
-rw-r--r--usr.sbin/bsdconfig/console/INDEX38
-rw-r--r--usr.sbin/bsdconfig/diskmgmt/INDEX38
-rw-r--r--usr.sbin/bsdconfig/docsinstall/INDEX38
-rw-r--r--usr.sbin/bsdconfig/dot/INDEX38
-rw-r--r--usr.sbin/bsdconfig/mouse/INDEX38
-rw-r--r--usr.sbin/bsdconfig/networking/INDEX38
-rw-r--r--usr.sbin/bsdconfig/packages/INDEX38
-rw-r--r--usr.sbin/bsdconfig/password/INDEX38
-rw-r--r--usr.sbin/bsdconfig/security/INDEX38
-rw-r--r--usr.sbin/bsdconfig/startup/INDEX38
-rw-r--r--usr.sbin/bsdconfig/timezone/INDEX38
-rw-r--r--usr.sbin/bsdconfig/ttys/INDEX38
-rw-r--r--usr.sbin/bsdconfig/usermgmt/INDEX38
13 files changed, 273 insertions, 221 deletions
diff --git a/usr.sbin/bsdconfig/console/INDEX b/usr.sbin/bsdconfig/console/INDEX
index 30ebcf8..18763fd 100644
--- a/usr.sbin/bsdconfig/console/INDEX
+++ b/usr.sbin/bsdconfig/console/INDEX
@@ -26,22 +26,25 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Console"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Customize system console behavior"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="console|console"
menu_selection="syscons_font|font"
menu_selection="syscons_keymap|keymap"
@@ -49,11 +52,12 @@ menu_selection="syscons_repeat|repeat"
menu_selection="syscons_saver|saver"
menu_selection="syscons_screenmap|screenmap"
menu_selection="syscons_ttys|ttys"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="console"
diff --git a/usr.sbin/bsdconfig/diskmgmt/INDEX b/usr.sbin/bsdconfig/diskmgmt/INDEX
index 2d03af8..e04bb79 100644
--- a/usr.sbin/bsdconfig/diskmgmt/INDEX
+++ b/usr.sbin/bsdconfig/diskmgmt/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Disk Management"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Manage disk partitions and/or labels"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="diskmgmt|diskmgmt"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="diskmgmt"
diff --git a/usr.sbin/bsdconfig/docsinstall/INDEX b/usr.sbin/bsdconfig/docsinstall/INDEX
index c61e221..6308f30 100644
--- a/usr.sbin/bsdconfig/docsinstall/INDEX
+++ b/usr.sbin/bsdconfig/docsinstall/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Documentation installation"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Install FreeBSD Documentation set"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="docsinstall|docsinstall"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="docsinstall"
diff --git a/usr.sbin/bsdconfig/dot/INDEX b/usr.sbin/bsdconfig/dot/INDEX
index 96b0c87..fa641e0 100644
--- a/usr.sbin/bsdconfig/dot/INDEX
+++ b/usr.sbin/bsdconfig/dot/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title=""
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help=""
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="dot|dot"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program=""
diff --git a/usr.sbin/bsdconfig/mouse/INDEX b/usr.sbin/bsdconfig/mouse/INDEX
index cf7224c..4a33a79 100644
--- a/usr.sbin/bsdconfig/mouse/INDEX
+++ b/usr.sbin/bsdconfig/mouse/INDEX
@@ -26,33 +26,37 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Mouse"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Configure the Mouse"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="mouse|mouse"
menu_selection="mouse_enable|enable"
menu_selection="mouse_type|type"
menu_selection="mouse_port|port"
menu_selection="mouse_flags|flags"
menu_selection="mouse_disable|disable"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="mouse"
diff --git a/usr.sbin/bsdconfig/networking/INDEX b/usr.sbin/bsdconfig/networking/INDEX
index 1d23911..8527124 100644
--- a/usr.sbin/bsdconfig/networking/INDEX
+++ b/usr.sbin/bsdconfig/networking/INDEX
@@ -26,32 +26,36 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Networking Management"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Setup Networking interfaces, services, etc."
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="networking|networking"
menu_selection="defaultrouter|defaultrouter"
menu_selection="hostname|hostname"
menu_selection="nameservers|nameservers"
menu_selection="netdev|devices"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="networking"
diff --git a/usr.sbin/bsdconfig/packages/INDEX b/usr.sbin/bsdconfig/packages/INDEX
index 61a7c01..8043477 100644
--- a/usr.sbin/bsdconfig/packages/INDEX
+++ b/usr.sbin/bsdconfig/packages/INDEX
@@ -25,28 +25,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Packages"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Install pre-packaged software for FreeBSD"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="packages|packages"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="packages"
diff --git a/usr.sbin/bsdconfig/password/INDEX b/usr.sbin/bsdconfig/password/INDEX
index 224897b..10f23db 100644
--- a/usr.sbin/bsdconfig/password/INDEX
+++ b/usr.sbin/bsdconfig/password/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Root Password"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Set the system manager's password"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="password|password"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="password"
diff --git a/usr.sbin/bsdconfig/security/INDEX b/usr.sbin/bsdconfig/security/INDEX
index 1a271ec..9e77186 100644
--- a/usr.sbin/bsdconfig/security/INDEX
+++ b/usr.sbin/bsdconfig/security/INDEX
@@ -26,29 +26,33 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Security"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Set Security Parameters"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="security|security"
menu_selection="kern_securelevel|kern_securelevel"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="security"
diff --git a/usr.sbin/bsdconfig/startup/INDEX b/usr.sbin/bsdconfig/startup/INDEX
index 1b6f5cd..afad348 100644
--- a/usr.sbin/bsdconfig/startup/INDEX
+++ b/usr.sbin/bsdconfig/startup/INDEX
@@ -26,33 +26,37 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Startup"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Set Startup Parameters"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="startup|startup"
menu_selection="startup_misc|misc"
menu_selection="startup_rcadd|rcadd"
menu_selection="startup_rcconf|rcconf"
menu_selection="startup_rcdelete|rcdelete"
menu_selection="startup_rcvar|rcvar"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="startup"
diff --git a/usr.sbin/bsdconfig/timezone/INDEX b/usr.sbin/bsdconfig/timezone/INDEX
index af17594..67fc50b 100644
--- a/usr.sbin/bsdconfig/timezone/INDEX
+++ b/usr.sbin/bsdconfig/timezone/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Timezone"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Set up Time Zone"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="timezone|timezone"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="timezone"
diff --git a/usr.sbin/bsdconfig/ttys/INDEX b/usr.sbin/bsdconfig/ttys/INDEX
index 4ecc68e..83ca021 100644
--- a/usr.sbin/bsdconfig/ttys/INDEX
+++ b/usr.sbin/bsdconfig/ttys/INDEX
@@ -26,28 +26,32 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Ttys"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Configure Ttys"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="ttys|ttys"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="ttys"
diff --git a/usr.sbin/bsdconfig/usermgmt/INDEX b/usr.sbin/bsdconfig/usermgmt/INDEX
index 81e43aa..6fc61ea 100644
--- a/usr.sbin/bsdconfig/usermgmt/INDEX
+++ b/usr.sbin/bsdconfig/usermgmt/INDEX
@@ -26,22 +26,25 @@
# $FreeBSD$
#
-# Title that will be shown on the bsdconfig menu
+# Title that will be shown in the bsdconfig menu.
+#
menu_title="Login/Group Management"
+
+#
+# A short descriptive line shown at the bottom of the bsdconfig menu. keep it
+# short because any line longer than the terminal width will be truncated.
#
-# a short descriptive line shown at the bottom of the bsdconfig menu.
-# keep it short because any line longer than the terminal width will
-# be truncated.
menu_help="Manage system user and/or group information"
+
+#
+# Two-part variable that defines an action to take when `keyword' is passed on
+# a bsdconfig command line. Variable takes the form "keyword|command" and
+# multiple occurrences of the variable (with different `keyword's, or different
+# `keyword's AND `command's) are allowed. If `command' begins with a '/' then
+# the full path to the program is needed. If `command' begins with anything
+# else it is a path relative to the directory this INDEX file is in. `keyword'
+# can be i18n'ed but `command' is the name of a script.
#
-# two-part variable that defines an action to take when 'keyword'
-# is passed on a bsdconfig command line. variable takes the form
-# "keyword|command" and multiple occurrences of the variable
-# (with different 'keyword's, or different 'keyword's AND 'command's)
-# are allowed. If 'command' begins with a '/' then the full
-# path to the program is needed. If 'command' begins with anything
-# else it is a path relative to the directory this INDEX file is in.
-# 'keyword' can be i18n'ed but 'command' is the name of a script.
menu_selection="usermgmt|usermgmt"
menu_selection="useradd|useradd"
menu_selection="useredit|useredit"
@@ -50,11 +53,12 @@ menu_selection="groupmgmt|usermgmt"
menu_selection="groupadd|groupadd"
menu_selection="groupedit|groupedit"
menu_selection="groupdel|groupdel"
+
+#
+# ------------ Items below this line do NOT need i18n translation ------------
#
-# Items below this line do NOT need i18n translation----------------------
+# Name of the program to be run when this menu choice is selected. If it begins
+# with a '/' then the full path to the program is needed. If it begins with
+# anything else it is a path relative to the directory this INDEX file is in.
#
-# Name of the program to be run when this menu choice is selected.
-# if it begins with a '/' then the full path to the program is needed.
-# if it begins with anything else it is a path relative to the directory
-# this INDEX file is in.
menu_program="usermgmt"
OpenPOWER on IntegriCloud