linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4] spelling: "Unix 98" -> "Unix98"
@ 2003-12-07  0:44 Andreas Beckmann
  2004-01-13  0:52 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Beckmann @ 2003-12-07  0:44 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

"Unix98" is spelled as "Unix 98" at three locations: the config.in files 
for the architectures sparc64, sh and sh64.
My patch changes these to be "Unix98" like everywhere else.
The defconfig files for these architectures could be regenerated to 
match these changes.


Andreas
Please CC: me in your replies.

[-- Attachment #2: 2.4_spelling_Unix98.diff --]
[-- Type: text/plain, Size: 1449 bytes --]

--- linux-2.4.23/arch/sparc64/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sparc64/config.in	2003-12-05 21:49:04.000000000 +0100
@@ -247,7 +247,7 @@
 
 # This one must be before the filesystem configs. -DaveM
 mainmenu_option next_comment
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
--- linux-2.4.23/arch/sh64/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sh64/config.in	2003-12-05 21:48:52.000000000 +0100
@@ -231,7 +231,7 @@
 fi
 
 
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
--- linux-2.4.23/arch/sh/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sh/config.in	2003-12-05 21:48:42.000000000 +0100
@@ -369,7 +369,7 @@
 if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SH_SCI" = "y" ]; then
    bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLE
 fi
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.4] spelling: "Unix 98" -> "Unix98"
  2003-12-07  0:44 [PATCH 2.4] spelling: "Unix 98" -> "Unix98" Andreas Beckmann
@ 2004-01-13  0:52 ` Randy.Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2004-01-13  0:52 UTC (permalink / raw)
  To: Andreas Beckmann; +Cc: linux-kernel, marcelo.tosatti

On Sun, 07 Dec 2003 01:44:21 +0100 Andreas Beckmann <sparclinux@abeckmann.de> wrote:

| "Unix98" is spelled as "Unix 98" at three locations: the config.in files 
| for the architectures sparc64, sh and sh64.
| My patch changes these to be "Unix98" like everywhere else.
| The defconfig files for these architectures could be regenerated to 
| match these changes.

Hi,

I guess that this patch might as well be merged, for the sake of
consistency with the other uses of "Unix98" in config.in files.
[The patch applies with 1-2 lines of offsets due to the addtion
of the OOM_KILLER option.]

However, looking at www.opensource.org, the
"UNIX 98" branding seems to be spelled "UNIX 98".

--
~Randy



--- linux-2.4.23/arch/sparc64/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sparc64/config.in	2003-12-05 21:49:04.000000000 +0100
@@ -247,7 +247,7 @@
 
 # This one must be before the filesystem configs. -DaveM
 mainmenu_option next_comment
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
--- linux-2.4.23/arch/sh64/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sh64/config.in	2003-12-05 21:48:52.000000000 +0100
@@ -231,7 +231,7 @@
 fi
 
 
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256
--- linux-2.4.23/arch/sh/config.in.orig	2003-11-28 19:26:19.000000000 +0100
+++ linux-2.4.23/arch/sh/config.in	2003-12-05 21:48:42.000000000 +0100
@@ -369,7 +369,7 @@
 if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_SH_SCI" = "y" ]; then
    bool '  Support for console on serial port' CONFIG_SERIAL_CONSOLE
 fi
-comment 'Unix 98 PTY support'
+comment 'Unix98 PTY support'
 bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS
 if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then
    int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-01-13  0:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-07  0:44 [PATCH 2.4] spelling: "Unix 98" -> "Unix98" Andreas Beckmann
2004-01-13  0:52 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).