From: deraadt Date: Fri, 20 Sep 1996 10:53:27 +0000 (+0000) Subject: fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5cd8cc21781b74d0f1c54dbea9357873172b583e;p=openbsd fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov --- diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index cf60a3b1c7f..6866801618a 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -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