Jim Meyering wrote:
> Pushed.
> 
>     http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=1721cf06d9

I guess info doc about suffix regex should be updated too...

Greetings,
         Ondrej
From 88ebd00c46668f2b677c8da9a7e40584d5b97d9b Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= <ova...@redhat.com>
Date: Wed, 25 Mar 2009 12:04:11 +0100
Subject: [PATCH] doc: Update suffix regex in version sort

* doc/coreutils.texi: Reflect current filevercmp regex
---
 doc/coreutils.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 04db676..9c8b8c3 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}''.
-- 
1.5.6.1.156.ge903b

Attachment: signature.asc
Description: Toto je digitálně podepsaná část zprávy

Reply via email to