From 244eae916f177c3f40edc90fd43884b746bdd12c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 13 Mar 2005 00:27:05 +0000 Subject: [PATCH] use a non-breaking space to avoid a double space after e.g. --- sudoers.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sudoers.pod b/sudoers.pod index 60c1fabf1..a6cadd0cc 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -137,7 +137,7 @@ also contain uids (prefixed with '#') and instead of Ces it can contain Ces. Note that usernames and groups are matched as strings. In other words, two users (groups) with the same uid (gid) are considered to be distinct. If you wish to -match all usernames with the same uid (e.g. root and toor), you +match all usernames with the same uid (e.g.Eroot and toor), you can use a uid instead (#0 in the example given). Host_List ::= Host | @@ -154,10 +154,10 @@ network numbers, netgroups (prefixed with '+') and other aliases. Again, the value of an item may be negated with the '!' operator. If you do not specify a netmask with a network number, the netmask of the host's ethernet interface(s) will be used when matching. -The netmask may be specified either in dotted quad notation (e.g. -255.255.255.0) or CIDR notation (number of bits, e.g. 24). A hostname -may include shell-style wildcards (see the L section below), -but unless the C command on your machine returns the fully +The netmask may be specified either in dotted quad notation +(e.g.E255.255.255.0) or CIDR notation (number of bits, e.g.E24). +A hostname may include shell-style wildcards (see the L section +below), but unless the C command on your machine returns the fully qualified hostname, you'll need to use the I option for wildcards to be useful. @@ -1036,7 +1036,7 @@ Whitespace between elements in a list as well as special syntactic characters in a I ('=', ':', '(', ')') is optional. The following characters must be escaped with a backslash ('\') when -used as part of a word (e.g. a username or hostname): +used as part of a word (e.g.Ea username or hostname): '@', '!', '=', ':', ',', '(', ')', '\'. =head1 FILES -- 2.40.0