add ERRORS section

This commit is contained in:
Todd C. Miller
1998-02-17 00:06:03 +00:00
parent 2c18a14bd0
commit 0bf1342c17

View File

@@ -49,6 +49,24 @@ and exit.
=back
=head1 ERRORS
=over 4
=item sudoers file busy, try again later.
Either someone is currently editing the I<sudoers> file
or there is a stale sudoers lock file (/etc/stmp by default)
that you need to delete.
= item /etc/stmp: Permission denied
You didn't run B<visudo> as root.
= item Can't find you in the passwd database
Your userid does not appear in the passwd file.
=head1 FILES
/etc/sudoers file of authorized users.