diff options
author | jkh <jkh@FreeBSD.org> | 1997-11-04 23:44:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-11-04 23:44:22 +0000 |
commit | 6884713f083bf2e1b6eb4e9dacea74021a0617af (patch) | |
tree | 4922f9616fed0f073edb23aa8dfa26c9a479b9df /usr.sbin/sade | |
parent | 1106c3e0102dc464c3f3d8bba4f1305dedd9f222 (diff) | |
download | FreeBSD-src-6884713f083bf2e1b6eb4e9dacea74021a0617af.zip FreeBSD-src-6884713f083bf2e1b6eb4e9dacea74021a0617af.tar.gz |
Since doc no longer contains the Handbook, stop saying that it does.
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index c7975a0..7e34898 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 }, |