2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Fix "mandoc -Tlint" warnings.

Sync AUTHORS section in man pages.
Regenerate all man pages.
This commit is contained in:
Todd C. Miller 2015-03-22 13:09:26 -06:00
parent 15037d3b7e
commit cd669526e5
21 changed files with 222 additions and 81 deletions

View File

@ -582,4 +582,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -408,4 +408,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.conf.mdoc.in
.\"
.\" Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com>
.\" Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -79,7 +79,7 @@ are silently ignored.
The
\fBsudo.conf\fR
file is always parsed in the
\(lq\fRC\fR\(rq
\(Lq\fRC\fR\(Rq
locale.
.SS "Plugin configuration"
\fBsudo\fR
@ -269,7 +269,7 @@ itself are disabled by default.
To aid in debugging
\fBsudo\fR
crashes, you may wish to re-enable core dumps by setting
\(lqdisable_coredump\(rq
\(Lqdisable_coredump\(Rq
to false in
\fBsudo.conf\fR
as follows:
@ -338,7 +338,7 @@ Use the static group list that the kernel returns.
Retrieving the group list this way is very fast but it is subject
to an upper limit as described above.
It is
\(lqstatic\(rq
\(Lqstatic\(Rq
in that it does not reflect changes to the group database made
after the user logs in.
This was the default behavior prior to
@ -348,7 +348,7 @@ This was the default behavior prior to
dynamic
Always query the group database directly.
It is
\(lqdynamic\(rq
\(Lqdynamic\(Rq
in that changes made to the group database after the user logs in
will be reflected in the group list.
On some systems, querying the group database for all of a user's
@ -688,7 +688,7 @@ search the archives.
.SH "DISCLAIMER"
\fBsudo\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2010-2014 Todd C. Miller <Todd.Miller@courtesan.com>
.\" Copyright (c) 2010-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -605,7 +605,7 @@ Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
Todd C. Miller
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo.mdoc.in
.\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2014
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@ -191,7 +191,7 @@ when validating the user, if allowed by
\fI/etc/login.conf\fR.
The system administrator may specify a list of sudo-specific
authentication methods by adding an
\(lqauth-sudo\(rq
\(Lqauth-sudo\(Rq
entry in
\fI/etc/login.conf\fR.
This option is only available on systems that support BSD authentication.
@ -259,13 +259,13 @@ In lieu of a path name, the string "sudoedit" is used when consulting
the security policy.
If the user is authorized by the policy, the following steps are
taken:
.RS 13n
.RS 16n
.TP 5n
1.
1.\&
Temporary copies are made of the files to be edited with the owner
set to the invoking user.
.TP 5n
2.
2.\&
The editor specified by the policy is run to edit the temporary
files.
The
@ -286,7 +286,7 @@ are set, the first program listed in the
sudoers(@mansectform@)
option is used.
.TP 5n
3.
3.\&
If they have been modified, the temporary files are copied back to
their original location and the temporary versions are removed.
.RE
@ -682,7 +682,7 @@ process waits until the command has completed, then passes the
command's exit status to the security policy's close function and exits.
If an I/O logging plugin is configured or if the security policy
explicitly requests it, a new pseudo-terminal
(\(lqpty\(rq)
(\(Lqpty\(Rq)
is created and a second
\fBsudo\fR
process is used to relay job control signals between the user's
@ -690,7 +690,7 @@ existing pty and the new pty the command is being run in.
This extra process makes it possible to, for example, suspend
and resume the command.
Without it, the command would be in what POSIX terms an
\(lqorphaned process group\(rq
\(Lqorphaned process group\(Rq
and it would not receive any job control signals.
As a special case, if the policy plugin does not define a close
function and no pty is required,
@ -836,7 +836,7 @@ This should not happen under normal circumstances.
The most common reason for
stat(2)
to return
\(lqpermission denied\(rq
\(Lqpermission denied\(Rq
is if you are running an automounter and one of the directories in
your
\fRPATH\fR
@ -890,7 +890,7 @@ re-enabled for the command that is run).
To aid in debugging
\fBsudo\fR
crashes, you may wish to re-enable core dumps by setting
\(lqdisable_coredump\(rq
\(Lqdisable_coredump\(Rq
to false in the
sudo.conf(@mansectform@)
file as follows:
@ -1142,7 +1142,7 @@ search the archives.
.SH "DISCLAIMER"
\fBsudo\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2014
.\" Copyright (c) 1994-1996, 1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@ -986,7 +986,7 @@ Many people have worked on
.Nm
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
Todd C. Miller
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the

View File

@ -1482,6 +1482,16 @@ PPLLUUGGIINN AAPPII CCHHAANNGGEELLOOGG
SSEEEE AALLSSOO
sudo.conf(4), sudoers(4), sudo(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
BBUUGGSS
If you feel you have found a bug in ssuuddoo, please submit a bug report at
http://bugzilla.sudo.ws/
@ -1498,4 +1508,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM sudo_plugin.mdoc.in
.\"
.\" Copyright (c) 2009-2014 Todd C. Miller <Todd.Miller@courtesan.com>
.\" Copyright (c) 2009-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -160,7 +160,7 @@ settings
A vector of user-supplied
\fBsudo\fR
settings in the form of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
The vector is terminated by a
\fRNULL\fR
@ -290,9 +290,9 @@ sudo.conf(@mansectform@).
network_addrs=list
A space-separated list of IP network addresses and netmasks in the
form
\(lqaddr/netmask\(rq,
\(Lqaddr/netmask\(Rq,
e.g.\&
\(lq192.168.1.2/255.255.255.0\(rq.
\(Lq192.168.1.2/255.255.255.0\(Rq.
The address and netmask pairs may be either IPv4 or IPv6, depending on
what the operating system supports.
If the address contains a colon
@ -339,9 +339,9 @@ based on the runas user.
.TP 6n
progname=string
The command name that sudo was run as, typically
\(lqsudo\(rq
\(Lqsudo\(Rq
or
\(lqsudoedit\(rq.
\(Lqsudoedit\(Rq.
.TP 6n
prompt=string
The prompt to use when requesting a password, if specified via
@ -419,7 +419,7 @@ silently ignore settings that it does not recognize.
.TP 6n
user_info
A vector of information about the user running the command in the form of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
The vector is terminated by a
\fRNULL\fR
@ -540,7 +540,7 @@ tty=string
The path to the user's terminal device.
If the user has no terminal device associated with the session,
the value will be empty, as in
\(lq\fRtty=\fR\(rq.
\(Lq\fRtty=\fR\(Rq.
.TP 6n
uid=uid_t
The real user ID of the user invoking
@ -557,7 +557,7 @@ The name of the user invoking
user_env
The user's environment in the form of a
\fRNULL\fR-terminated vector of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
.sp
When parsing
@ -710,10 +710,10 @@ into
\fIargv_out\fR,
separated from the
editor and its arguments by a
\(lq\fR--\fR\(rq
\(Lq\fR--\fR\(Rq
element.
The
\(lq\fR--\fR\(rq
\(Lq\fR--\fR\(Rq
will
be removed by
\fBsudo\fR
@ -766,7 +766,7 @@ Additional environment variables specified by the user on the command
line in the form of a
\fRNULL\fR-terminated
vector of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
The plugin may reject the command if one or more variables
are not allowed to be set, or it may silently ignore such variables.
@ -786,7 +786,7 @@ might.
.TP 6n
command_info
Information about the command being run in the form of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
These values are used by
\fBsudo\fR
@ -1217,7 +1217,7 @@ argument points to the environment the command will
run in, in the form of a
\fRNULL\fR-terminated
vector of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
This is the same string passed back to the front end via
the Policy Plugin's
@ -1554,7 +1554,7 @@ settings
A vector of user-supplied
\fBsudo\fR
settings in the form of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
The vector is terminated by a
\fRNULL\fR
@ -1583,7 +1583,7 @@ section for a list of all possible settings.
.TP 6n
user_info
A vector of information about the user running the command in the form of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
The vector is terminated by a
\fRNULL\fR
@ -1625,7 +1625,7 @@ user_env
The user's environment in the form of a
\fRNULL\fR-terminated
vector of
\(lqname=value\(rq
\(Lqname=value\(Rq
strings.
.sp
When parsing
@ -2215,11 +2215,11 @@ to the policy plugin.
A plugin may also accept a
\fIrunas_user\fR
in the form of
\(lquser@hostname\(rq
\(Lquser@hostname\(Rq
which will work with older versions of
\fBsudo\fR.
It is anticipated that remote commands will be supported by executing a
\(lqhelper\(rq
\(Lqhelper\(Rq
program.
The policy plugin should setup the execution environment such that the
\fBsudo\fR
@ -2645,6 +2645,20 @@ sudo.conf(@mansectform@) file.
sudo.conf(@mansectform@),
sudoers(@mansectform@),
sudo(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "BUGS"
If you feel you have found a bug in
\fBsudo\fR,
@ -2656,7 +2670,7 @@ search the archives.
.SH "DISCLAIMER"
\fBsudo\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2009-2014 Todd C. Miller <Todd.Miller@courtesan.com>
.\" Copyright (c) 2009-2015 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@ -211,7 +211,7 @@ Prior to
so the value was always the same as that used by the
.Nm sudo
front end and did not include a path name, only the flags themselves.
As of version 1.7 of the plugin interface,
As of version 1.7 of the plugin interface,
.Nm sudo
will only pass
.Em debug_flags
@ -2315,6 +2315,19 @@ times if there are multiple plugin-specific Debug lines in the
.Xr sudo.conf @mansectform@ ,
.Xr sudoers @mansectform@ ,
.Xr sudo @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh BUGS
If you feel you have found a bug in
.Nm sudo ,

View File

@ -2369,7 +2369,17 @@ DDEEBBUUGGGGIINNGG
SSEEEE AALLSSOO
ssh(1), su(1), fnmatch(3), glob(3), mktemp(3), strftime(3), sudo.conf(4),
sudoers.ldap(4), sudo_plugin(1m), sudo(1m), visudo(1m)
sudoers.ldap(4), sudo(1m), sudo_plugin(1m), visudo(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
CCAAVVEEAATTSS
The _s_u_d_o_e_r_s file should aallwwaayyss be edited by the vviissuuddoo command which

View File

@ -871,6 +871,16 @@ EEXXAAMMPPLLEESS
SSEEEE AALLSSOO
ldap.conf(4), sssd-sudo(4), sudo.conf(4), sudoers(1m)
AAUUTTHHOORRSS
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
CCAAVVEEAATTSS
Note that there are differences in the way that LDAP-based _s_u_d_o_e_r_s is
parsed compared to file-based _s_u_d_o_e_r_s. See the _D_i_f_f_e_r_e_n_c_e_s _b_e_t_w_e_e_n _L_D_A_P
@ -892,4 +902,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 January 30, 2015 Sudo 1.8.12
Sudo 1.8.13 January 30, 2015 Sudo 1.8.13

View File

@ -172,7 +172,7 @@ If a command name is preceded by an exclamation point,
the user will be prohibited from running that command.
.sp
The built-in command
\(lq\fRsudoedit\fR\(rq
\(Lq\fRsudoedit\fR\(Rq
is used to permit a user to run
\fBsudo\fR
with the
@ -181,7 +181,7 @@ option (or as
\fBsudoedit\fR).
It may take command line arguments just as a normal command does.
Note that
\(lq\fRsudoedit\fR\(rq
\(Lq\fRsudoedit\fR\(Rq
is a command built into
\fBsudo\fR
itself and must be specified in without a leading path.
@ -320,7 +320,7 @@ If multiple entries match, the entry with the highest
\fRsudoOrder\fR
attribute is chosen.
This corresponds to the
\(lqlast match\(rq
\(Lqlast match\(Rq
behavior of the sudoers file.
If the
\fRsudoOrder\fR
@ -596,7 +596,7 @@ parameter.
The
\fIsecret\fR
may be a plain text password or a base64-encoded string with a
\(lqbase64:\(rq
\(Lqbase64:\(Rq
prefix.
For example:
.nf
@ -817,7 +817,7 @@ parameter is deprecated and will be removed in a future release.
The same information is now logged via the
\fBsudo\fR
debugging framework using the
\(lqldap\(rq
\(Lqldap\(Rq
subsystem at priorities
\fIdiag\fR
and
@ -979,7 +979,7 @@ using the Tivoli Directory Server LDAP library.
The
\fIsecret\fR
may be a plain text password or a base64-encoded string with a
\(lqbase64:\(rq
\(Lqbase64:\(Rq
prefix.
For example:
.nf
@ -1462,6 +1462,20 @@ ldap.conf(@mansectform@),
sssd-sudo(@mansectform@),
sudo.conf(@mansectform@),
sudoers(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "CAVEATS"
Note that there are differences in the way that LDAP-based
\fIsudoers\fR
@ -1481,7 +1495,7 @@ search the archives.
.SH "DISCLAIMER"
\fBsudo\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -1125,7 +1125,7 @@ back end.
Please see
.Xr sssd-sudo @mansectform@
for more information on configuring
.Nm sudo
.Nm sudo
to work with SSSD.
.Sh FILES
.Bl -tag -width 24n
@ -1339,6 +1339,19 @@ objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
.Xr sssd-sudo @mansectform@ ,
.Xr sudo.conf @mansectform@ ,
.Xr sudoers @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh CAVEATS
Note that there are differences in the way that LDAP-based
.Em sudoers

View File

@ -4837,9 +4837,23 @@ mktemp(3),
strftime(3),
sudo.conf(@mansectform@),
sudoers.ldap(@mansectform@),
sudo_plugin(@mansectsu@),
sudo(@mansectsu@),
sudo_plugin(@mansectsu@),
visudo(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "CAVEATS"
The
\fIsudoers\fR

View File

@ -3236,7 +3236,7 @@ characters.
This can be used to guard against printf-style format vulnerabilities
in poorly-written programs.
The
.Li TZ
.Li TZ
variable is considered unsafe if any of the following are true:
.Bl -bullet
.It
@ -4450,9 +4450,22 @@ manual.
.Xr strftime 3 ,
.Xr sudo.conf @mansectform@ ,
.Xr sudoers.ldap @mansectform@ ,
.Xr sudo_plugin @mansectsu@ ,
.Xr sudo @mansectsu@ ,
.Xr sudo_plugin @mansectsu@ ,
.Xr visudo @mansectsu@
.Sh AUTHORS
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh CAVEATS
The
.Em sudoers

View File

@ -250,10 +250,17 @@ EEXXAAMMPPLLEESS
# sudoreplay -l ( user jeff or user bob ) tty console
SSEEEE AALLSSOO
sudo.conf(4), sudo(1m), script(1)
script(1), sudo.conf(4), sudo(1m)
AAUUTTHHOORRSS
Todd C. Miller
Many people have worked on ssuuddoo over the years; this version consists of
code written primarily by:
Todd C. Miller
See the CONTRIBUTORS file in the ssuuddoo distribution
(http://www.sudo.ws/contributors.html) for an exhaustive list of people
who have contributed to ssuuddoo.
BBUUGGSS
If you feel you have found a bug in ssuuddoorreeppllaayy, please submit a bug
@ -271,4 +278,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 February 5, 2015 Sudo 1.8.12
Sudo 1.8.13 February 5, 2015 Sudo 1.8.13

View File

@ -120,7 +120,7 @@ Display a short help message to the standard output and exit.
.TP 12n
\fB\-l\fR, \fB\--list\fR [\fIsearch expression\fR]
Enable
\(lqlist mode\(rq.
\(Lqlist mode\(Rq.
In this mode,
\fBsudoreplay\fR
will list available sessions in a format similar to the
@ -288,13 +288,13 @@ yesterday
next Friday
The first second of the Friday in the next (upcoming) week.
Not to be confused with
\(lqthis friday\(rq
\(Lqthis friday\(Rq
which would match the friday of the current week.
.TP 8n
last week
The current time but 7 days ago.
This is equivalent to
\(lqa week ago\(rq.
\(Lqa week ago\(Rq.
.TP 8n
a fortnight ago
The current time but 14 days ago.
@ -316,13 +316,13 @@ The current time but 14 days ago.
.PP
Note that relative time specifications do not always work as expected.
For example, the
\(lqnext\(rq
\(Lqnext\(Rq
qualifier is intended to be used in conjunction with a day such as
\(lqnext Monday\(rq.
\(Lqnext Monday\(Rq.
When used with units of weeks, months, years, etc
the result will be one more than expected.
For example,
\(lqnext week\(rq
\(Lqnext week\(Rq
will result in a time exactly two weeks from now, which is probably
not what was intended.
This will be addressed in a future version of
@ -414,11 +414,23 @@ List sessions run by jeff or bob on the console:
.RE
.fi
.SH "SEE ALSO"
script(1),
sudo.conf(@mansectform@),
sudo(@mansectsu@),
script(1)
sudo(@mansectsu@)
.SH "AUTHORS"
Many people have worked on
\fBsudo\fR
over the years; this version consists of code written primarily by:
.sp
.RS 6n
Todd C. Miller
.RE
.PP
See the CONTRIBUTORS file in the
\fBsudo\fR
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
\fBsudo\fR.
.SH "BUGS"
If you feel you have found a bug in
\fBsudoreplay\fR,
@ -430,7 +442,7 @@ search the archives.
.SH "DISCLAIMER"
\fBsudoreplay\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -362,11 +362,22 @@ List sessions run by jeff or bob on the console:
# sudoreplay -l ( user jeff or user bob ) tty console
.Ed
.Sh SEE ALSO
.Xr script 1 ,
.Xr sudo.conf @mansectform@ ,
.Xr sudo @mansectsu@ ,
.Xr script 1
.Xr sudo @mansectsu@
.Sh AUTHORS
Todd C. Miller
Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the
.Nm sudo
distribution (http://www.sudo.ws/contributors.html) for an
exhaustive list of people who have contributed to
.Nm sudo .
.Sh BUGS
If you feel you have found a bug in
.Nm ,

View File

@ -199,4 +199,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/license.html for
complete details.
Sudo 1.8.12 December 4, 2014 Sudo 1.8.12
Sudo 1.8.13 December 4, 2014 Sudo 1.8.13

View File

@ -1,7 +1,7 @@
.\" DO NOT EDIT THIS FILE, IT IS NOT THE MASTER!
.\" IT IS GENERATED AUTOMATICALLY FROM visudo.mdoc.in
.\"
.\" Copyright (c) 1996,1998-2005, 2007-2014
.\" Copyright (c) 1996,1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@ -94,7 +94,7 @@ Upon finding an error,
\fBvisudo\fR
will print a message stating the line number(s)
where the error occurred and the user will receive the
\(lqWhat now?\(rq
\(LqWhat now?\(Rq
prompt.
At this point the user may enter
\(oqe\(cq
@ -158,7 +158,7 @@ instead of the default,
The lock file used is the specified
\fIsudoers\fR
file with
\(lq\.tmp\(rq
\(Lq\.tmp\(Rq
appended to it.
In
\fIcheck-only\fR
@ -411,7 +411,7 @@ search the archives.
.SH "DISCLAIMER"
\fBvisudo\fR
is provided
\(lqAS IS\(rq
\(LqAS IS\(Rq
and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed.

View File

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 1996,1998-2005, 2007-2014
.\" Copyright (c) 1996,1998-2005, 2007-2015
.\" Todd C. Miller <Todd.Miller@courtesan.com>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@ -368,7 +368,7 @@ Many people have worked on
.Nm sudo
over the years; this version consists of code written primarily by:
.Bd -ragged -offset indent
Todd C. Miller
.An Todd C. Miller
.Ed
.Pp
See the CONTRIBUTORS file in the