Skip to content

Commit 280ca7c

Browse files
committed
Too much documentation for -u.
1 parent 98dfb2d commit 280ca7c

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

Diff for: man/rx.1/rx.1.xml

+8-17
Original file line numberDiff line numberDiff line change
@@ -404,29 +404,20 @@
404404
<term>&u.opt;</term>
405405

406406
<listitem>
407-
<para>Allow ambiguities.
408-
This means patterns with different ids may match the same text.
409-
The default is to error for conflicts.</para>
407+
<para>Allow ambiguities between patterns.
408+
This means patterns with different ids may match the same text.</para>
410409

411-
<para>It's possible to have multiple patterns with the same id
412-
(i.e. by being in the same file when using multi-file mode),
413-
and these are not considered a conflict because they key
414-
to the same id.</para>
415-
</listitem>
416-
</varlistentry>
417-
418-
<varlistentry>
419-
<term>&u.opt;</term>
420-
421-
<listitem>
422-
<para>Allow ambiguities between regexps,
423-
such that multiple regexps may match the same text.
424-
The default is to error for ambiguities,
410+
<para>The default is to error for ambiguities,
425411
requiring all regexps unioned to be non-overlapping.
426412
Formally, the requirement is that they are disjoint languages.
427413
Erroring for ambiguities applies after multiple regexps are joined,
428414
either by union or by concatenation (&s.opt;).</para>
429415

416+
<para>It's possible to have multiple patterns with the same id
417+
(i.e. by being in the same file when using multi-file mode),
418+
and these are not considered a conflict because they key
419+
to the same id.</para>
420+
430421
<para>&u.opt; is implied by &n.opt;.</para>
431422
</listitem>
432423
</varlistentry>

0 commit comments

Comments
 (0)