Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2022 07:09:24 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ece3a3facf90 - stable/13 - ucred.9: fix typo
Message-ID:  <202202140709.21E79O0U019496@gitrepo.freebsd.org>

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

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

commit ece3a3facf90aa057fdbe0d0ea6a19444c38d9ca
Author:     Johan Jansson <johan.jansson@iki.fi>
AuthorDate: 2022-02-11 16:46:37 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-02-14 07:08:51 +0000

    ucred.9: fix typo
    
    PR:     261889
    
    (cherry picked from commit d4b0fa45dc1531fafb1f3f1a1956056597a4722c)
---
 share/man/man9/ucred.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/ucred.9 b/share/man/man9/ucred.9
index eb25ac612b5c..acd7c911a1fc 100644
--- a/share/man/man9/ucred.9
+++ b/share/man/man9/ucred.9
@@ -187,7 +187,7 @@ To avoid this scenario, it is recommended that system calls updating the
 process credential be designed to avoid other authorization functions.
 .Pp
 If temporarily elevated privileges are required for a thread, the thread
-credential can by replaced for the duration of an activity, or for
+credential can be replaced for the duration of an activity, or for
 the remainder of the system call.
 However, as a thread credential is often shared, appropriate care should be
 taken to make sure modifications are made to a writable credential



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