From e7585fb6179378e63c539be47a9731f98d8cc3f6 Mon Sep 17 00:00:00 2001 From: sperber Date: Thu, 2 Sep 2004 15:39:30 +0000 Subject: [PATCH] Fix description of ANY to say that ASCII NUL is excluded. --- doc/scsh-manual/sre.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/scsh-manual/sre.tex b/doc/scsh-manual/sre.tex index 52f4e45..ebe35da 100644 --- a/doc/scsh-manual/sre.tex +++ b/doc/scsh-manual/sre.tex @@ -290,7 +290,8 @@ set brackets are \ex{("} and \ex{")}. \paragraph{Wild card} Another simple SRE is the symbol \ex{any}, -which matches any single character---including newline and \textsc{Ascii} nul. +which matches any single character---including newline, but excluding +ASCII NUL. \paragraph{Sequences}