diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 14:06:10 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-13 14:06:10 +0000 |
| commit | 4b59b68956db28d242d56a36296890b29dd7c54b (patch) | |
| tree | 9de447e8c4666e6a88203398c51e40c576d358ba /usr.sbin/sysinstall/menus.c | |
| parent | 189b7e91022aa2ed426aac7d52d4e807175b178b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 490dcb91cff9..7c7a6b23c71e 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.136 1997/05/27 16:41:52 jkh Exp $ + * $Id: menus.c,v 1.137 1997/06/09 01:19:44 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1115,7 +1115,7 @@ DMenu MenuConfigure = { NULL, distExtractAll }, { "L Label", "The disk Label editor", NULL, diskLabelEditor }, - { "Partition", "The disk Partition Editor", + { "P Partition", "The disk Partition Editor", NULL, diskPartitionEditor }, { "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, { "E Exit", "Exit this menu (returning to previous)", |
