summaryrefslogtreecommitdiff
path: root/sudoers.pod
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-10-20 15:23:42 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-10-20 15:23:42 +0000
commit7e2f91cf56cb6012584a6ef602efe5a963b2915c (patch)
tree7bb1cc03b90e1b880fa30bd3308a65f781ca7866 /sudoers.pod
parent61deb22e1ddbdf980e04ae3c0976110b6ecd7ec7 (diff)
downloadsudo-7e2f91cf56cb6012584a6ef602efe5a963b2915c.tar.gz
change ital to bold
Diffstat (limited to 'sudoers.pod')
-rw-r--r--sudoers.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/sudoers.pod b/sudoers.pod
index ab3be70ae..0bf596093 100644
--- a/sudoers.pod
+++ b/sudoers.pod
@@ -210,8 +210,8 @@ value on a matching line takes effect.
Parameter ::= Parameter '=' Value ||
'!'* Parameter ||
-Parameters may be flags, integer values, or strings. Flags are
-implicitly boolean and can be turned off via the '!' operator.
+Parameters may be B<flags>, B<integer> values, or B<strings>. Flags
+are implicitly boolean and can be turned off via the '!' operator.
Some integer and string parameters may also be used in a boolean
context to disable them. Values may be enclosed in double quotes
(C<">) when they contain multiple words. Special characters may
@@ -392,11 +392,11 @@ Value to override user's $PATH with
=back 12
When logging via syslog(3), sudo accepts the following values for the syslog
-facility (the value of the I<syslog> Parameter): I<authpriv> (if your OS
-supports it), I<auth>, I<daemon>, I<user>, I<local0>, I<local1>, I<local2>,
-I<local3>, I<local4>, I<local5>, I<local6>, and I<local7>. The following
-syslog priorities are supported: I<alert>, I<crit>, I<debug>, I<emerg>,
-I<err>, I<info>, I<notice>, and I<warning>.
+facility (the value of the B<syslog> Parameter): B<authpriv> (if your OS
+supports it), B<auth>, B<daemon>, B<user>, B<local0>, B<local1>, B<local2>,
+B<local3>, B<local4>, B<local5>, B<local6>, and B<local7>. The following
+syslog priorities are supported: B<alert>, B<crit>, B<debug>, B<emerg>,
+B<err>, B<info>, B<notice>, and B<warning>.
=head2 User Specification