git: 6a8940dc9666 - stable/14 - siginfo.3: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Oct 2025 07:30:28 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a8940dc9666ff04d4191be0069de100ff55616c
commit 6a8940dc9666ff04d4191be0069de100ff55616c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 13:04:43 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-31 07:27:41 +0000
siginfo.3: Fix a typo in the manual page
- s/Sychronous/Synchronous/
(cherry picked from commit 1447a221338c070130d7e990733486ed142267a1)
---
share/man/man3/siginfo.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3
index f57cf5f7d706..59e3ecf8f3e8 100644
--- a/share/man/man3/siginfo.3
+++ b/share/man/man3/siginfo.3
@@ -224,7 +224,7 @@ raised by a hardware watchpoint exception may report the data address that
triggered the watchpoint in
.Va si_addr .
.Pp
-Sychronous signals set
+Synchronous signals set
.Va si_trapno
to a machine-dependent trap number.
.Pp