]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: fix some mistakes in the indices [BZ #24657]
authorBruno Haible <bruno@clisp.org>
Mon, 6 Oct 2025 04:01:49 +0000 (21:01 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Mon, 6 Oct 2025 04:05:26 +0000 (21:05 -0700)
* manual/errno.texi (Error Messages): Add error_print_progname to the
variable index.
* manual/sysinfo.texi (Host Identification): Fix typo of the
getdomainname function.

Reviewed-by: Collin Funk <collin.funk1@gmail.com>
manual/errno.texi
manual/sysinfo.texi

index bb8a6cb4e437691b9493228f9598b400fbf1aa61..84a142c4a53a25c99fdb831eff52051ae8e1728c 100644 (file)
@@ -1476,6 +1476,7 @@ As mentioned above, the @code{error} and @code{error_at_line} functions
 can be customized by defining a variable named
 @code{error_print_progname}.
 
+@vindex error_print_progname
 @deftypevar {void (*error_print_progname)} (void)
 @standards{GNU, error.h}
 If the @code{error_print_progname} variable is defined to a non-zero
index 1ca77adc7e7d76a0960a5517814356efbd11bfa9..a97e372cf6772ad46e188cd66f0348659f822593 100644 (file)
@@ -145,7 +145,7 @@ This process cannot set the host name because it is not privileged.
 @end table
 @end deftypefun
 
-@deftypefun int getdomainnname (char *@var{name}, size_t @var{length})
+@deftypefun int getdomainname (char *@var{name}, size_t @var{length})
 @standards{???, unistd.h}
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 @c Syscalls uname, then strlen and memcpy.