aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb.1
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdb.1')
-rw-r--r--gdb/gdb.17
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/gdb.1 b/gdb/gdb.1
index 7a54f85..68a5e42 100644
--- a/gdb/gdb.1
+++ b/gdb/gdb.1
@@ -9,6 +9,7 @@ gdb \- The GNU Debugger
.TP
.B gdb
.RB "[\|" \-help "\|]"
+.RB "[\|" \-nh "\|]"
.RB "[\|" \-nx "\|]"
.RB "[\|" \-q "\|]"
.RB "[\|" \-batch "\|]"
@@ -283,14 +284,16 @@ Add \c
.PP
.TP
+.B \-nh
+Do not execute commands from ~/.gdbinit.
+
+.TP
.B \-nx
.TP
.B \-n
Do not execute commands from any `\|\c
.B .gdbinit\c
\&\|' initialization files.
-Normally, the commands in these files are executed after all the
-command options and arguments have been processed.
.TP