From 4dcf9fa0521a1c4243c28fb2f657d8029317e55e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 17 May 2024 22:19:26 +0000 Subject: Fix some bits and pieces of the new doc Signed-off-by: Laurent Bercot --- doc/libstddjb/envalloc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/libstddjb/envalloc.html') diff --git a/doc/libstddjb/envalloc.html b/doc/libstddjb/envalloc.html index fcc2534..79cb214 100644 --- a/doc/libstddjb/envalloc.html +++ b/doc/libstddjb/envalloc.html @@ -5,7 +5,7 @@ skalibs: the envalloc header - + @@ -36,7 +36,7 @@ header that lets one use genallocs of

Functions

-int envalloc_uniq (genalloc *v, char delim)
+int envalloc_uniq (genalloc *v, char delim)
Removes strings in the v that share the same prefix up to the first delim character. For instance, if delim is =, duplicate environment variables are removed. Returns the number of removed entries on @@ -44,7 +44,7 @@ success, -1 (and sets errno) on failure.

-int envalloc_0 (genalloc *v)
+int envalloc_0 (genalloc *v)
Appends a null pointer to v. Returns 1 on sucess, 0 (and sets errno) on failure.

-- cgit v1.3.1