diff options
-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} |