Date: Tue, 29 Apr 1997 09:13:32 -0700 (PDT) From: soil@quick.net To: FreeBSD-gnats-submit@freebsd.org, jkh@freebsd.org Subject: conf/3417: typo in src/release/sysinstall/menus.c Message-ID: <199704291613.JAA26681@jg.dyn.ml.org> Resent-Message-ID: <199704291620.JAA23551@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 3417
>Category: conf
>Synopsis: typo in src/release/sysinstall/menus.c
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 29 09:20:00 PDT 1997
>Last-Modified:
>Originator: Josh Gilliam
>Organization:
>Release: FreeBSD 3.0-CURRENT i386
>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)",
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704291613.JAA26681>
