* 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 <collin.fu...@gmail.com> + + doc: Fix typo. + * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo. + 2024-08-31 Bruno Haible <br...@clisp.org> 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 @@ @node siginterrupt 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.46.0