From e3f664774ae58181e19689f3218e23ee867ee9ed Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 16 Jan 2010 08:26:22 -0800 Subject: Restore missing text. --- txr.1 | 1 + 1 file changed, 1 insertion(+) 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 */, -- cgit v1.2.3