summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-16 08:26:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-16 08:26:22 -0800
commite3f664774ae58181e19689f3218e23ee867ee9ed (patch)
tree814ae97f268a5556fa512ec971f51ffdd3f037aa
parent492962468b6764a903ecba3d5cd2ed6751aed3ab (diff)
downloadtxr-e3f664774ae58181e19689f3218e23ee867ee9ed.tar.gz
txr-e3f664774ae58181e19689f3218e23ee867ee9ed.tar.bz2
txr-e3f664774ae58181e19689f3218e23ee867ee9ed.zip
Restore missing text.
-rw-r--r--txr.11
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 13e2709e..dcd19311 100644
--- a/txr.1
+++ b/txr.1
@@ -2934,6 +2934,7 @@ some sense, the concept associated with that power.
For instance, using complement, we can write a straightforward regular
expression which matches C language comments. A C language
comment is the digraph /*, followed by any string which does not contain the
+closing sequence */, followed by that closing sequence.
Examples of valid comments are /**/, /* abc */ or /***/. But C
comments do not nest (cannot contain comments), so that
/* /* nested */ */ actually consists of the comment /* /* nested */,