From: Todd C. Miller Date: Fri, 13 Apr 2001 01:43:40 +0000 (+0000) Subject: s/eg./e.g./ X-Git-Tag: SUDO_1_6_4~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=993409b90fd29bf486bd1f01b6fa53fbbd9d32ef;p=sudo s/eg./e.g./ --- diff --git a/sudoers.pod b/sudoers.pod index 7dd719c96..43bf6398b 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -161,8 +161,8 @@ 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 (eg. -255.255.255.0) or CIDR notation (number of bits, eg. 24). A hostname +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 `Wildcards' 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 @@ -772,7 +772,7 @@ Whitespace between elements in a list as well as specicial syntactic characters in a I ('=', ':', '(', ')') is optional. The following characters must be escaped with a backslash ('\') when -used as part of a word (eg. a username or hostname): +used as part of a word (e.g. a username or hostname): '@', '!', '=', ':', ',', '(', ')', '\'. =head1 EXAMPLES