From: Todd C. Miller Date: Thu, 15 Aug 1996 19:46:45 +0000 (+0000) Subject: fixed thinko X-Git-Tag: SUDO_1_5_0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=740d2166e0f3ddee1757b13918f44bd94f551f7b;p=sudo fixed thinko --- diff --git a/sudo.pod b/sudo.pod index ea88c7407..d878211fe 100644 --- a/sudo.pod +++ b/sudo.pod @@ -106,9 +106,9 @@ line arguments. It is most useful in conjunction with the C<-s> flag. B quits with an exit value of 1 if there is a configuration/permission problem or if B cannot execute the given command. In the latter case the error string is -printed to stdout via perror(3). If B cannot stat(3) +printed to stderr via perror(3). If B 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