diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 18:26:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-27 18:26:40 +0000 |
commit | 8d43be62a82df281b24518204fa9e6f05df77c30 (patch) | |
tree | 009aebd1ccb27c64a8badf5c850eed822e3fb213 /gdb/doc | |
parent | 4b99c982c688a30bbafa56cae48d7f3b177ac9df (diff) | |
download | gdb-8d43be62a82df281b24518204fa9e6f05df77c30.zip gdb-8d43be62a82df281b24518204fa9e6f05df77c30.tar.gz gdb-8d43be62a82df281b24518204fa9e6f05df77c30.tar.bz2 |
* gdb.texinfo (Command Files): Explain order of init file reading.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index cbdb882..fb61c3e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7512,7 +7512,7 @@ When you start @value{GDBN}, it automatically executes commands from its processes command line options and operands, and then reads the init file (if any) in the current working directory. This is so the init file in your home directory can set options (such as @code{set -complaints} which affect the processing of the command line options and +complaints}) which affect the processing of the command line options and operands. The init files are not executed if you use the @samp{-nx} option; @pxref{Mode Options, ,Choosing modes}. |