Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2023 09:56:53 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2c2a04984c95 - main - Correct a grammo.
Message-ID:  <202307080956.3689urEH003336@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

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

commit 2c2a04984c95d78d9bb9498963fb71dc43cd5764
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2023-07-08 09:55:54 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2023-07-08 09:55:54 +0000

    Correct a grammo.
---
 share/man/man3/pthread_affinity_np.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man3/pthread_affinity_np.3 b/share/man/man3/pthread_affinity_np.3
index b36e5772c1e3..83fed59c235e 100644
--- a/share/man/man3/pthread_affinity_np.3
+++ b/share/man/man3/pthread_affinity_np.3
@@ -61,7 +61,7 @@ The kernel uses the meaningful part of the mask, where the upper bound is
 the maximum CPU id present in the system.
 If bits for non-existing CPUs are set, calls to
 .Fn pthread_setaffinity_np
-fails with
+fail with
 .Er EINVAL .
 .Pp
 The supplied mask should have a size of



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