Date: Sat, 20 Jan 2024 18:55:18 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a70008e95b90 - main - sigfastblock.2: Fix a typo in the manual page Message-ID: <202401201855.40KItIXO089433@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401201855.40KItIXO089433>