From 2bf274778d667898d692b7d86ffa877bb65ae0c4 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 14 Mar 2007 20:09:23 +0000 Subject: [PATCH] Fix markup and reword a sentence to actually make sense. --- share/man/man9/priv.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/priv.9 b/share/man/man9/priv.9 index 1a0bec846a30..bf86bfe78ef3 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