diff options
author | Johan Jansson <johan.jansson@iki.fi> | 2022-02-11 16:46:37 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-02-11 18:10:19 +0000 |
commit | d4b0fa45dc1531fafb1f3f1a1956056597a4722c (patch) | |
tree | 003e0b6108a4c4eb592bfd545b66c97a46187d0e | |
parent | b1b517412342f336a8e6d153130b2f4110e0285b (diff) |
ucred.9: fix typo
PR: 261889
MFC after: 3 days
-rw-r--r-- | share/man/man9/ucred.9 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |