diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-10-13 20:07:34 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-10-20 12:24:20 +0200 |
commit | 1a088a2e2628409832326254ce1c42ccf671e847 (patch) | |
tree | d8e2fd670f2596cc4ab14bef5434831b85aa7b80 /gdb | |
parent | e4c2619ad1f31cf73d275b027e8c0cf9c6e9597a (diff) | |
download | gdb-1a088a2e2628409832326254ce1c42ccf671e847.zip gdb-1a088a2e2628409832326254ce1c42ccf671e847.tar.gz gdb-1a088a2e2628409832326254ce1c42ccf671e847.tar.bz2 |
GDB: Documentation: Remove greengrocer's apostrophe.
gdb/doc/gdb.texinfo (gdbserver man): "it's symbol" --> its symbol.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e985a7c..d971f71 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -43958,7 +43958,7 @@ Usage (host side): @end ifset You need an unstripped copy of the target program on your host system, since -@value{GDBN} needs to examine it's symbol tables and such. Start up @value{GDBN} as you normally +@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally would, with the target program as the first argument. (You may need to use the @option{--baud} option if the serial line is running at anything except 9600 baud.) That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only |