Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 06:44:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c75648dc9b84 - stable/14 - sigfastblock.2: Fix a typo in the manual page
Message-ID:  <202401230644.40N6i9lm056945@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=c75648dc9b84298271985b9f681135404d9a6a14

commit c75648dc9b84298271985b9f681135404d9a6a14
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:43:27 +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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401230644.40N6i9lm056945>