diff options
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ad5bc7d..7a4e337 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2176,6 +2176,7 @@ of argument an option expects. For example: NUMBER unlimited @end smallexample +@noindent Here, the option expects a number (e.g., @code{100}), not literal @code{NUMBER}. Such metasyntactical arguments are always presented in uppercase. |