git: a70008e95b90 - main - sigfastblock.2: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 18:55:18 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a70008e95b907336bddbcc2aa9d567df6e3a41b6 commit a70008e95b907336bddbcc2aa9d567df6e3a41b6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 18:54:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-20 18:54:33 +0000 sigfastblock.2: Fix a typo in the manual page - s/successfull/successful/ MFC after: 3 days --- lib/libc/sys/sigfastblock.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/sigfastblock.2 b/lib/libc/sys/sigfastblock.2 index 84ce6cd15090..72897191c4bc 100644 --- a/lib/libc/sys/sigfastblock.2 +++ b/lib/libc/sys/sigfastblock.2 @@ -129,7 +129,7 @@ The variable address passed to is not aligned naturally. The .Dv SIGFASTBLOCK_UNSETPTR -operation was attempted without prior successfull call to +operation was attempted without prior successful call to .Dv SIGFASTBLOCK_SETPTR . .It Bq Er EFAULT Attempt to read or write to the sigblock variable failed.