Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2022 18:11:03 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d4b0fa45dc15 - main - ucred.9: fix typo
Message-ID:  <202202111811.21BIB3VI037814@gitrepo.freebsd.org>

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

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

commit d4b0fa45dc1531fafb1f3f1a1956056597a4722c
Author:     Johan Jansson <johan.jansson@iki.fi>
AuthorDate: 2022-02-11 16:46:37 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-02-11 18:10:19 +0000

    ucred.9: fix typo
    
    PR:     261889
    MFC after:      3 days
---
 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?202202111811.21BIB3VI037814>