.bashrc: point people to bash(1) fir shopt details
authorW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 12:15:44 +0000 (08:15 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 27 Oct 2012 12:15:44 +0000 (08:15 -0400)
src/.bashrc

index 1dfa9c82d09874443a87009e7e88743fb59c4dba..a83c50b9cee3fac872dbdad4fa9ab889406daafb 100644 (file)
@@ -19,7 +19,7 @@ fi
 export HISTCONTROL=ignoreboth
 
 # check the window size after each command and, if necessary,
-# update the values of LINES and COLUMNS.
+# update the values of LINES and COLUMNS.  See bash(1).
 shopt -s checkwinsize
 
 for FILE in ~/.bashrc.d/*; do