diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 03:47:05 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-03 03:47:05 +0000 |
commit | d221f3431b844d6962ae59dc5a3b7a256a13b041 (patch) | |
tree | 963c78a6547b7a2c774fb0d89b4afd95421b14dd | |
parent | 5c2e1f7884b2a053fe7eb71547a0719d1dc8e17f (diff) |
struct diskstats now
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 0a5e9460c53..6aa78ffe189 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.68 2001/05/14 07:13:32 angelos Exp $ +.\" $OpenBSD: sysctl.3,v 1.69 2001/06/03 03:47:04 angelos Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -251,7 +251,7 @@ The software page size. A comma-separated list of disk names. .It Dv HW_DISKSTATS An array of -.Li struct disk +.Li struct diskstats structures containing disk statistics. .It Dv HW_DISKCOUNT The number of disks currently attached to the system. |