Since doc no longer contains the Handbook, stop saying that it does.

Submitted by:	Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
This commit is contained in:
Jordan K. Hubbard 1997-11-04 23:44:22 +00:00
parent 0f1d6a82dd
commit 8138f33308
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30943
3 changed files with 6 additions and 6 deletions

View File

@ -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 },

View File

@ -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 },

View File

@ -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 },