aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2014-11-30 20:22:24 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2014-11-30 20:22:24 +0100
commit413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10 (patch)
tree034b61fbeb6d4974de184e28af595a9e788b6bde /gdb
parentf0d4ba1fc4c702890bf090d1d6d2413fc6c34dd0 (diff)
downloadgdb-413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10.zip
gdb-413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10.tar.gz
gdb-413b59aecb4ab6b8a552d3b93a9dd7e981ab3c10.tar.bz2
Fix add-auto-load-safe-path typo.
gdb/doc/ChangeLog 2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path description typo.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo6
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 2e619da..fcc18eb 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
+ description typo.
+
2014-10-30 Doug Evans <dje@google.com>
* python.texi (Progspaces In Python): Document ability to add
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 15c2908..c475686 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22562,9 +22562,9 @@ scripts.
@anchor{add-auto-load-safe-path}
@kindex add-auto-load-safe-path
@item add-auto-load-safe-path
-Add an entry (or list of entries) the list of directories trusted for automatic
-loading and execution of scripts. Multiple entries may be delimited by the
-host platform path separator in use.
+Add an entry (or list of entries) to the list of directories trusted for
+automatic loading and execution of scripts. Multiple entries may be delimited
+by the host platform path separator in use.
@end table
This variable defaults to what @code{--with-auto-load-dir} has been configured