Browse Source

* gdb.texinfo (Python): Fix long line.

binutils-2_21-branch
Doug Evans 16 years ago
parent
commit
9eeee97773
  1. 4
      gdb/doc/ChangeLog
  2. 3
      gdb/doc/gdb.texinfo

4
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.

3
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.

Loading…
Cancel
Save