fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov
authorderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 10:53:27 +0000 (10:53 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 10:53:27 +0000 (10:53 +0000)
lib/libc/gen/sysctl.3

index cf60a3b..6866801 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: sysctl.3,v 1.3 1996/08/19 08:26:26 tholo Exp $
+.\"    $OpenBSD: sysctl.3,v 1.4 1996/09/20 10:53:27 deraadt Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -595,8 +595,7 @@ The returned data consists of a
 .Sh RETURN VALUES
 If the call to
 .Nm sysctl
-is successful, 0 is returned.
-Otherwise \-1 is returned and
+is unsuccessful \-1 is returned and
 .Va errno
 is set appropriately.
 .Sh ERRORS