gdb/doc: Minor formatting fixes in documentation of -complete
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 22 May 2019 11:48:26 +0000 (12:48 +0100)
committerJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 22 May 2019 11:48:26 +0000 (12:48 +0100)
gdb/doc/Changelog:

* gdb.texinfo: Minor formatting fixes.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 55dab15fca15950e984b559edf7f4e3dd1ea1818..9733b5b64b4e89ef61be49a341b352930a7c636c 100644 (file)
@@ -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
index 37e2f14ad0fa42a4888588f5894cdaea611f59fd..e27752a9d6d16558f6cffc126dca0d4dacdeb766 100644 (file)
@@ -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
This page took 0.052475 seconds and 4 git commands to generate.