X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/44cb301e8903dd832ef88b01db3694023ab5e3a7..f540a634ce59906ba07c5c2a261622aae92b6515:/lib/libc/gen/confstr.3 diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index c6bea6b7e5..38ad2b39e2 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -31,9 +31,9 @@ .\" .\" @(#)confstr.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/gen/confstr.3,v 1.5.2.5 2001/12/14 18:33:50 ru Exp $ -.\" $DragonFly: src/lib/libc/gen/confstr.3,v 1.3 2006/05/26 19:39:36 swildner Exp $ +.\" $DragonFly: src/lib/libc/gen/confstr.3,v 1.5 2006/12/06 16:33:29 tgen Exp $ .\" -.Dd June 4, 1993 +.Dd December 6, 2006 .Dt CONFSTR 3 .Os .Sh NAME @@ -90,7 +90,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, @@ -123,6 +123,11 @@ argument is invalid. .El .Sh SEE ALSO .Xr sysctl 3 +.Sh STANDARDS +The +.Fn confstr +function conforms to +.St -susv3 . .Sh HISTORY The .Fn confstr