From 2836eed8619acdf24e886a1516f6b083bb398eab Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 31 Aug 2024 22:36:31 -0700 Subject: [PATCH] doc: Fix typo. * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo. --- ChangeLog | 5 +++++ doc/pastposix-functions/siginterrupt.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5