The C<-s> (I<shell>) option runs the shell specified by the I<SHELL>
environment variable if it is set or the shell as specified
-in passwd(@mansectform@).
+in passwd(5).
=item -H
The C<-H> (I<HOME>) option sets the I<HOME> environment variable
to the homedir of the target user (root by default) as specified
-in passwd(@mansectform@). By default, B<sudo> does not modify I<HOME>.
+in passwd(5). By default, B<sudo> does not modify I<HOME>.
=item -S
=head1 EXAMPLES
-Note: the following examples assume suitable sudoers(@mansectform@) entries.
+Note: the following examples assume suitable sudoers(5) entries.
To get a file listing of an unreadable directory:
=head1 SEE ALSO
-login_cap(3), sudoers(@mansectform@), visudo(@mansectsu@), su(1).
+login_cap(3), sudoers(5), visudo(8), su(1).
=head1 SEE ALSO
-sudo(@mansectsu@), visudo(@mansectsu@), su(1), fnmatch(3).
+sudo(8), visudo(8), su(1), fnmatch(3).
=head1 DESCRIPTION
B<visudo> edits the I<sudoers> file in a safe fashion, analogous to
-vipw(@mansectsu@). B<visudo> locks the I<sudoers> file against multiple
+vipw(8). B<visudo> locks the I<sudoers> file against multiple
simultaneous edits, provides basic sanity checks, and checks
for parse errors. If the I<sudoers> file is currently being
edited you will receive a message to try again later. In the
=head1 SEE ALSO
-sudo(@mansectsu@), vipw(@mansectsu@).
+sudo(8), vipw(8).