]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Clarify remark about portability of nested parenthesization.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2001 17:16:17 +0000 (17:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 30 Sep 2001 17:16:17 +0000 (17:16 +0000)
doc/autoconf.texi

index 983520355e0e6b54dd67ad72199a9da20113e523..fe8fa2aa0f706554c34dc72b28ebebba566e8fce 100644 (file)
@@ -9129,9 +9129,9 @@ deletes only lines that contain the literal string @samp{a|b}.
 
 Anchors (@samp{^} and @samp{$}) inside groups are not portable.
 
-Nested groups are extremely portable, but there is at least one
-@command{sed} (System V/68 Base Operating System R3V7.1) that does not
-support it.
+Nested parenthesization in patterns (e.g., @samp{\(\(a*\)b*)\)}) is
+quite portable to modern hosts, but is not supported by some older
+@command{sed} implementations like SVR3.
 
 Of course the option @option{-e} is portable, but it is not needed.  No
 valid Sed program can start with a dash, so it does not help