diff options
-rw-r--r-- | lib/libc/gen/confstr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index 6344059..ee31bd3 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -32,7 +32,7 @@ .\" @(#)confstr.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 18, 2001 +.Dd December 3, 2006 .Dt CONFSTR 3 .Os .Sh NAME @@ -92,7 +92,7 @@ environment variable that finds all the standard utilities. .Sh RETURN VALUES If the call to .Fn confstr -is not successful, \-1 is returned and +is not successful, 0 is returned and .Va errno is set appropriately. Otherwise, if the variable does not have a configuration defined value, |