aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-11-04 23:44:22 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-11-04 23:44:22 +0000
commit8138f333086457615c4d8f411e6ac1e08350d2b2 (patch)
tree6086d4d6e69d50fc99cd0ddc09c4286ea7c0324c /usr.sbin/sade
parent0f1d6a82dd59677c1d8c60c5c62f40871474e688 (diff)
downloadsrc-8138f333086457615c4d8f411e6ac1e08350d2b2.tar.gz
src-8138f333086457615c4d8f411e6ac1e08350d2b2.zip
Since doc no longer contains the Handbook, stop saying that it does.
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
Notes
Notes: svn path=/head/; revision=30943
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index c7975a04bba5..7e348987cec0 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/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.147 1997/10/14 18:17:33 jkh Exp $
+ * $Id: menus.c,v 1.148 1997/10/25 09:27:20 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -718,7 +718,7 @@ DMenu MenuSubDistributions = {
DESFlagCheck, distSetDES },
{ "dict", "Spelling checker dictionary files",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_DICT },
- { "doc", "FreeBSD Handbook and other online docs",
+ { "doc", "Miscellaneous FreeBSD online docs",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_DOC },
{ "games", "Games (non-commercial)",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_GAMES },