diff options
author | brueffer <brueffer@FreeBSD.org> | 2007-03-14 20:09:23 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2007-03-14 20:09:23 +0000 |
commit | 3a1f6a52ea4b127d7c6f98763b3563dc6b4260a4 (patch) | |
tree | 7f8736ab9f2d2dbb210e44b3fcfbbbfae1e7ffb0 /share | |
parent | db1e4dfa44cc82f146d7cf1f78e7cc1480618ff0 (diff) | |
download | FreeBSD-src-3a1f6a52ea4b127d7c6f98763b3563dc6b4260a4.zip FreeBSD-src-3a1f6a52ea4b127d7c6f98763b3563dc6b4260a4.tar.gz |
Fix markup and reword a sentence to actually make sense.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/priv.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/priv.9 b/share/man/man9/priv.9 index 1a0bec8..bf86bfe 100644 --- a/share/man/man9/priv.9 +++ b/share/man/man9/priv.9 @@ -84,7 +84,7 @@ When adding a new privilege, be certain to also determine whether it should be listed in .Fn prison_priv_check , which includes a complete list of privileges granted to the root user in -.Xr jail 2. +.Xr jail 2 . .Pp Certain catch-all privileges exist, such as .Dv PRIV_DRIVER , @@ -105,8 +105,8 @@ call if privilege is not granted rather than changing the semantics of the call but returning success. For example, the behavior exhibited by .Xr stat 2 , -in which the generation field is optionally zero'd out when insufficient -privilege is not present is highly undesirable, as it results in frequent +in which the generation field is optionally zero'd out when there is +insufficient privilege is highly undesirable, as it results in frequent privilege checks, and the caller is unable to tell if an access control failure occurred. .Sh SEE ALSO |