diff options
author | jkh <jkh@FreeBSD.org> | 1997-06-13 14:06:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-06-13 14:06:10 +0000 |
commit | d86473c883be8b8bf7059b21d465728527ffe890 (patch) | |
tree | 063a1e74b70ca53ae97c3e7f721d0a78c8b48314 /usr.sbin/sade/menus.c | |
parent | b6e8cc8fa1fad4e10e6bbd6224827d00e3ef7abb (diff) | |
download | FreeBSD-src-d86473c883be8b8bf7059b21d465728527ffe890.zip FreeBSD-src-d86473c883be8b8bf7059b21d465728527ffe890.tar.gz |
Incorporate an ancient typo fix that never made it over from 2.2.
Diffstat (limited to 'usr.sbin/sade/menus.c')
-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 490dcb9..7c7a6b2 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.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)", |