summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1999-09-23 06:39:55 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1999-09-23 06:39:55 +0000
commit839256769dc645f1428b577b75295cc4ef15e873 (patch)
tree4011cf88adaeec42f9fd5f542d182300f03cfcfa /lib
parentd2780d0e9ce8834bf354ab19e44263057fd38314 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libdevstat/devstat.311
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3
index a4730867ab3b..2dc727aea66a 100644
--- a/lib/libdevstat/devstat.3
+++ b/lib/libdevstat/devstat.3
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 1998 Kenneth D. Merry.
+.\" Copyright (c) 1998, 1999 Kenneth D. Merry.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -148,7 +148,14 @@ expects the
.Va statinfo
structure to be allocated, and it also expects the
.Va dinfo
-subelement to be allocated ahead of time. The
+subelement to be allocated and zeroed prior to the first invocation of
+.Fn getdevs .
+The
+.Va dinfo
+subelement is used to store state between calls, and should not be modified
+after the first call to
+.Fn getdevs .
+The
.Va dinfo
subelement contains the following elements:
.Bd -literal -offset indent