diff options
author | Ondřej Vašík <ovasik@redhat.com> | 2009-03-25 12:04:11 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-25 12:28:03 +0100 |
commit | 53191d01e23d05f42d0d90abe07b18aae7c50b3a (patch) | |
tree | c3c62e30d9ec8cc907b1da11c00b3f0ab4456626 | |
parent | 26559b513dd51a8adb941829b46c162d90434f7d (diff) | |
download | coreutils-53191d01e23d05f42d0d90abe07b18aae7c50b3a.tar.xz |
doc: update suffix regex in version sort
* doc/coreutils.texi: Reflect current filevercmp regex.
-rw-r--r-- | doc/coreutils.texi | 2 |
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}''. |