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
[-- Attachment #1 --]
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>
[-- Attachment #2 --]
--- 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, ' ', ' ', ' ' },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043590896.10968.8.camel>
