]> granicus.if.org Git - sudo/commitdiff
s/eg./e.g./
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 13 Apr 2001 01:43:40 +0000 (01:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 13 Apr 2001 01:43:40 +0000 (01:43 +0000)
sudoers.pod

index 7dd719c9647b21140eb91ef068328e7230cbc70d..43bf6398b03f6364412f2feaf81c44509ef76e92 100644 (file)
@@ -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<hostname> command on your machine returns the fully
 qualified hostname, you'll need to use the I<fqdn> option for wildcards
@@ -772,7 +772,7 @@ Whitespace between elements in a list as well as specicial syntactic
 characters in a I<User Specification> ('=', ':', '(', ')') 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