From: Ondřej Vašík Date: Wed, 25 Mar 2009 11:04:11 +0000 (+0100) Subject: doc: update suffix regex in version sort X-Git-Tag: v7.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53191d01e23d05f42d0d90abe07b18aae7c50b3a;p=thirdparty%2Fcoreutils.git doc: update suffix regex in version sort * doc/coreutils.texi: Reflect current filevercmp regex. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 04db67663e..9c8b8c3a6f 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}''.