diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-09 18:15:32 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-01-09 18:15:32 +0000 |
commit | 3819d3a6c5f2672a8c1cde25a26f34937b03562f (patch) | |
tree | 28d9b081ee91d1fbba63bc9118b5ed94976026b6 | |
parent | 6801336a5261f4ea896105716496a9c9a6d789b6 (diff) |
Typos: 'eg.' -> 'e.g.'
-rw-r--r-- | usr.bin/sudo/sudoers.5 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/sudo/sudoers.5 b/usr.bin/sudo/sudoers.5 index 66fbe0f5b71..98d35dac471 100644 --- a/usr.bin/sudo/sudoers.5 +++ b/usr.bin/sudo/sudoers.5 @@ -1,7 +1,10 @@ .rn '' }` -''' $RCSfile: sudoers.5,v $$Revision: 1.5 $$Date: 2000/03/27 03:44:39 $ +''' $RCSfile: sudoers.5,v $$Revision: 1.6 $$Date: 2001/01/09 18:15:31 $ ''' ''' $Log: sudoers.5,v $ +''' Revision 1.6 2001/01/09 18:15:31 krw +''' Typos: 'eg.' -> 'e.g.' +''' ''' Revision 1.5 2000/03/27 03:44:39 millert ''' sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a list ''' of changes. @@ -318,8 +321,8 @@ network numbers, netgroups (prefixed with \*(L'+') and other aliases. Again, the value of an item may be negated with the \*(L'!\*(R' operator. If you do not specify a netmask with a network number, the netmask of the host's ethernet \fIinterface\fR\|(s) will be used when matching. -The netmask may be specified either in dotted quad notation (eg. -255.255.255.0) or \s-1CIDR\s0 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 \s-1CIDR\s0 notation (number of bits, e.g. 24). A hostname may include shell-style wildcards (see `Wildcards\*(R' section below), but unless the \f(CWhostname\fR command on your machine returns the fully qualified hostname, you'll need to use the \fIfqdn\fR option for wildcards @@ -756,7 +759,7 @@ Whitespace between elements in a list as well as specicial syntactic characters in a \fIUser Specification\fR ('=\*(R', \*(L':\*(R', \*(L'(\*(R', \*(L')') is optional. .PP The following characters must be escaped with a backslash (\*(R'\e') when -used as part of a word (eg. a username or hostname): +used as part of a word (e.g. a username or hostname): \&'@\*(R', \*(L'!\*(R', \*(L'=\*(R', \*(L':\*(R', \*(L',\*(R', \*(L'(\*(R', \*(L')\*(R', \*(L'\e\*(R'. .SH "EXAMPLES" Below are example \fIsudoers\fR entries. Admittedly, some of |