From soil@jg.dyn.ml.org  Tue Apr 29 09:13:39 1997
Received: from jg.dyn.ml.org (soil@newport-1-11.quick.net [207.212.160.211])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA23174;
          Tue, 29 Apr 1997 09:13:34 -0700 (PDT)
Received: (from soil@localhost)
	by jg.dyn.ml.org (8.8.5/8.8.5) id JAA26681;
	Tue, 29 Apr 1997 09:13:32 -0700 (PDT)
Message-Id: <199704291613.JAA26681@jg.dyn.ml.org>
Date: Tue, 29 Apr 1997 09:13:32 -0700 (PDT)
From: soil@quick.net
Reply-To: soil@quick.net
To: FreeBSD-gnats-submit@freebsd.org, jkh@freebsd.org
Subject: typo in src/release/sysinstall/menus.c
X-Send-Pr-Version: 3.2

>Number:         3417
>Category:       conf
>Synopsis:       typo in src/release/sysinstall/menus.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 09:20:00 PDT 1997
>Closed-Date:    Tue Apr 29 10:38:15 PDT 1997
>Last-Modified:  Tue Apr 29 10:38:27 PDT 1997
>Originator:     Josh Gilliam
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

menus.c rev 1.131

>Description:

sysinstall's 'FreeBSD Configuration Menu' is missing a leading P in front of
``Partition''.

...
L Label            The disk Label editor
Partition          The disk Partition Editor
R Register         Register yourself or company as a FreeBSD user.
...

>How-To-Repeat:

sysinstall

>Fix:

--- menus.c.orig	Sun Apr 20 09:46:32 1997
+++ menus.c	Tue Apr 29 08:58:30 1997
@@ -1107,7 +1107,7 @@
 	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)",
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Tue Apr 29 10:38:15 PDT 1997 
State-Changed-Why:  
Already fixed, thanks. 
>Unformatted:
