* gdb.texinfo (Command Files): Explain order of init file reading.

This commit is contained in:
Jim Kingdon
1993-10-27 18:26:40 +00:00
parent 4b99c982c6
commit 8d43be62a8

View File

@ -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 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 (if any) in the current working directory. This is so the init
file in your home directory can set options (such as @code{set 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} operands. The init files are not executed if you use the @samp{-nx}
option; @pxref{Mode Options, ,Choosing modes}. option; @pxref{Mode Options, ,Choosing modes}.