Skip to content

Commit b6862ee

Browse files
authored
Remove documentation duplications
1 parent 288946e commit b6862ee

1 file changed

Lines changed: 1 addition & 34 deletions

File tree

website/pages/api/Pervasives.html

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,39 +1405,6 @@ <h6 id="6_References">References</h6><br>
14051405
Equivalent to <code class="code">fun r -&gt; r := pred !r</code>.<br>
14061406
</div>
14071407
<br>
1408-
<h6 id="6_Operationsonformatstrings">Operations on format strings</h6><br>
1409-
<br>
1410-
<h6 id="6_Operationsonformatstrings">Operations on format strings</h6><br>
1411-
<br>
1412-
Format strings are character strings with special lexical conventions
1413-
that defines the functionality of formatted input/output functions. Format
1414-
strings are used to read data with formatted input functions from module
1415-
<a href="Scanf.html"><code class="code">Scanf</code></a> and to print data with formatted output functions from modules
1416-
<a href="Printf.html"><code class="code">Printf</code></a> and <a href="Format.html"><code class="code">Format</code></a>.
1417-
<p>
1418-
1419-
Format strings are made of three kinds of entities:</p><ul>
1420-
<li><em>conversions specifications</em>, introduced by the special character <code class="code">&apos;%&apos;</code>
1421-
followed by one or more characters specifying what kind of argument to
1422-
read or print,</li>
1423-
<li><em>formatting indications</em>, introduced by the special character <code class="code">&apos;@&apos;</code>
1424-
followed by one or more characters specifying how to read or print the
1425-
argument,</li>
1426-
<li><em>plain characters</em> that are regular characters with usual lexical
1427-
conventions. Plain characters specify string literals to be read in the
1428-
input or printed in the output.</li>
1429-
</ul>
1430-
1431-
There is an additional lexical rule to escape the special characters <code class="code">&apos;%&apos;</code>
1432-
and <code class="code">&apos;@&apos;</code> in format strings: if a special character follows a <code class="code">&apos;%&apos;</code>
1433-
character, it is treated as a plain character. In other words, <code class="code">&quot;%%&quot;</code> is
1434-
considered as a plain <code class="code">&apos;%&apos;</code> and <code class="code">&quot;%@&quot;</code> as a plain <code class="code">&apos;@&apos;</code>.
1435-
<p>
1436-
1437-
For more information about conversion specifications and formatting
1438-
indications available, read the documentation of modules <a href="Scanf.html"><code class="code">Scanf</code></a>,
1439-
<a href="Printf.html"><code class="code">Printf</code></a> and <a href="Format.html"><code class="code">Format</code></a>.<br>
1440-
<br>
14411408
</p><h6 id="6_Operationsonformatstrings">Operations on format strings</h6><br>
14421409
<br>
14431410
Format strings are character strings with special lexical conventions
@@ -1580,4 +1547,4 @@ <h6 id="6_Programtermination">Program termination</h6><br>
15801547
The functions are called in &apos;last in, first out&apos; order:
15811548
the function most recently added with <code class="code">at_exit</code> is called first.<br>
15821549
</div>
1583-
</div>
1550+
</div>

0 commit comments

Comments
 (0)