[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: Fix typo.
From: |
Collin Funk |
Subject: |
[PATCH] doc: Fix typo. |
Date: |
Sat, 31 Aug 2024 22:36:55 -0700 |
* 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.funk1@gmail.com>
+
+ doc: Fix typo.
+ * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo.
+
2024-08-31 Bruno Haible <bruno@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] doc: Fix typo.,
Collin Funk <=