diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-05 06:11:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-05 06:11:35 +0000 |
commit | 71a2202c76c5302a1c9e6d94c80d36fc99993c09 (patch) | |
tree | 359f25a7e6b0c8a740513df85ff7bcc643e7b06a /usr.sbin/sysinstall/menus.c | |
parent | 0bd7d5d69a3ff4b86e1c7f2939a6dcd7c36cb282 (diff) | |
download | FreeBSD-src-71a2202c76c5302a1c9e6d94c80d36fc99993c09.zip FreeBSD-src-71a2202c76c5302a1c9e6d94c80d36fc99993c09.tar.gz |
MFS.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 7e34898..375cef1 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.148 1997/10/25 09:27:20 jkh Exp $ + * $Id: menus.c,v 1.149 1997/11/04 23:44:22 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -268,7 +268,7 @@ DMenu MenuIndex = { { "NTP Menu", "The NTP configuration menu.", NULL, dmenuSubmenu, NULL, &MenuNTP }, { "Options", "The options editor.", NULL, optionsEditor }, { "Packages", "The packages collection", NULL, configPackages }, - { "Partition", "The disk Partition Editor", NULL, diskPartitionEditor }, + { "Partition", "The disk Slice (PC-style partition) Editor", NULL, diskPartitionEditor }, { "PCNFSD", "Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" }, { "Register", "Register yourself or company as a FreeBSD user.", dmenuVarCheck, configRegister, NULL, "registered" }, { "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" }, @@ -1121,7 +1121,7 @@ DMenu MenuConfigure = { NULL, distExtractAll }, { "L Label", "The disk Label editor", NULL, diskLabelEditor }, - { "P Partition", "The disk Partition Editor", + { "P Partition", "The disk Slice (PC-style partition) Editor", NULL, diskPartitionEditor }, { "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, { "E Exit", "Exit this menu (returning to previous)", |