Sync AUTHORS section in man pages.
Regenerate all man pages.
file distributed with s\bsu\bud\bdo\bo 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
file distributed with s\bsu\bud\bdo\bo 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
.\" 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
The
\fBsudo.conf\fR
file is always parsed in the
-\(lq\fRC\fR\(rq
+\(Lq\fRC\fR\(Rq
locale.
.SS "Plugin configuration"
\fBsudo\fR
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:
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
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
.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.
.\"
-.\" 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
.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
.\" 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
\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.
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
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
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
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,
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
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:
.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.
.\"
-.\" 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
.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
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
sudo.conf(4), sudoers(4), sudo(1m)
+A\bAU\bUT\bTH\bHO\bOR\bRS\bS
+ Many people have worked on s\bsu\bud\bdo\bo over the years; this version consists of
+ code written primarily by:
+
+ Todd C. Miller
+
+ See the CONTRIBUTORS file in the s\bsu\bud\bdo\bo distribution
+ (http://www.sudo.ws/contributors.html) for an exhaustive list of people
+ who have contributed to s\bsu\bud\bdo\bo.
+
B\bBU\bUG\bGS\bS
If you feel you have found a bug in s\bsu\bud\bdo\bo, please submit a bug report at
http://bugzilla.sudo.ws/
file distributed with s\bsu\bud\bdo\bo 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
.\" 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
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
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
.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
.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
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
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
\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
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.
.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
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
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
.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
The user's environment in the form of a
\fRNULL\fR-terminated
vector of
-\(lqname=value\(rq
+\(Lqname=value\(Rq
strings.
.sp
When parsing
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
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,
.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.
.\"
-.\" 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
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
.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 ,
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
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)
+
+A\bAU\bUT\bTH\bHO\bOR\bRS\bS
+ Many people have worked on s\bsu\bud\bdo\bo over the years; this version consists of
+ code written primarily by:
+
+ Todd C. Miller
+
+ See the CONTRIBUTORS file in the s\bsu\bud\bdo\bo distribution
+ (http://www.sudo.ws/contributors.html) for an exhaustive list of people
+ who have contributed to s\bsu\bud\bdo\bo.
C\bCA\bAV\bVE\bEA\bAT\bTS\bS
The _\bs_\bu_\bd_\bo_\be_\br_\bs file should a\bal\blw\bwa\bay\bys\bs be edited by the v\bvi\bis\bsu\bud\bdo\bo command which
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
ldap.conf(4), sssd-sudo(4), sudo.conf(4), sudoers(1m)
+A\bAU\bUT\bTH\bHO\bOR\bRS\bS
+ Many people have worked on s\bsu\bud\bdo\bo over the years; this version consists of
+ code written primarily by:
+
+ Todd C. Miller
+
+ See the CONTRIBUTORS file in the s\bsu\bud\bdo\bo distribution
+ (http://www.sudo.ws/contributors.html) for an exhaustive list of people
+ who have contributed to s\bsu\bud\bdo\bo.
+
C\bCA\bAV\bVE\bEA\bAT\bTS\bS
Note that there are differences in the way that LDAP-based _\bs_\bu_\bd_\bo_\be_\br_\bs is
parsed compared to file-based _\bs_\bu_\bd_\bo_\be_\br_\bs. See the _\bD_\bi_\bf_\bf_\be_\br_\be_\bn_\bc_\be_\bs _\bb_\be_\bt_\bw_\be_\be_\bn _\bL_\bD_\bA_\bP
file distributed with s\bsu\bud\bdo\bo 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
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
\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.
\fRsudoOrder\fR
attribute is chosen.
This corresponds to the
-\(lqlast match\(rq
+\(Lqlast match\(Rq
behavior of the sudoers file.
If the
\fRsudoOrder\fR
The
\fIsecret\fR
may be a plain text password or a base64-encoded string with a
-\(lqbase64:\(rq
+\(Lqbase64:\(Rq
prefix.
For example:
.nf
The same information is now logged via the
\fBsudo\fR
debugging framework using the
-\(lqldap\(rq
+\(Lqldap\(Rq
subsystem at priorities
\fIdiag\fR
and
The
\fIsecret\fR
may be a plain text password or a base64-encoded string with a
-\(lqbase64:\(rq
+\(Lqbase64:\(Rq
prefix.
For example:
.nf
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
.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.
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
.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
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
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
.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
# sudoreplay -l ( user jeff or user bob ) tty console
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
- sudo.conf(4), sudo(1m), script(1)
+ script(1), sudo.conf(4), sudo(1m)
A\bAU\bUT\bTH\bHO\bOR\bRS\bS
- Todd C. Miller
+ Many people have worked on s\bsu\bud\bdo\bo over the years; this version consists of
+ code written primarily by:
+
+ Todd C. Miller
+
+ See the CONTRIBUTORS file in the s\bsu\bud\bdo\bo distribution
+ (http://www.sudo.ws/contributors.html) for an exhaustive list of people
+ who have contributed to s\bsu\bud\bdo\bo.
B\bBU\bUG\bGS\bS
If you feel you have found a bug in s\bsu\bud\bdo\bor\bre\bep\bpl\bla\bay\by, please submit a bug
file distributed with s\bsu\bud\bdo\bo 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
.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
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.
.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
.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,
.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.
# 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 ,
file distributed with s\bsu\bud\bdo\bo 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
.\" 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
\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
The lock file used is the specified
\fIsudoers\fR
file with
-\(lq\.tmp\(rq
+\(Lq\.tmp\(Rq
appended to it.
In
\fIcheck-only\fR
.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.
.\"
-.\" 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
.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