git: 1447a221338c - main - siginfo.3: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 13:33:02 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1447a221338c070130d7e990733486ed142267a1
commit 1447a221338c070130d7e990733486ed142267a1
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 13:04:43 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-10-26 13:32:41 +0000
siginfo.3: Fix a typo in the manual page
- s/Sychronous/Synchronous/
MFC after: 5 days
---
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