summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorOndřej Vašík <ovasik@redhat.com>2009-03-25 12:04:11 +0100
committerJim Meyering <meyering@redhat.com>2009-03-25 12:28:03 +0100
commit53191d01e23d05f42d0d90abe07b18aae7c50b3a (patch)
treec3c62e30d9ec8cc907b1da11c00b3f0ab4456626 /doc/coreutils.texi
parent26559b513dd51a8adb941829b46c162d90434f7d (diff)
downloadcoreutils-53191d01e23d05f42d0d90abe07b18aae7c50b3a.tar.xz
doc: update suffix regex in version sort
* doc/coreutils.texi: Reflect current filevercmp regex.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 04db67663..9c8b8c3a6 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -6667,7 +6667,7 @@ foo.zml-6.gz foo.zml-100.gz
Version-sorted strings are compared such that if @var{ver1} and @var{ver2}
are version numbers and @var{prefix} and @var{suffix} (@var{suffix} matching
-the regular expression @samp{(\.[A-Za-z][A-Za-z0-9]*)*}) are strings then
+the regular expression @samp{(\.[A-Za-z~][A-Za-z0-9~]*)*}) are strings then
@var{ver1} < @var{ver2} implies that the name composed of
``@var{prefix} @var{ver1} @var{suffix}'' sorts before
``@var{prefix} @var{ver2} @var{suffix}''.