Skip to content

Commit

Permalink
Update doc after r146.c01880a
Browse files Browse the repository at this point in the history
  • Loading branch information
madmurphy committed Oct 6, 2020
1 parent c01880a commit 8c11c51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion autostuff/m4/not-autotools.m4
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dnl **************************************************************************
dnl n4_case_in(text, list1, if-found1[, ... listN, if-foundN], [if-not-found])
dnl **************************************************************************
dnl
dnl Searches for the first occurence of `text` in each comma-separated list
dnl Searches for the first occurrence of `text` in each comma-separated list
dnl `listN`
dnl
dnl From: not-autotools/m4/not-m4sugar.m4
Expand Down
12 changes: 6 additions & 6 deletions docs/html/confini_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
<tr class="memdesc:ac2aa1c0316cc78e3f878e1ea644b48f8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Soft left trim within an unparsed disabled entry (left trim of <code>/(?:(?:^|\\?[\n\r])[ \t\v\f]*(?:#(?:[ \t\v\f]|''|&quot;&quot;)*)?)+/</code>) &ndash; does not change the buffer. <a href="confini_8c.html#ac2aa1c0316cc78e3f878e1ea644b48f8">More...</a><br /></td></tr>
<tr class="separator:ac2aa1c0316cc78e3f878e1ea644b48f8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab34de4f3cd8ff30c45ac7652457f695e"><td class="memItemLeft" align="right" valign="top">static size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="confini_8c.html#ab34de4f3cd8ff30c45ac7652457f695e">getn_metachar_pos</a> (const char *const str, const char chr, const size_t len, const <a class="el" href="structIniFormat.html">IniFormat</a> format)</td></tr>
<tr class="memdesc:ab34de4f3cd8ff30c45ac7652457f695e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the position of the first occurence out of quotes of a given character, stopping after a given number of charcters. <a href="confini_8c.html#ab34de4f3cd8ff30c45ac7652457f695e">More...</a><br /></td></tr>
<tr class="memdesc:ab34de4f3cd8ff30c45ac7652457f695e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the position of the first occurrence out of quotes of a given character, stopping after a given number of charcters. <a href="confini_8c.html#ab34de4f3cd8ff30c45ac7652457f695e">More...</a><br /></td></tr>
<tr class="separator:ab34de4f3cd8ff30c45ac7652457f695e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a93c4d8e9287f6ce56f22ce90241b77f4"><td class="memItemLeft" align="right" valign="top">static size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="confini_8c.html#a93c4d8e9287f6ce56f22ce90241b77f4">get_metachar_pos</a> (const char *const str, const char chr, const <a class="el" href="structIniFormat.html">IniFormat</a> format)</td></tr>
<tr class="memdesc:a93c4d8e9287f6ce56f22ce90241b77f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the position of the first occurence out of quotes of a given character. <a href="confini_8c.html#a93c4d8e9287f6ce56f22ce90241b77f4">More...</a><br /></td></tr>
<tr class="memdesc:a93c4d8e9287f6ce56f22ce90241b77f4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the position of the first occurrence out of quotes of a given character. <a href="confini_8c.html#a93c4d8e9287f6ce56f22ce90241b77f4">More...</a><br /></td></tr>
<tr class="separator:a93c4d8e9287f6ce56f22ce90241b77f4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa139c7fd80a4a707683a45d16f527a60"><td class="memItemLeft" align="right" valign="top">static size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="confini_8c.html#aa139c7fd80a4a707683a45d16f527a60">unescape_cr_lf</a> (char *const srcstr, const size_t len, const unsigned char is_disabled, const <a class="el" href="structIniFormat.html">IniFormat</a> format)</td></tr>
<tr class="memdesc:aa139c7fd80a4a707683a45d16f527a60"><td class="mdescLeft">&#160;</td><td class="mdescRight">Replace <code>/\\(\n\r?|\r\n?)[\t \v\f]*[#;]/</code> or <code>/\\(\n\r?|\r\n?)/</code> with <code>"$1"</code> <a href="confini_8c.html#aa139c7fd80a4a707683a45d16f527a60">More...</a><br /></td></tr>
Expand Down Expand Up @@ -545,7 +545,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a93c4d8e9287f6ce56f22ce90
</table>
</div><div class="memdoc">

<p>Get the position of the first occurence out of quotes of a given character. </p>
<p>Get the position of the first occurrence out of quotes of a given character. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">str</td><td>The string where to search </td></tr>
Expand All @@ -554,7 +554,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a93c4d8e9287f6ce56f22ce90
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The offset of the first occurence of <code>chr</code> or the length of <code>str</code> if <code>chr</code> has not been not found </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>The offset of the first occurrence of <code>chr</code> or the length of <code>str</code> if <code>chr</code> has not been not found </dd></dl>

</div>
</div>
Expand Down Expand Up @@ -664,7 +664,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab34de4f3cd8ff30c45ac7652
</table>
</div><div class="memdoc">

<p>Get the position of the first occurence out of quotes of a given character, stopping after a given number of charcters. </p>
<p>Get the position of the first occurrence out of quotes of a given character, stopping after a given number of charcters. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">str</td><td>The string where to search </td></tr>
Expand All @@ -674,7 +674,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab34de4f3cd8ff30c45ac7652
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The offset of the first occurence of <code>chr</code>, or <code>len</code> if <code>chr</code> has not been not found </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>The offset of the first occurrence of <code>chr</code>, or <code>len</code> if <code>chr</code> has not been not found </dd></dl>

</div>
</div>
Expand Down

0 comments on commit 8c11c51

Please sign in to comment.