From 53191d01e23d05f42d0d90abe07b18aae7c50b3a Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Wed, 25 Mar 2009 12:04:11 +0100 Subject: doc: update suffix regex in version sort * doc/coreutils.texi: Reflect current filevercmp regex. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}''. -- cgit v1.2.3-54-g00ecf