summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-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 */,