aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Vrany <jan.vrany@fit.cvut.cz>2019-05-22 12:48:26 +0100
committerJan Vrany <jan.vrany@fit.cvut.cz>2019-05-22 12:48:26 +0100
commit7166f90a7756a3b68cfb93b5ea4a026e9b5f2459 (patch)
treee2227700a09756c0cb3c6d3d64b1fa5e40a5b12d /gdb
parentb0f4fbf81a1cf67d49558b2e8890e5c8628f8403 (diff)
downloadbinutils-7166f90a7756a3b68cfb93b5ea4a026e9b5f2459.zip
binutils-7166f90a7756a3b68cfb93b5ea4a026e9b5f2459.tar.gz
binutils-7166f90a7756a3b68cfb93b5ea4a026e9b5f2459.tar.bz2
gdb/doc: Minor formatting fixes in documentation of -complete
gdb/doc/Changelog: * gdb.texinfo: Minor formatting fixes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 55dab15..9733b5b 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-22 Jan Vrany <jan.vrany@fit.cvut.cz>
+
+ * gdb.texinfo: Minor formatting fixes.
+
2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
* gdb.texinfo (Miscellaneous GDB/MI Commands): Document new
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 37e2f14..e27752a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -34550,7 +34550,7 @@ fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
Show a list of completions for partially typed CLI @var{command}.
This command is intended for @sc{gdb/mi} frontends that cannot use two separate
-CLI and MI channels - for example: because of lack of PTYs like on Windows or
+CLI and MI channels --- for example: because of lack of PTYs like on Windows or
because @value{GDBN} is used remotely via a SSH connection.
@subheading Result
@@ -34567,7 +34567,7 @@ This field contains a (possibly empty) array of matches. It is always present.
@item max_completions_reached
This field contains @code{1} if number of known completions is above
-@code{max-completions} limit (see @ref{Completion}), otherwise it contains
+@code{max-completions} limit (@pxref{Completion}), otherwise it contains
@code{0}. It is always present.
@end table