diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 18:30:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 18:30:05 +0000 |
commit | 09e30a1a861156e28f380f5a15736860313eb75d (patch) | |
tree | c2e27d0ee13f88049ae1756ae781e61b70fc6077 | |
parent | 776250cd3d61dd8205803413b61ac11434837e2e (diff) |
one more epoch -> Epoch and a grammar fix; ok millert
-rw-r--r-- | usr.bin/sudo/sudo.8 | 2 | ||||
-rw-r--r-- | usr.bin/sudo/sudoers.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sudo/sudo.8 b/usr.bin/sudo/sudo.8 index 9fd1a792298..b11a04bfa29 100644 --- a/usr.bin/sudo/sudo.8 +++ b/usr.bin/sudo/sudo.8 @@ -320,7 +320,7 @@ actually run. .IP "\-k" 4 .IX Item "-k" The \fB\-k\fR (\fIkill\fR) option to \fBsudo\fR invalidates the user's timestamp -by setting the time on it to the epoch. The next time \fBsudo\fR is +by setting the time on it to the Epoch. The next time \fBsudo\fR is run a password will be required. This option does not require a password and was added to allow a user to revoke \fBsudo\fR permissions from a .logout file. diff --git a/usr.bin/sudo/sudoers.5 b/usr.bin/sudo/sudoers.5 index 2bf8d400f20..c6065dd6c56 100644 --- a/usr.bin/sudo/sudoers.5 +++ b/usr.bin/sudo/sudoers.5 @@ -596,7 +596,7 @@ This is intended for an Enterprises that wish to prevent the usage of local sudoers files so that only \s-1LDAP\s0 is used. This thwarts the efforts of rogue operators who would attempt to add roles to \f(CW@sysconfdir\fR@/sudoers. When this option is present, \f(CW@sysconfdir\fR@/sudoers does not even need to exist. -Since this options tells sudo how to behave when no specific \s-1LDAP\s0 entries +Since this option tells sudo how to behave when no specific \s-1LDAP\s0 entries have been matched, this sudoOption is only meaningful for the cn=defaults section. This flag is \fIoff\fR by default. .PP |