Skip site navigation (1)Skip section navigation (2)
Date:      26 Jan 2003 15:21:50 +0100
From:      Andreas Kohn <andreas.kohn@gmx.net>
To:        stable@freebsd.org
Subject:   [PATCH] typo in release/sysinstall/menus.c
Message-ID:  <1043590896.10968.8.camel@klamath.ankon.homeip.net>

next in thread | raw e-mail | index | archive | help

--=-0FnxnSMjUZG4Op5Q5YkN
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello,

While installing 5.0 RELEASE a few days ago, I saw a small typo in the
distributions menu. The same typo exists in 4.7 STABLE as well, so I
didn't know where to send it. Could someone check this, and apply if
necessary?

Thanks,
-- 
Andreas Kohn <andreas.kohn@gmx.net>

--=-0FnxnSMjUZG4Op5Q5YkN
Content-Disposition: attachment; filename=menus.c.diff
Content-Type: text/plain; name=menus.c.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

--- release/sysinstall/menus.c.orig	Sun Jan 26 11:27:14 2003
+++ release/sysinstall/menus.c	Sun Jan 26 11:27:56 2003
@@ -754,7 +754,7 @@
     "distributions",
     { { "X Exit", "Exit this menu (returning to previous)",
 	checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
-      { "All",			"All system sources, binaries and X Window System)",
+      { "All",			"All system sources, binaries and X Window System",
 	checkDistEverything,	distSetEverything, NULL, NULL, ' ', ' ', ' ' },
       { "Reset",		"Reset selected distribution list to nothing",
 	NULL,			distReset, NULL, NULL, ' ', ' ', ' ' },

--=-0FnxnSMjUZG4Op5Q5YkN--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043590896.10968.8.camel>