diff options
author | Hans Bolinder <[email protected]> | 2015-10-12 14:28:39 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-11-04 13:03:56 +0100 |
commit | de432f4ea9a8c29c931f30dd504662be1a01464d (patch) | |
tree | a23d49aac85900a7a03fc63ece2370950327020f /lib/stdlib/doc/src/binary.xml | |
parent | 02aca536aec93edd799d67615e47bdb7b5babf4a (diff) | |
download | otp-de432f4ea9a8c29c931f30dd504662be1a01464d.tar.gz otp-de432f4ea9a8c29c931f30dd504662be1a01464d.tar.bz2 otp-de432f4ea9a8c29c931f30dd504662be1a01464d.zip |
[stdlib] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/stdlib/doc/src/binary.xml')
-rw-r--r-- | lib/stdlib/doc/src/binary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index 063f3048e0..2682198fe5 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -299,8 +299,8 @@ </func> <func> <name name="match" arity="3"/> - <type name="part"/> <fsummary>Searches for the first match of a pattern in a binary</fsummary> + <type name="part"/> <desc> <p>Searches for the first occurrence of <c><anno>Pattern</anno></c> in <c><anno>Subject</anno></c> and @@ -353,8 +353,8 @@ </func> <func> <name name="matches" arity="3"/> - <type name="part"/> <fsummary>Searches for all matches of a pattern in a binary</fsummary> + <type name="part"/> <desc> <p>Works like <c>match/2</c>, but the <c><anno>Subject</anno></c> is searched until |