diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-21 19:18:09 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-09-21 19:18:09 +0000 |
| commit | fe27e01fac0772a68ff54da28b534b278b49a9ed (patch) | |
| tree | 73f4f41a36e6439456633c3da61b9d3844ca8456 | |
| parent | d69fea87ecd022fe9aae6e2304d97f33f6b38f5f (diff) | |
Notes
| -rw-r--r-- | share/man/man9/devstat.9 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9 index cd80efb677e0..a0a9dbc1ddbd 100644 --- a/share/man/man9/devstat.9 +++ b/share/man/man9/devstat.9 @@ -31,7 +31,11 @@ .Dt DEVSTAT 9 .Os FreeBSD 3.0 .Sh NAME -.Nm devstat +.Nm devstat , +.Nm devstat_add_entry , +.Nm devstat_remove_entry , +.Nm devstat_start_transaction , +.Nm devstat_end_transaction .Nd kernel interface for keeping device statistics .Sh SYNOPSIS .Fd #include <sys/devicestat.h> @@ -67,8 +71,8 @@ statistics, as its name implies. The idea is to keep reasonably detailed statistics while utilizing a minimum amount of CPU time to record them. Thus, no statistical calculations are actually performed in the kernel portion of the -.Nm -code. Instead, that is left for user programs to handle. +.Nm devstat +code. Instead, that is left for user programs to handle. .Pp .Fn devstat_add_entry registers a device with the |
