summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-08 20:19:23 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-08 20:19:23 -0500
commit6bf8a8a76a1446f7278a392b5515488a68474192 (patch)
tree2a69bef2d27037c14d5686b61a9f619137dae33c /doc
parentb06e584e05571ead82fa569df3a2f49a199d94b0 (diff)
downloadbash-6bf8a8a76a1446f7278a392b5515488a68474192.tar.gz
commit bash-20091029 snapshot
Diffstat (limited to 'doc')
-rw-r--r--doc/bash.14
-rw-r--r--doc/bashref.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/bash.1 b/doc/bash.1
index 0c3cdf95..f124704d 100644
--- a/doc/bash.1
+++ b/doc/bash.1
@@ -3820,6 +3820,10 @@ descriptor 0, 1, or 2, respectively, is checked.
.PP
Unless otherwise specified, primaries that operate on files follow symbolic
links and operate on the target of the link, rather than the link itself.
+.if t .sp 0.5
+.if n .sp 1
+When used with \fB[[\fP, The \fB<\fP and \fB>\fP operators sort
+lexicographically using the current locale.
.sp 1
.PD 0
.TP
diff --git a/doc/bashref.texi b/doc/bashref.texi
index e53a8163..f36be6c9 100644
--- a/doc/bashref.texi
+++ b/doc/bashref.texi
@@ -5716,6 +5716,9 @@ If the @var{file} argument to one of the primaries is one of
@file{/dev/stdin}, @file{/dev/stdout}, or @file{/dev/stderr}, file
descriptor 0, 1, or 2, respectively, is checked.
+When used with @samp{[[}, The @samp{<} and @samp{>} operators sort
+lexicographically using the current locale.
+
Unless otherwise specified, primaries that operate on files follow symbolic
links and operate on the target of the link, rather than the link itself.