summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2002-03-18 17:34:28 +0000
committerbmah <bmah@FreeBSD.org>2002-03-18 17:34:28 +0000
commite79ce2cfe3aeee225edd020e13fbb533e7bff88f (patch)
treed4ba09405063e2c5480b09271cb86de1031f4a42 /usr.sbin/sade
parentd9a2dd6fcd7f2734b222ef7ce0d5c35dcf169ba3 (diff)
downloadFreeBSD-src-e79ce2cfe3aeee225edd020e13fbb533e7bff88f.zip
FreeBSD-src-e79ce2cfe3aeee225edd020e13fbb533e7bff88f.tar.gz
Add the ERRATA file to the documentation menu and index.
While I'm here, make the menu entries on the documentation menu begin with "1" instead of "2". Reviewed by: imp, rwatson, murray Approved by: imp, rwatson, murray MFC after: 1 week
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index fc9ca68..eb89024 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -221,6 +221,7 @@ DMenu MenuIndex = {
{ " Distributions, XFree86","XFree86 distribution menu.", NULL, distSetXF86 },
{ " Documentation", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
{ " Doc, README", "The distribution README file.", NULL, dmenuDisplayFile, NULL, "README" },
+ { " Doc, Errata", "The distribution errata.", NULL, dmenuDisplayFile, NULL, "ERRATA" },
{ " Doc, Hardware", "The distribution hardware guide.", NULL, dmenuDisplayFile, NULL, "HARDWARE" },
{ " Doc, Install", "The distribution installation guide.", NULL, dmenuDisplayFile, NULL, "INSTALL" },
{ " Doc, Copyright", "The distribution copyright notices.", NULL, dmenuDisplayFile, NULL, "COPYRIGHT" },
@@ -321,7 +322,8 @@ DMenu MenuDocumentation = {
"Confused? Press F1 for help.",
"usage",
{ { "X Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
- { "2 README", "A general description of FreeBSD. Read this!", NULL, dmenuDisplayFile, NULL, "README" },
+ { "1 README", "A general description of FreeBSD. Read this!", NULL, dmenuDisplayFile, NULL, "README" },
+ { "2 Errata", "Late-breaking, post-release news.", NULL, dmenuDisplayFile, NULL, "ERRATA" },
{ "3 Hardware", "The FreeBSD survival guide for PC hardware.", NULL, dmenuDisplayFile, NULL, "HARDWARE" },
{ "4 Install", "A step-by-step guide to installing FreeBSD.", NULL, dmenuDisplayFile, NULL, "INSTALL" },
{ "5 Copyright", "The FreeBSD Copyright notices.", NULL, dmenuDisplayFile, NULL, "COPYRIGHT" },
OpenPOWER on IntegriCloud