diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-09-23 06:36:02 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-09-23 06:36:02 +0000 |
| commit | 6f83979d1fb6cb59480314f63406ae210b253274 (patch) | |
| tree | fddc881bd20b5cc7a881701906c0076fe312aed6 /lib/libdevstat/devstat.3 | |
| parent | 8eea002abf8f28c42ca0362826a16e0172fcfe18 (diff) | |
Notes
Diffstat (limited to 'lib/libdevstat/devstat.3')
| -rw-r--r-- | lib/libdevstat/devstat.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3 index 4c3c9de520db..69a4d741bd82 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 @@ -149,7 +149,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 |
