ref: 8a51e45caea9185432ed9164d4bf2f7cb46c64fb
parent: d34c5081eb1ca3b41f2fbf931212941999c93aa7
author: Ori Bernstein <[email protected]>
date: Fri Jan 31 11:13:50 EST 2014
Update documentation to match our regex support.
--- a/doc/myr-regex.3
+++ b/doc/myr-regex.3
@@ -81,8 +81,14 @@
*
Matches any number of repetitions of the preceding regex fragment.
.TP
+*?
+Reluctantly matches any number of repetitions of the preceding regex fragment.
+.TP
+
Matches one or more repetitions of the preceding regex fragment.
+.TP
++?
+Reluctantly matches one or more repetitions of the preceding regex fragment.
.TP
?
Matches zero or one of the preceding regex fragment.