gdb/doc/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 23 Apr 2012 17:20:56 +0000 (17:20 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 23 Apr 2012 17:20:56 +0000 (17:20 +0000)
* gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
Three times.

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

index 455a145f166b44c7109e8f32e1c9453e30639d8b..8a9255aa10d689766684b4e5098fe60015aa0d4d 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
+       Three times.
+
 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
index e8be74617f0b33556ec1467b2898dd1764af8dde..31e90ab0e8e380ecffe08be5e3373159ccaa1f9c 100644 (file)
@@ -21142,11 +21142,11 @@ Specify this trusted directory (or a file) as additional component of the list.
 You have to specify also any existing directories displayed by
 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
 
-@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" [@dots{}]}
+@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb"}
 Specify this directory as in the previous case but just for a single
 @value{GDBN} session.
 
-@item @kbd{gdb -iex "set auto-load safe-path" [@dots{}]}
+@item @kbd{gdb -iex "set auto-load safe-path"}
 Disable auto-loading safety for a single @value{GDBN} session.
 This assumes all the files you debug during this @value{GDBN} session will come
 from trusted sources.
@@ -21161,7 +21161,7 @@ On the other hand you can also explicitly forbid automatic files loading which
 also suppresses any such warning messages:
 
 @table @asis
-@item @kbd{gdb -iex "set auto-load no" [@dots{}]}
+@item @kbd{gdb -iex "set auto-load no"}
 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
 
 @item @file{~/.gdbinit}: @samp{set auto-load no}