From 8c11c51451d63b6a55a6988e840b75d25643330f Mon Sep 17 00:00:00 2001 From: madmurphy Date: Tue, 6 Oct 2020 14:45:58 +0100 Subject: [PATCH] Update doc after r146.c01880a --- autostuff/m4/not-autotools.m4 | 2 +- docs/html/confini_8c.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autostuff/m4/not-autotools.m4 b/autostuff/m4/not-autotools.m4 index 9a6c551..27c5d8e 100644 --- a/autostuff/m4/not-autotools.m4 +++ b/autostuff/m4/not-autotools.m4 @@ -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 diff --git a/docs/html/confini_8c.html b/docs/html/confini_8c.html index 65e49ad..7025016 100644 --- a/docs/html/confini_8c.html +++ b/docs/html/confini_8c.html @@ -119,10 +119,10 @@  Soft left trim within an unparsed disabled entry (left trim of /(?:(?:^|\\?[\n\r])[ \t\v\f]*(?:#(?:[ \t\v\f]|''|"")*)?)+/) – does not change the buffer. More...
  static size_t getn_metachar_pos (const char *const str, const char chr, const size_t len, const IniFormat format) - Get the position of the first occurence out of quotes of a given character, stopping after a given number of charcters. More...
+ Get the position of the first occurrence out of quotes of a given character, stopping after a given number of charcters. More...
  static size_t get_metachar_pos (const char *const str, const char chr, const IniFormat format) - Get the position of the first occurence out of quotes of a given character. More...
+ Get the position of the first occurrence out of quotes of a given character. More...
  static size_t unescape_cr_lf (char *const srcstr, const size_t len, const unsigned char is_disabled, const IniFormat format)  Replace /\\(\n\r?|\r\n?)[\t \v\f]*[#;]/ or /\\(\n\r?|\r\n?)/ with "$1" More...
@@ -545,7 +545,7 @@

-

Get the position of the first occurence out of quotes of a given character.

+

Get the position of the first occurrence out of quotes of a given character.

Parameters
@@ -554,7 +554,7 @@

Returns
The offset of the first occurence of chr or the length of str if chr has not been not found
+
Returns
The offset of the first occurrence of chr or the length of str if chr has not been not found
@@ -664,7 +664,7 @@

-

Get the position of the first occurence out of quotes of a given character, stopping after a given number of charcters.

+

Get the position of the first occurrence out of quotes of a given character, stopping after a given number of charcters.

Parameters

strThe string where to search
@@ -674,7 +674,7 @@

Returns
The offset of the first occurence of chr, or len if chr has not been not found
+
Returns
The offset of the first occurrence of chr, or len if chr has not been not found

strThe string where to search