]> granicus.if.org Git - sudo/commitdiff
fixed thinko
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:46:45 +0000 (19:46 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Aug 1996 19:46:45 +0000 (19:46 +0000)
sudo.pod

index ea88c74072db13e9c2fd1d262cf921b733e5b180..d878211fe9723dcf7cf371f9b43c72f3907d0de8 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -106,9 +106,9 @@ line arguments.  It is most useful in conjunction with the C<-s> flag.
 B<sudo> quits with an exit value of 1 if there is a
 configuration/permission problem or if B<sudo> cannot execute
 the given command.  In the latter case the error string is
-printed to stdout via perror(3).  If B<sudo> cannot stat(3)
+printed to stderr via perror(3).  If B<sudo> cannot stat(2)
 one or more entries in the user's PATH the error is printed
-on stdout via perror(3).  (If the directory does not exist
+on stderr via perror(3).  (If the directory does not exist
 or if it is not really a directory, the entry is ignored and
 no error is printed.)  This should not happen under normal
 circumstances.  The most common reason for stat(3) to return