Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] gdb.texinfo: Use GNU/Linux instead of Linux
@ 2002-09-20 17:50 Kevin Buettner
  2002-09-21  1:35 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Buettner @ 2002-09-20 17:50 UTC (permalink / raw)
  To: gdb-patches

While making the changes that Eli recommended to Jim's charset
documentation, I noticed some uses of Linux without the GNU/ prefix. 
I assume that this is okay, but I wanted to check with Eli on the use
of @sc{gnu}.  There seem to be uses of plain "GNU" in the docs and
other uses where @sc{gnu} is preferred.  I don't understand the pros
and cons of each, so I thought I'd send check with Eli before
committing...

	* gdb.texinfo: Use GNU/Linux instead of Linux.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.124
diff -u -p -r1.124 gdb.texinfo
--- gdb.texinfo	21 Sep 2002 00:29:04 -0000	1.124
+++ gdb.texinfo	21 Sep 2002 00:36:41 -0000
@@ -395,7 +395,7 @@ Tim Tucker contributed support for the G
 Pace Willison contributed Intel 386 support.
 Jay Vosburgh contributed Symmetry support.
 
-Andreas Schwab contributed M68K Linux support.
+Andreas Schwab contributed M68K @sc{gnu}/Linux support.
 
 Rich Schaefer and Peter Schauer helped with support of SunOS shared
 libraries.
@@ -2622,7 +2622,7 @@ times slower than normal execution.  (Bu
 catch errors where you have no clue what part of your program is the
 culprit.)
 
-On some systems, such as HP-UX, Linux and some other x86-based targets,
+On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
 @value{GDBN} includes support for
 hardware watchpoints, which do not slow down the running of your
 program.
@@ -11196,7 +11196,7 @@ this facility, the command @code{info pr
 several kinds of information about the process running your program.
 @code{info proc} works only on SVR4 systems that include the
 @code{procfs} code.  This includes OSF/1 (Digital Unix), Solaris, Irix,
-and Unixware, but not HP-UX or Linux, for example.
+and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
 
 @table @code
 @kindex info proc


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

* Re: [RFA] gdb.texinfo: Use GNU/Linux instead of Linux
  2002-09-20 17:50 [RFA] gdb.texinfo: Use GNU/Linux instead of Linux Kevin Buettner
@ 2002-09-21  1:35 ` Eli Zaretskii
  2002-09-25 15:59   ` Kevin Buettner
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2002-09-21  1:35 UTC (permalink / raw)
  To: kevinb; +Cc: gdb-patches

> Date: Fri, 20 Sep 2002 17:47:22 -0700
> From: Kevin Buettner <kevinb@redhat.com>
> 
> While making the changes that Eli recommended to Jim's charset
> documentation, I noticed some uses of Linux without the GNU/ prefix. 
> I assume that this is okay, but I wanted to check with Eli on the use
> of @sc{gnu}.  There seem to be uses of plain "GNU" in the docs and
> other uses where @sc{gnu} is preferred.  I don't understand the pros
> and cons of each, so I thought I'd send check with Eli before
> committing...

I think in gdb.texinfo the convention is to use @sc{gnu} throughout.

As for GNU/Linux, I'd suggest first to see whether @sc{gnu}/Linux
looks fine in print, and then decide.  Kevin, could you please TeX the
manual and see whether the result is plausible?

Otherwise, okay.  Thanks.


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

* Re: [RFA] gdb.texinfo: Use GNU/Linux instead of Linux
  2002-09-21  1:35 ` Eli Zaretskii
@ 2002-09-25 15:59   ` Kevin Buettner
  2002-09-26 10:40     ` Andrew Cagney
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Buettner @ 2002-09-25 15:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

On Sep 21, 11:35am, Eli Zaretskii wrote:

> I think in gdb.texinfo the convention is to use @sc{gnu} throughout.

Okay.

> As for GNU/Linux, I'd suggest first to see whether @sc{gnu}/Linux
> looks fine in print, and then decide.  Kevin, could you please TeX the
> manual and see whether the result is plausible?

Prior to this, I'd generated html and could see no difference.  This
time I generated a pdf file.  ``@sc{gnu}'' generates slightly smaller
characters and looks quite nice (IMO).

> Otherwise, okay.  Thanks.

Committed.

Kevin


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

* Re: [RFA] gdb.texinfo: Use GNU/Linux instead of Linux
  2002-09-25 15:59   ` Kevin Buettner
@ 2002-09-26 10:40     ` Andrew Cagney
  2002-09-26 17:23       ` Kevin Buettner
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2002-09-26 10:40 UTC (permalink / raw)
  To: Kevin Buettner; +Cc: Eli Zaretskii, gdb-patches

> On Sep 21, 11:35am, Eli Zaretskii wrote:
> 
> 
>> I think in gdb.texinfo the convention is to use @sc{gnu} throughout.
> 
> 
> Okay.
> 
> 
>> As for GNU/Linux, I'd suggest first to see whether @sc{gnu}/Linux
>> looks fine in print, and then decide.  Kevin, could you please TeX the
>> manual and see whether the result is plausible?
> 
> 
> Prior to this, I'd generated html and could see no difference.  This
> time I generated a pdf file.  ``@sc{gnu}'' generates slightly smaller
> characters and looks quite nice (IMO).
> 
> 
>> Otherwise, okay.  Thanks.
> 
> 
> Committed.

Kevin, can you please pull this into the 5.3 branch?

Andrew



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

* Re: [RFA] gdb.texinfo: Use GNU/Linux instead of Linux
  2002-09-26 10:40     ` Andrew Cagney
@ 2002-09-26 17:23       ` Kevin Buettner
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Buettner @ 2002-09-26 17:23 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: gdb-patches

On Sep 26,  1:40pm, Andrew Cagney wrote:

> Kevin, can you please pull this into the 5.3 branch?

Done.


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

end of thread, other threads:[~2002-09-27  0:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-20 17:50 [RFA] gdb.texinfo: Use GNU/Linux instead of Linux Kevin Buettner
2002-09-21  1:35 ` Eli Zaretskii
2002-09-25 15:59   ` Kevin Buettner
2002-09-26 10:40     ` Andrew Cagney
2002-09-26 17:23       ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox