2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

Fix some issues pointed out by mandoc -Tlint

This commit is contained in:
Todd C. Miller 2018-06-13 11:19:35 -06:00
parent 6eadaddc99
commit b67915c6e4
20 changed files with 75 additions and 97 deletions

View File

@ -610,8 +610,8 @@ EEXXAAMMPPLLEESS
$ sudo sh -c "cd /home ; du -s * | sort -rn > USAGE" $ sudo sh -c "cd /home ; du -s * | sort -rn > USAGE"
SSEEEE AALLSSOO SSEEEE AALLSSOO
su(1), stat(2), login_cap(3), passwd(4), sudo.conf(4), sudoers(4), su(1), stat(2), login_cap(3), passwd(4), sudo.conf(4), sudo_plugin(4),
sudo_plugin(4), sudoreplay(1m), visudo(1m) sudoers(4), sudoreplay(1m), visudo(1m)
HHIISSTTOORRYY HHIISSTTOORRYY
See the HISTORY file in the ssuuddoo distribution See the HISTORY file in the ssuuddoo distribution
@ -661,4 +661,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 March 21, 2018 Sudo 1.8.23 Sudo 1.8.24 March 21, 2018 Sudo 1.8.24

View File

@ -154,8 +154,8 @@ DDEESSCCRRIIPPTTIIOONN
without compromising security. To actually get a ssuuddoo core without compromising security. To actually get a ssuuddoo core
file you will likely need to enable core dumps for setuid file you will likely need to enable core dumps for setuid
processes. On BSD and Linux systems this is accomplished in processes. On BSD and Linux systems this is accomplished in
the sysctl command. On Solaris, the coreadm command is used to the sysctl(1m) command. On Solaris, the coreadm(1m) command is
configure core dump behavior. used to configure core dump behavior.
This setting is only available in ssuuddoo version 1.8.4 and This setting is only available in ssuuddoo version 1.8.4 and
higher. higher.
@ -278,7 +278,7 @@ DDEESSCCRRIIPPTTIIOONN
The priorities _t_r_a_c_e and _d_e_b_u_g also include function call tracing which The priorities _t_r_a_c_e and _d_e_b_u_g also include function call tracing which
logs when a function is entered and when it returns. For example, the logs when a function is entered and when it returns. For example, the
following trace is for the get_user_groups() function located in following trace is for the ggeett__uusseerr__ggrroouuppss() function located in
src/sudo.c: src/sudo.c:
sudo[123] -> get_user_groups @ src/sudo.c:385 sudo[123] -> get_user_groups @ src/sudo.c:385
@ -400,7 +400,7 @@ EEXXAAMMPPLLEESS
#Set group_source static #Set group_source static
SSEEEE AALLSSOO SSEEEE AALLSSOO
sudoers(4), sudo(1m), sudo_plugin(4) sudo_plugin(4), sudoers(4), sudo(1m)
HHIISSTTOORRYY HHIISSTTOORRYY
See the HISTORY file in the ssuuddoo distribution See the HISTORY file in the ssuuddoo distribution
@ -432,4 +432,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 July 21, 2017 Sudo 1.8.23 Sudo 1.8.24 July 21, 2017 Sudo 1.8.24

View File

@ -335,10 +335,10 @@ To actually get a
\fBsudo\fR \fBsudo\fR
core file you will likely need to enable core dumps for setuid processes. core file you will likely need to enable core dumps for setuid processes.
On BSD and Linux systems this is accomplished in the On BSD and Linux systems this is accomplished in the
sysctl sysctl(@mansectsu@)
command. command.
On Solaris, the On Solaris, the
coreadm coreadm(1m)
command is used to configure core dump behavior. command is used to configure core dump behavior.
.sp .sp
This setting is only available in This setting is only available in
@ -552,7 +552,8 @@ and
\fIdebug\fR \fIdebug\fR
also include function call tracing which logs when a function is also include function call tracing which logs when a function is
entered and when it returns. entered and when it returns.
For example, the following trace is for the get_user_groups() For example, the following trace is for the
\fBget_user_groups\fR()
function located in src/sudo.c: function located in src/sudo.c:
.nf .nf
.sp .sp
@ -704,9 +705,9 @@ Plugin sudoers_io sudoers.so
.RE .RE
.fi .fi
.SH "SEE ALSO" .SH "SEE ALSO"
sudo_plugin(@mansectform@),
sudoers(@mansectform@), sudoers(@mansectform@),
sudo(@mansectsu@), sudo(@mansectsu@)
sudo_plugin(@mansectform@)
.SH "HISTORY" .SH "HISTORY"
See the HISTORY file in the See the HISTORY file in the
\fBsudo\fR \fBsudo\fR

View File

@ -306,10 +306,10 @@ To actually get a
.Nm sudo .Nm sudo
core file you will likely need to enable core dumps for setuid processes. core file you will likely need to enable core dumps for setuid processes.
On BSD and Linux systems this is accomplished in the On BSD and Linux systems this is accomplished in the
.Xr sysctl .Xr sysctl 8
command. command.
On Solaris, the On Solaris, the
.Xr coreadm .Xr coreadm 1m
command is used to configure core dump behavior. command is used to configure core dump behavior.
.Pp .Pp
This setting is only available in This setting is only available in
@ -504,7 +504,8 @@ and
.Em debug .Em debug
also include function call tracing which logs when a function is also include function call tracing which logs when a function is
entered and when it returns. entered and when it returns.
For example, the following trace is for the get_user_groups() For example, the following trace is for the
.Fn get_user_groups
function located in src/sudo.c: function located in src/sudo.c:
.Bd -literal -offset indent .Bd -literal -offset indent
sudo[123] -> get_user_groups @ src/sudo.c:385 sudo[123] -> get_user_groups @ src/sudo.c:385
@ -640,9 +641,9 @@ Plugin sudoers_io sudoers.so
#Set group_source static #Set group_source static
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr sudo_plugin @mansectform@ ,
.Xr sudoers @mansectform@ , .Xr sudoers @mansectform@ ,
.Xr sudo @mansectsu@ , .Xr sudo @mansectsu@
.Xr sudo_plugin @mansectform@
.Sh HISTORY .Sh HISTORY
See the HISTORY file in the See the HISTORY file in the
.Nm sudo .Nm sudo

View File

@ -1,5 +1,4 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" Automatically generated from an mdoc input file. Do not edit.
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.mdoc.in
.\" .\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018 .\" Copyright (c) 1994-1996, 1998-2005, 2007-2018
.\" Todd C. Miller <Todd.Miller@sudo.ws> .\" Todd C. Miller <Todd.Miller@sudo.ws>
@ -93,8 +92,8 @@ allows a permitted user to execute a
as the superuser or another user, as specified by the security as the superuser or another user, as specified by the security
policy. policy.
The invoking user's real The invoking user's real
(\fInot\fR (\fInot\fR effective)
effective) user ID is used to determine the user name with which user ID is used to determine the user name with which
to query the security policy. to query the security policy.
.PP .PP
\fBsudo\fR \fBsudo\fR
@ -1211,8 +1210,8 @@ stat(2),
login_cap(3), login_cap(3),
passwd(@mansectform@), passwd(@mansectform@),
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudoers(@mansectform@),
sudo_plugin(@mansectform@), sudo_plugin(@mansectform@),
sudoers(@mansectform@),
sudoreplay(@mansectsu@), sudoreplay(@mansectsu@),
visudo(@mansectsu@) visudo(@mansectsu@)
.SH "HISTORY" .SH "HISTORY"

View File

@ -80,8 +80,8 @@ allows a permitted user to execute a
as the superuser or another user, as specified by the security as the superuser or another user, as specified by the security
policy. policy.
The invoking user's real The invoking user's real
.No ( Em not .Pq Em not No effective
effective) user ID is used to determine the user name with which user ID is used to determine the user name with which
to query the security policy. to query the security policy.
.Pp .Pp
.Nm .Nm
@ -1102,8 +1102,8 @@ $ sudo sh -c "cd /home ; du -s * | sort -rn > USAGE"
.Xr login_cap 3 , .Xr login_cap 3 ,
.Xr passwd @mansectform@ , .Xr passwd @mansectform@ ,
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudoers @mansectform@ ,
.Xr sudo_plugin @mansectform@ , .Xr sudo_plugin @mansectform@ ,
.Xr sudoers @mansectform@ ,
.Xr sudoreplay @mansectsu@ , .Xr sudoreplay @mansectsu@ ,
.Xr visudo @mansectsu@ .Xr visudo @mansectsu@
.Sh HISTORY .Sh HISTORY

View File

@ -1975,7 +1975,7 @@ deregister_hooks
See the See the
\fIPolicy plugin API\fR \fIPolicy plugin API\fR
section for a description of section for a description of
\fRderegister_hooks.\fR \fRderegister_hooks\fR.
.TP 6n .TP 6n
change_winsize change_winsize
.nf .nf

View File

@ -1730,7 +1730,7 @@ section for a description of
See the See the
.Sx Policy plugin API .Sx Policy plugin API
section for a description of section for a description of
.Li deregister_hooks. .Li deregister_hooks .
.It change_winsize .It change_winsize
.Bd -literal -compact .Bd -literal -compact
int (*change_winsize)(unsigned int lines, unsigned int cols); int (*change_winsize)(unsigned int lines, unsigned int cols);

View File

@ -1972,7 +1972,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
initialization function. If arguments are present, the initialization function. If arguments are present, the
string must be enclosed in double quotes (""). string must be enclosed in double quotes ("").
For more information see GROUP PROVIDER PLUGINS. For more information see _G_R_O_U_P _P_R_O_V_I_D_E_R _P_L_U_G_I_N_S.
lecture This option controls when a short lecture will be printed lecture This option controls when a short lecture will be printed
along with the password prompt. It has the following along with the password prompt. It has the following
@ -2018,7 +2018,7 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS
Setting a path turns on logging to a file; negating this Setting a path turns on logging to a file; negating this
option turns it off. By default, ssuuddoo logs via syslog. option turns it off. By default, ssuuddoo logs via syslog.
mailerflags Flags to use when invoking mailer. Defaults to --tt. mailerflags Flags to use when invoking mailer. Defaults to --tt.
mailerpath Path to mail program used to send warning mail. Defaults mailerpath Path to mail program used to send warning mail. Defaults
to the path to sendmail found at configure time. to the path to sendmail found at configure time.
@ -2880,7 +2880,7 @@ DDEEBBUUGGGGIINNGG
SSEEEE AALLSSOO SSEEEE AALLSSOO
ssh(1), su(1), fnmatch(3), glob(3), mktemp(3), strftime(3), sudo.conf(4), ssh(1), su(1), fnmatch(3), glob(3), mktemp(3), strftime(3), sudo.conf(4),
sudoers.ldap(4), sudo(1m), sudo_plugin(4), sudoers_timestamp(4), visudo(1m) sudo_plugin(4), sudoers.ldap(4), sudoers_timestamp(4), sudo(1m), visudo(1m)
AAUUTTHHOORRSS AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of Many people have worked on ssuuddoo over the years; this version consists of
@ -2919,4 +2919,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 April 18, 2018 Sudo 1.8.23 Sudo 1.8.24 April 18, 2018 Sudo 1.8.24

View File

@ -110,7 +110,7 @@ DDEESSCCRRIIPPTTIIOONN
as. The special value ALL will match any user. If sudoRunAsUser as. The special value ALL will match any user. If sudoRunAsUser
is specified but empty, it will match the invoking user. If is specified but empty, it will match the invoking user. If
neither sudoRunAsUser nor sudoRunAsGroup are present, the value of neither sudoRunAsUser nor sudoRunAsGroup are present, the value of
the runas_default sudoOption is used (defaults to root ). the _r_u_n_a_s___d_e_f_a_u_l_t sudoOption is used (defaults to root).
The sudoRunAsUser attribute is only available in ssuuddoo versions The sudoRunAsUser attribute is only available in ssuuddoo versions
1.7.0 and higher. Older versions of ssuuddoo use the sudoRunAs 1.7.0 and higher. Older versions of ssuuddoo use the sudoRunAs
@ -985,4 +985,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 March 29, 2018 Sudo 1.8.23 Sudo 1.8.24 March 29, 2018 Sudo 1.8.24

View File

@ -227,10 +227,10 @@ If neither
nor nor
\fRsudoRunAsGroup\fR \fRsudoRunAsGroup\fR
are present, the value of the are present, the value of the
runas_default \fIrunas_default\fR
\fRsudoOption\fR \fRsudoOption\fR
is used (defaults to is used (defaults to
\fR@runas_default@ ).\fR \fR@runas_default@\fR).
.sp .sp
The The
\fRsudoRunAsUser\fR \fRsudoRunAsUser\fR

View File

@ -212,10 +212,10 @@ If neither
nor nor
.Li sudoRunAsGroup .Li sudoRunAsGroup
are present, the value of the are present, the value of the
.En runas_default .Em runas_default
.Li sudoOption .Li sudoOption
is used (defaults to is used (defaults to
.Li @runas_default@ ). .Li @runas_default@ ) .
.Pp .Pp
The The
.Li sudoRunAsUser .Li sudoRunAsUser

View File

@ -1,26 +1,3 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudoers.mdoc.in
.\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018
.\" Todd C. Miller <Todd.Miller@sudo.ws>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" Sponsored in part by the Defense Advanced Research Projects
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
.\" Automatically generated from an mdoc input file. Do not edit. .\" Automatically generated from an mdoc input file. Do not edit.
.\" .\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2018 .\" Copyright (c) 1994-1996, 1998-2005, 2007-2018
@ -3919,7 +3896,7 @@ If arguments are present, the string must be enclosed in double quotes
(\&""). (\&"").
.sp .sp
For more information see For more information see
GROUP PROVIDER PLUGINS. \fIGROUP PROVIDER PLUGINS\fR.
.TP 14n .TP 14n
lecture lecture
This option controls when a short lecture will be printed along with This option controls when a short lecture will be printed along with
@ -4018,7 +3995,8 @@ By default,
logs via syslog. logs via syslog.
.TP 14n .TP 14n
mailerflags mailerflags
Flags to use when invoking mailer. Defaults to Flags to use when invoking mailer.
Defaults to
\fB\-t\fR. \fB\-t\fR.
.TP 14n .TP 14n
mailerpath mailerpath
@ -5735,10 +5713,10 @@ glob(3),
mktemp(3), mktemp(3),
strftime(3), strftime(3),
sudo.conf(@mansectform@), sudo.conf(@mansectform@),
sudoers.ldap(@mansectform@),
sudo(@mansectsu@),
sudo_plugin(@mansectform@), sudo_plugin(@mansectform@),
sudoers.ldap(@mansectform@),
sudoers_timestamp(@mansectform@), sudoers_timestamp(@mansectform@),
sudo(@mansectsu@),
visudo(@mansectsu@) visudo(@mansectsu@)
.SH "AUTHORS" .SH "AUTHORS"
Many people have worked on Many people have worked on

View File

@ -683,7 +683,7 @@ and
syntax depends on syntax depends on
the underlying group provider plugin. the underlying group provider plugin.
For instance, the QAS AD plugin supports the following formats: For instance, the QAS AD plugin supports the following formats:
.Bl -bullet -width 4n -width 1n .Bl -bullet -width 1n
.It .It
Group in the same domain: "%:Group Name" Group in the same domain: "%:Group Name"
.It .It
@ -3645,7 +3645,7 @@ If arguments are present, the string must be enclosed in double quotes
.Pq \&"" . .Pq \&"" .
.Pp .Pp
For more information see For more information see
.Xr "GROUP PROVIDER PLUGINS" . .Sx "GROUP PROVIDER PLUGINS" .
.It lecture .It lecture
This option controls when a short lecture will be printed along with This option controls when a short lecture will be printed along with
the password prompt. the password prompt.
@ -3726,7 +3726,8 @@ By default,
.Nm sudo .Nm sudo
logs via syslog. logs via syslog.
.It mailerflags .It mailerflags
Flags to use when invoking mailer. Defaults to Flags to use when invoking mailer.
Defaults to
.Fl t . .Fl t .
.It mailerpath .It mailerpath
Path to mail program used to send warning mail. Path to mail program used to send warning mail.
@ -5280,10 +5281,10 @@ manual.
.Xr mktemp 3 , .Xr mktemp 3 ,
.Xr strftime 3 , .Xr strftime 3 ,
.Xr sudo.conf @mansectform@ , .Xr sudo.conf @mansectform@ ,
.Xr sudoers.ldap @mansectform@ ,
.Xr sudo @mansectsu@ ,
.Xr sudo_plugin @mansectform@ , .Xr sudo_plugin @mansectform@ ,
.Xr sudoers.ldap @mansectform@ ,
.Xr sudoers_timestamp @mansectform@ , .Xr sudoers_timestamp @mansectform@ ,
.Xr sudo @mansectsu@ ,
.Xr visudo @mansectsu@ .Xr visudo @mansectsu@
.Sh AUTHORS .Sh AUTHORS
Many people have worked on Many people have worked on

View File

@ -118,6 +118,9 @@ LLOOCCKKIINNGG
same terminal (or parent process ID) from from prompting for a password same terminal (or parent process ID) from from prompting for a password
as the same time. as the same time.
SSEEEE AALLSSOO
sudoers(4), sudo(1m)
HHIISSTTOORRYY HHIISSTTOORRYY
Originally, ssuuddoo used a single zero-length file per user and the file's Originally, ssuuddoo used a single zero-length file per user and the file's
modification time was used as the time stamp. Later versions of ssuuddoo modification time was used as the time stamp. Later versions of ssuuddoo
@ -169,9 +172,6 @@ HHIISSTTOORRYY
Support was added for the kernel-based tty time stamps available in Support was added for the kernel-based tty time stamps available in
OpenBSD which do not use an on-disk time stamp file. OpenBSD which do not use an on-disk time stamp file.
SSEEEE AALLSSOO
sudoers(4), sudo(1m)
AAUUTTHHOORRSS AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by: code written primarily by:
@ -198,4 +198,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 December 21, 2017 Sudo 1.8.23 Sudo 1.8.24 December 21, 2017 Sudo 1.8.24

View File

@ -1,5 +1,4 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" Automatically generated from an mdoc input file. Do not edit.
.\" IT IS GENERATED AUTOMATICALLY FROM sudoers_timestamp.mdoc.in
.\" .\"
.\" Copyright (c) 2017 Todd C. Miller <Todd.Miller@sudo.ws> .\" Copyright (c) 2017 Todd C. Miller <Todd.Miller@sudo.ws>
.\" .\"
@ -48,9 +47,9 @@ A multi-record time stamp file format was introduced in
\fBsudo\fR \fBsudo\fR
1.8.10 that uses a single file per user. 1.8.10 that uses a single file per user.
Previously, a separate file was used for each user and terminal Previously, a separate file was used for each user and terminal
combination unless tty-based time stamps were disabled. The new combination unless tty-based time stamps were disabled.
format is extensible and records of multiple types and versions may The new format is extensible and records of multiple types and versions
coexist within the same file. may coexist within the same file.
.PP .PP
All records, regardless of type or version, begin with a 16-bit version All records, regardless of type or version, begin with a 16-bit version
number and a 16-bit record size. number and a 16-bit record size.
@ -213,6 +212,9 @@ Instead, a separate lock record is used to prevent multiple
\fBsudo\fR \fBsudo\fR
processes using the same terminal (or parent process ID) from processes using the same terminal (or parent process ID) from
from prompting for a password as the same time. from prompting for a password as the same time.
.SH "SEE ALSO"
sudoers(@mansectform@),
sudo(@mansectsu@)
.SH "HISTORY" .SH "HISTORY"
Originally, Originally,
\fBsudo\fR \fBsudo\fR
@ -274,9 +276,6 @@ This prevents re-use of the time stamp file after logout in most cases.
.sp .sp
Support was added for the kernel-based tty time stamps available in Support was added for the kernel-based tty time stamps available in
OpenBSD which do not use an on-disk time stamp file. OpenBSD which do not use an on-disk time stamp file.
.SH "SEE ALSO"
sudoers(@mansectform@),
sudo(@mansectsu@)
.SH "AUTHORS" .SH "AUTHORS"
Many people have worked on Many people have worked on
\fBsudo\fR \fBsudo\fR

View File

@ -47,9 +47,9 @@ A multi-record time stamp file format was introduced in
.Nm sudo .Nm sudo
1.8.10 that uses a single file per user. 1.8.10 that uses a single file per user.
Previously, a separate file was used for each user and terminal Previously, a separate file was used for each user and terminal
combination unless tty-based time stamps were disabled. The new combination unless tty-based time stamps were disabled.
format is extensible and records of multiple types and versions may The new format is extensible and records of multiple types and versions
coexist within the same file. may coexist within the same file.
.Pp .Pp
All records, regardless of type or version, begin with a 16-bit version All records, regardless of type or version, begin with a 16-bit version
number and a 16-bit record size. number and a 16-bit record size.
@ -200,6 +200,9 @@ Instead, a separate lock record is used to prevent multiple
.Nm sudo .Nm sudo
processes using the same terminal (or parent process ID) from processes using the same terminal (or parent process ID) from
from prompting for a password as the same time. from prompting for a password as the same time.
.Sh SEE ALSO
.Xr sudoers @mansectform@ ,
.Xr sudo @mansectsu@
.Sh HISTORY .Sh HISTORY
Originally, Originally,
.Nm sudo .Nm sudo
@ -252,9 +255,6 @@ This prevents re-use of the time stamp file after logout in most cases.
Support was added for the kernel-based tty time stamps available in Support was added for the kernel-based tty time stamps available in
OpenBSD which do not use an on-disk time stamp file. OpenBSD which do not use an on-disk time stamp file.
.El .El
.Sh SEE ALSO
.Xr sudoers @mansectform@ ,
.Xr sudo @mansectsu@
.Sh AUTHORS .Sh AUTHORS
Many people have worked on Many people have worked on
.Nm sudo .Nm sudo

View File

@ -222,4 +222,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or https://www.sudo.ws/license.html for file distributed with ssuuddoo or https://www.sudo.ws/license.html for
complete details. complete details.
Sudo 1.8.23 January 26, 2018 Sudo 1.8.23 Sudo 1.8.24 January 26, 2018 Sudo 1.8.24

View File

@ -1,5 +1,4 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER! .\" Automatically generated from an mdoc input file. Do not edit.
.\" IT IS GENERATED AUTOMATICALLY FROM visudo.mdoc.in
.\" .\"
.\" Copyright (c) 1996,1998-2005, 2007-2018 .\" Copyright (c) 1996,1998-2005, 2007-2018
.\" Todd C. Miller <Todd.Miller@sudo.ws> .\" Todd C. Miller <Todd.Miller@sudo.ws>