summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-02-02 06:44:02 +0000
committerjkh <jkh@FreeBSD.org>1996-02-02 06:44:02 +0000
commit64d13f8d9c21f962cd83fe8c57055c9bcf1add65 (patch)
tree4926207dae62129ec90044fc31c19f26d4d168f5 /usr.sbin/sysinstall/menus.c
parente09588cb82c19f7918ba68e1161fa051cd3089d5 (diff)
downloadFreeBSD-src-64d13f8d9c21f962cd83fe8c57055c9bcf1add65.zip
FreeBSD-src-64d13f8d9c21f962cd83fe8c57055c9bcf1add65.tar.gz
Understand about the doc distribution.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 017bb268..4cab22e 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/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.43 1995/09/18 16:52:32 peter Exp $
+ * $Id: menus.c,v 1.44 1995/12/07 10:34:05 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -398,6 +398,8 @@ DES distribution out of the U.S.! It is for U.S. customers only.",
DMENU_CALL, distSetDES, 0, 0, DESFlagCheck },
{ "dict", "Spelling checker dictionary files [4.2MB]",
DMENU_SET_FLAG, &Dists, DIST_DICT, 0, dmenuFlagCheck },
+ { "doc", "FreeBSD Handbook and other online docs [10MB]",
+ DMENU_SET_FLAG, &Dists, DIST_DOC, 0, dmenuFlagCheck },
{ "games", "Games (non-commercial) [6.4MB]",
DMENU_SET_FLAG, &Dists, DIST_GAMES, 0, dmenuFlagCheck },
{ "info", "GNU info files [4.1MB]",
OpenPOWER on IntegriCloud