From 5cd8cc21781b74d0f1c54dbea9357873172b583e Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 20 Sep 1996 10:53:27 +0000 Subject: [PATCH] fix docs on return value; netbsd pr#1999; kml@nas.nasa.gov --- lib/libc/gen/sysctl.3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.20.1