diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-01-26 19:14:18 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-01-26 19:14:18 +0000 |
commit | 5fa54e5d1601ec2fee45c49e6acbcf4cff8a8eaa (patch) | |
tree | 8dc67140ede358166847e544bc77ba40a82eaf2e /gdb/doc | |
parent | 5def828572f6e7176cd8fef40742e45a365f24d3 (diff) | |
download | gdb-5fa54e5d1601ec2fee45c49e6acbcf4cff8a8eaa.zip gdb-5fa54e5d1601ec2fee45c49e6acbcf4cff8a8eaa.tar.gz gdb-5fa54e5d1601ec2fee45c49e6acbcf4cff8a8eaa.tar.bz2 |
* gdb.texinfo (Specify Location): Improve wording.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 434f48a..02a7794 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -5051,9 +5051,10 @@ source files. Here @var{address} may be any expression valid in the current working language (@pxref{Languages, working language}) that specifies a code -address. As a convenience, @value{GDBN} extends the semantics of -expressions used in locations to cover the situations that frequently -happen during debugging. Here are the various forms of @var{address}: +address. In addition, as a convenience, @value{GDBN} extends the +semantics of expressions used in locations to cover the situations +that frequently happen during debugging. Here are the various forms +of @var{address}: @table @code @item @var{expression} |