git: 4bd2aee6120e - stable/13 - sigfastblock.2: Fix a typo in the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 06:48:02 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4bd2aee6120edb8979bb57211a06f06406ad6407 commit 4bd2aee6120edb8979bb57211a06f06406ad6407 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 18:54:33 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-23 06:45:41 +0000 sigfastblock.2: Fix a typo in the manual page - s/successfull/successful/ (cherry picked from commit a70008e95b907336bddbcc2aa9d567df6e3a41b6) --- 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.