diff options
author | 2001-06-03 03:47:04 +0000 | |
---|---|---|
committer | 2001-06-03 03:47:04 +0000 | |
commit | b6158a0109e6ad7afe62e161f945daedb465b255 (patch) | |
tree | c63cdcbf80638e432f3fa738eb895d2863fa9687 /lib/libc | |
parent | Read struct diskstats from the kernel. (diff) | |
download | wireguard-openbsd-b6158a0109e6ad7afe62e161f945daedb465b255.tar.xz wireguard-openbsd-b6158a0109e6ad7afe62e161f945daedb465b255.zip |
struct diskstats now
Diffstat (limited to 'lib/libc')
-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. |