diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-20 11:21:25 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-20 11:21:25 +0000 |
commit | 8a037dd706e6d36ded15259dfb8e697b9ede5dfc (patch) | |
tree | ff8c6abcec5cb5ac05edb4128a3f82ca06888cc2 /gdb | |
parent | 231b2aadea7cc73e5f34badc452e5df7c9b7724b (diff) | |
download | binutils-8a037dd706e6d36ded15259dfb8e697b9ede5dfc.zip binutils-8a037dd706e6d36ded15259dfb8e697b9ede5dfc.tar.gz binutils-8a037dd706e6d36ded15259dfb8e697b9ede5dfc.tar.bz2 |
Fix last change.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bcec6c6..ef27234 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, -@c 1999, 2000, 2001 +@c 1999, 2000, 2001, 2002 @c Free Software Foundation, Inc. @c @c %**start of header @@ -50,7 +50,8 @@ This is the @value{EDITION} Edition, @value{DATE}, of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN} Version @value{GDBVN}. -Copyright (C) 1988,1989,1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001, 2002 Free Software Foundation, Inc. +Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@* + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -82,8 +83,8 @@ development.'' @end tex @vskip 0pt plus 1filll -Copyright @copyright{} 1988,1989,1990,1991,1992,1993,1994,1995,1996,@* -1998,1999,2000,2001,2002 Free Software Foundation, Inc. +Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, +1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. @sp 2 Published by the Free Software Foundation @* 59 Temple Place - Suite 330, @* @@ -114,7 +115,7 @@ This file describes @value{GDBN}, the @sc{gnu} symbolic debugger. This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version @value{GDBVN}. -Copyright (C) 1988-2001 Free Software Foundation, Inc. +Copyright (C) 1988-2002 Free Software Foundation, Inc. @menu * Summary:: Summary of @value{GDBN} @@ -6034,10 +6035,8 @@ You may abbreviate @code{while-stepping} as @code{ws} or @kindex info tracepoints @cindex information about tracepoints @item info tracepoints @r{[}@var{num}@r{]} -@c FIXME: Shouldn't there be an "at", "on", or "for" in the next -@c sentence? - Brian Y., FSF office staff -Display information the tracepoint @var{num}. If you don't specify a -tracepoint number displays information about all the tracepoints +Display information about the tracepoint @var{num}. If you don't specify +a tracepoint number displays information about all the tracepoints defined so far. For each tracepoint, the following information is shown: |