From 4b59b68956db28d242d56a36296890b29dd7c54b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 13 Jun 1997 14:06:10 +0000 Subject: [PATCH] Incorporate an ancient typo fix that never made it over from 2.2. --- release/sysinstall/menus.c | 4 ++-- usr.sbin/sade/menus.c | 4 ++-- usr.sbin/sysinstall/menus.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 490dcb91cff..7c7a6b23c71 100644 --- a/release/sysinstall/menus.c +++ b/release/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)", diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 490dcb91cff..7c7a6b23c71 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)", diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 490dcb91cff..7c7a6b23c71 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)",