Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen The prototype for this is in <stdlib.h>...



details:   https://anonhg.NetBSD.org/src/rev/4411068f1fc5
branches:  trunk
changeset: 473685:4411068f1fc5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jun 15 12:14:08 1999 +0000

description:
The prototype for this is in <stdlib.h>...

diffstat:

 lib/libc/gen/getloadavg.3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f1e6a0ff3530 -r 4411068f1fc5 lib/libc/gen/getloadavg.3
--- a/lib/libc/gen/getloadavg.3 Tue Jun 15 06:32:00 1999 +0000
+++ b/lib/libc/gen/getloadavg.3 Tue Jun 15 12:14:08 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getloadavg.3,v 1.8 1998/02/05 18:46:45 perry Exp $
+.\"    $NetBSD: getloadavg.3,v 1.9 1999/06/15 12:14:08 simonb Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -42,6 +42,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
+.Fd #include <stdlib.h>
 .Fn getloadavg "double loadavg[]" "int nelem"
 .Sh DESCRIPTION
 The



Home | Main Index | Thread Index | Old Index