diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2005-07-17 13:33:04 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2005-07-17 13:33:04 +0000 |
| commit | 634eb5fb07307dca075a201ec33c1cfbc390a7db (patch) | |
| tree | da6287d80fba7f730cd321aac2c82680e491cec5 /lib/libdevstat | |
| parent | 0499edf4591a94eb2fa0ce8bc28b586cbdfed68c (diff) | |
sync function prototype with reality.
Notes
Notes:
svn path=/head/; revision=148093
Diffstat (limited to 'lib/libdevstat')
| -rw-r--r-- | lib/libdevstat/devstat.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libdevstat/devstat.3 b/lib/libdevstat/devstat.3 index 2b314ddb397b..1241279ea38a 100644 --- a/lib/libdevstat/devstat.3 +++ b/lib/libdevstat/devstat.3 @@ -87,7 +87,10 @@ .Fa "..." .Fc .Ft "long double" -.Fn devstat_compute_etime "struct bintime cur_time" "struct bintime prev_time" +.Fo devstat_compute_etime +.Fa "struct bintime *cur_time" +.Fa "struct bintime *prev_time" +.Fc .Sh DESCRIPTION The .Nm @@ -684,7 +687,9 @@ This can be useful in scenarios where the statistics to be calculated are determined at run time. .El .Pp +The .Fn devstat_compute_etime +function provides an easy way to find the difference in seconds between two .Vt bintime structures. |
