From a8897bf46ca1877e5f4bae903deacc04d5a23397 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 20 Jun 2011 16:07:27 -0700 Subject: [PATCH] fix regexp example in documentation --- doc/manual.xml.head | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index ddd994f46..0d9588622 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -3121,7 +3121,7 @@ as list mail, for instance, you could say -subscribe [0-9]*.*@bugs.debian.org +subscribe [0-9]+.*@bugs.debian.org as it's often sufficient to just give a portion of the list's e-mail -- 2.40.0