diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:38:37 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 13:38:37 -0500 |
commit | d90269dd00dd8ccf00c956190eb3eabc5e29dfdc (patch) | |
tree | b768f2126751527ecce8042fce4415b0aea514f8 /doc/bashref.texi~ | |
parent | c32717638941b4a34cf4cd8e3c984b5272a3f617 (diff) | |
download | bash-d90269dd00dd8ccf00c956190eb3eabc5e29dfdc.tar.gz |
commit bash-20041027 snapshot
Diffstat (limited to 'doc/bashref.texi~')
-rw-r--r-- | doc/bashref.texi~ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bashref.texi~ b/doc/bashref.texi~ index 9df7ead7..94814d67 100644 --- a/doc/bashref.texi~ +++ b/doc/bashref.texi~ @@ -2017,6 +2017,10 @@ connection to the corresponding socket. A failure to open or create a file causes the redirection to fail. +Redirections using file descriptors greater than 9 should be used with +care, as they may conflict with file descriptors the shell uses +internally. + @subsection Redirecting Input Redirection of input causes the file whose name results from the expansion of @var{word} |