diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-09-25 22:55:30 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-09-25 22:55:30 +0000 |
commit | 1104b9e7908b23966ae5a2a94b62132c9a247c75 (patch) | |
tree | f85355d7d29c48821993b6943abcc3f1b65610b5 /gdb/doc/gdb.texinfo | |
parent | e36180d7954250489b69c8ad2050bc6b2af27b5c (diff) | |
download | gdb-1104b9e7908b23966ae5a2a94b62132c9a247c75.zip gdb-1104b9e7908b23966ae5a2a94b62132c9a247c75.tar.gz gdb-1104b9e7908b23966ae5a2a94b62132c9a247c75.tar.bz2 |
* gdb.texinfo: Use GNU/Linux instead of Linux.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c84176d..7e93c22 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -395,7 +395,7 @@ Tim Tucker contributed support for the Gould NP1 and Gould Powernode. 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. (But this may still be worth it, to 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. @@ -11194,7 +11194,7 @@ this facility, the command @code{info proc} is available to report on 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 |