# DP: document /etc/bash.bashrc in bash man page

--- a/doc/bash.1
+++ b/doc/bash.1
@@ -206,7 +206,9 @@ Display a usage message on standard outp
 .PD
 Execute commands from
 .I file
-instead of the standard personal initialization file
+instead of the system wide initialization file
+.I /etc/bash.bashrc
+and the standard personal initialization file
 .FN \*~/.bashrc
 if the shell is interactive (see
 .SM
@@ -237,7 +239,9 @@ reads these files when it is invoked as
 below).
 .TP
 .B \-\-norc
-Do not read and execute the personal initialization file
+Do not read and execute the system wide initialization file
+.I /etc/bash.bashrc
+and the personal initialization file
 .FN \*~/.bashrc
 if the shell is interactive.
 This option is on by default if the shell is invoked as
@@ -358,6 +362,8 @@ if it exists.
 When an interactive shell that is not a login shell is started,
 .B bash
 reads and executes commands from 
+.FN \*/etc/bash.bashrc
+and
 .FN \*~/.bashrc ,
 if that file exists.
 The
@@ -366,6 +372,8 @@ option inhibits this behavior.
 The \fB\-\-rcfile\fP \fIfile\fP option causes
 .B bash
 to use \fIfile\fP instead of
+.FN \*/etc/bash.bashrc
+and
 .FN \*~/.bashrc .
 .PP
 When
@@ -451,8 +459,10 @@ If
 .B bash
 determines it is being run non-interactively in this fashion,
 it reads and executes commands from
+.FN \*/etc/bash.bashrc
+and
 .FN \*~/.bashrc ,
-if that file exists and is readable.
+if these files exist and are readable.
 .B Bash
 does not read this file if invoked as \fBsh\fP.
 The
@@ -13189,6 +13199,9 @@ The \fBbash\fP executable
 .FN /etc/profile
 The systemwide initialization file, executed for login shells
 .TP
+.FN /etc/bash.bashrc
+The systemwide per-interactive-shell startup file
+.TP
 .FN \*~/.bash_profile
 The personal initialization file, executed for login shells
 .TP
