summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-06-27 21:22:11 -0400
committerClint Adams <clint@debian.org>2012-06-27 21:22:11 -0400
commit5e21475ced1aa724971eb5131d1287489d22fdaa (patch)
treec6754ae0715af56cedf2d57ff7bc56960a0086af
parent4b25fbf50f9997ec804acf325f3758c811f34e60 (diff)
downloaddebianutils-5e21475ced1aa724971eb5131d1287489d22fdaa.tar.gz
run-parts(8): clarify that run-parts execution order is not locale-dependent. closes: #654340.
-rw-r--r--run-parts.85
1 files changed, 3 insertions, 2 deletions
diff --git a/run-parts.8 b/run-parts.8
index c501f78..3b5d4a8 100644
--- a/run-parts.8
+++ b/run-parts.8
@@ -5,7 +5,7 @@
.\"
.\" This is free software; see the GNU General Public Licence version 2
.\" or later for copying conditions. There is NO warranty.
-.TH RUN\-PARTS 8 "14 Nov 2010" "Debian"
+.TH RUN\-PARTS 8 "27 Jun 2012" "Debian"
.SH NAME
run\-parts \- run scripts or programs in a directory
.SH SYNOPSIS
@@ -39,7 +39,8 @@ and the Debian cron script namespace (^[a\-zA-Z0\-9_\-]+$).
If the \-\-regex option is given, the names must match the custom
extended regular expression specified as that option's argument.
-Files are run in the lexical sort order of their names unless the
+Files are run in the lexical sort order (according to the C/POSIX
+locale character collation rules) of their names unless the
\-\-reverse option is given, in which case they are run in the
opposite order.