From: Collin Funk Date: Sun, 1 Sep 2024 05:36:31 +0000 (-0700) Subject: doc: Fix typo. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2836eed8619acdf24e886a1516f6b083bb398eab;p=gnulib.git doc: Fix typo. * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index de6cfce9a5..9ae76f3f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-08-31 Collin Funk + + doc: Fix typo. + * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo. + 2024-08-31 Bruno Haible Strengthen LC_CTYPE configure tests on OpenBSD, Android, Haiku. diff --git a/doc/pastposix-functions/siginterrupt.texi b/doc/pastposix-functions/siginterrupt.texi index 95198ddd29..fde89e3930 100644 --- a/doc/pastposix-functions/siginterrupt.texi +++ b/doc/pastposix-functions/siginterrupt.texi @@ -17,7 +17,7 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: Minix 3.1.8, mingw, MSVC 14. @item -This funciton is removed in POSIX.1-2024. +This function is removed in POSIX.1-2024. Use the function @code{sigaction} instead. @end itemize