Skip to content

Commit 8ce6797

Browse files
committed
Another bashdbinit -> bashdbrc
1 parent ae0bf5e commit 8ce6797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/manpage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ inside the debugger. See :ref:`set basename <set_basename>` for more information
6363

6464
:-n | --nx | --no-init:
6565

66-
Normally the debugger will read debugger commands in `~/.bashdbinit` if
67-
that file exists before accepting user interaction. `.bashdbinit` is
66+
Normally the debugger will read debugger commands in `~/.bashdbrc` if
67+
that file exists before accepting user interaction. `.bashdbrc` is
6868
analogous to GNU gdb's `.gdbinit`: a user might want to create such a
6969
debugger profile to add various user-specific customizations.
7070

7171
Using the `-n` option this initialization file will not be read. This
7272
is useful in regression testing or in tracking down a problem with
73-
one's `.bashdbinit` profile.
73+
one's `.bashdbrc` profile.
7474

7575

7676
:-c | --command *command-string*:
@@ -89,7 +89,7 @@ changeable copyright date in the regression-test matching.
8989
:-x | --eval-command *debugger-cmdfile*:
9090

9191
Run the debugger commands *debugger-cmdfile* before accepting user
92-
input. These commands are read however after any `.bashdbinit`
92+
input. These commands are read however after any `.bashdbrc`
9393
commands. Again this is useful running regression-testing debug
9494
scripts.
9595

0 commit comments

Comments
 (0)