diff options
author | Doug Evans <dje@google.com> | 2010-10-30 04:39:47 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-10-30 04:39:47 +0000 |
commit | 9eeee97773603ecd14f8cbdef2561cbeabd523fd (patch) | |
tree | 7f35cade9b1cad2e346348702d701ee720b77a01 /gdb | |
parent | 80347f88a2e87534cf0123e9f87d069e96ceba36 (diff) | |
download | gdb-9eeee97773603ecd14f8cbdef2561cbeabd523fd.zip gdb-9eeee97773603ecd14f8cbdef2561cbeabd523fd.tar.gz gdb-9eeee97773603ecd14f8cbdef2561cbeabd523fd.tar.bz2 |
* gdb.texinfo (Python): Fix long line.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a3d962..052f580 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Doug Evans <dje@google.com> + + * gdb.texinfo (Python): Fix long line. + 2010-10-20 Doug Evans <dje@google.com> * gdbint.texinfo (Misc Guidelines): Renamed from Coding. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9446932..d4a04f7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20393,7 +20393,8 @@ Python programming language}. This feature is available only if @cindex python directory Python scripts used by @value{GDBN} should be installed in @file{@var{data-directory}/python}, where @var{data-directory} is -the data directory as determined at @value{GDBN} startup (@pxref{Data Files}). This directory, known as the @dfn{python directory}, +the data directory as determined at @value{GDBN} startup (@pxref{Data Files}). +This directory, known as the @dfn{python directory}, is automatically added to the Python Search Path in order to allow the Python interpreter to locate all scripts installed at this location. |