diff --git a/doc/sudo.man.in b/doc/sudo.man.in index 9ec675e4e..98f543bec 100644 --- a/doc/sudo.man.in +++ b/doc/sudo.man.in @@ -137,12 +137,18 @@ Security policies may support credential caching to allow the user to run \fBsudo\fR again for a period of time without requiring authentication. -The +By default, the \fIsudoers\fR -policy caches credentials for +policy caches credentials on a per-terminal basis for \fR@timeout@\fR -minutes, unless overridden in -sudoers(@mansectform@). +minutes. +See the +\fItimestamp_type\fR +and +\fItimestamp_timeout\fR +options in +sudoers(@mansectform@) +for more information. By running \fBsudo\fR with the @@ -1364,6 +1370,7 @@ passwd(@mansectform@), sudo.conf(@mansectform@), sudo_plugin(@mansectform@), sudoers(@mansectform@), +sudoers_timestamp(@mansectform@), sudoreplay(@mansectsu@), visudo(@mansectsu@) .SH "HISTORY" diff --git a/doc/sudo.mdoc.in b/doc/sudo.mdoc.in index 29669cbcb..4ee2f0054 100644 --- a/doc/sudo.mdoc.in +++ b/doc/sudo.mdoc.in @@ -139,12 +139,18 @@ Security policies may support credential caching to allow the user to run .Nm again for a period of time without requiring authentication. -The +By default, the .Em sudoers -policy caches credentials for +policy caches credentials on a per-terminal basis for .Li @timeout@ -minutes, unless overridden in -.Xr sudoers @mansectform@ . +minutes. +See the +.Em timestamp_type +and +.Em timestamp_timeout +options in +.Xr sudoers @mansectform@ +for more information. By running .Nm with the @@ -1256,6 +1262,7 @@ When editing a file, the editor is run with the user's environment unmodified. .Xr sudo.conf @mansectform@ , .Xr sudo_plugin @mansectform@ , .Xr sudoers @mansectform@ , +.Xr sudoers_timestamp @mansectform@ , .Xr sudoreplay @mansectsu@ , .Xr visudo @mansectsu@ .Sh HISTORY