diff options
author | Siri Hansen <[email protected]> | 2016-09-27 10:28:00 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-27 10:28:00 +0200 |
commit | 7536c2c4903048253658adfb5f7a3ce53274866f (patch) | |
tree | 94e8d6a1d1636d3a3cd1f43f4c260bf34a8cf28f | |
parent | f145a56e959fb3b2505dc9f3cf9b7be5ade53125 (diff) | |
parent | d9f06e34a47344325bd4bb955d6e16233c530e6c (diff) | |
download | otp-7536c2c4903048253658adfb5f7a3ce53274866f.tar.gz otp-7536c2c4903048253658adfb5f7a3ce53274866f.tar.bz2 otp-7536c2c4903048253658adfb5f7a3ce53274866f.zip |
Merge branch 'maint'
-rw-r--r-- | lib/common_test/doc/src/ct_telnet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/ct_telnet.xml b/lib/common_test/doc/src/ct_telnet.xml index eba3c3030d..8e85cccc99 100644 --- a/lib/common_test/doc/src/ct_telnet.xml +++ b/lib/common_test/doc/src/ct_telnet.xml @@ -337,7 +337,7 @@ <c>FullMatch</c> is the string matched by the whole regular expression, and <c>SubMatchN</c> is the string that matched subexpression number <c>N</c>. Subexpressions are denoted with - <c>(' ')</c> in the regular expression.</p> + <c>'(' ')'</c> in the regular expression.</p> <p>If a <c>Tag</c> is speciifed, the returned <c>Match</c> also includes the matched <c>Tag</c>. Otherwise, only <c>RxMatch</c> |