summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-02 10:57:58 +0000
committerjkh <jkh@FreeBSD.org>1996-07-02 10:57:58 +0000
commit0d0ea501cbd3fac1f99246b43b0f9d1130ac98ef (patch)
treee2c254c0b092f2f3faaa2cacddfc46a4c3eff8f1 /release/sysinstall/menus.c
parent574bbec0321f32ff8eff088282ec23625f33d2c7 (diff)
downloadFreeBSD-src-0d0ea501cbd3fac1f99246b43b0f9d1130ac98ef.zip
FreeBSD-src-0d0ea501cbd3fac1f99246b43b0f9d1130ac98ef.tar.gz
Document shortcuts.
Fix a bug which prevented variables from working properly
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r--release/sysinstall/menus.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index b56f013..b8036b4 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.76 1996/06/29 03:43:22 jkh Exp $
+ * $Id: menus.c,v 1.77 1996/07/02 01:03:47 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -334,7 +334,8 @@ consult the README file.",
{ "3 Install","A step-by-step guide to installing FreeBSD.", NULL, dmenuDisplayFile, NULL, "install" },
{ "4 Copyright","The FreeBSD Copyright notices.", NULL, dmenuDisplayFile, NULL, "COPYRIGHT" },
{ "5 Release","The release notes for this version of FreeBSD.", NULL, dmenuDisplayFile, NULL, "relnotes" },
- { "6 HTML Docs","Go to the HTML documentation menu (post-install).", NULL, docBrowser },
+ { "6 Shortcuts", "Creating shortcuts to sysinstall.", NULL, dmenuDisplayFile, NULL, "shortcuts" },
+ { "7 HTML Docs","Go to the HTML documentation menu (post-install).", NULL, docBrowser },
{ "0 Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
{ NULL } },
};
OpenPOWER on IntegriCloud