diff options
author | ru <ru@FreeBSD.org> | 2005-11-24 10:43:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-24 10:43:35 +0000 |
commit | 3cf38aeba7122c79b40532853ec06470913969b1 (patch) | |
tree | 3eaec86575a2be39a3d9bc3e0839a260d30c02ac | |
parent | f815813dd175de7c3f72e49d3220e047a12663d2 (diff) | |
download | FreeBSD-src-3cf38aeba7122c79b40532853ec06470913969b1.zip FreeBSD-src-3cf38aeba7122c79b40532853ec06470913969b1.tar.gz |
Fix prototype.
-rw-r--r-- | lib/libgeom/libgeom.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgeom/libgeom.3 b/lib/libgeom/libgeom.3 index 0c142ed..9172a00 100644 --- a/lib/libgeom/libgeom.3 +++ b/lib/libgeom/libgeom.3 @@ -65,7 +65,7 @@ .Fn geom_stats_snapshot_timestamp "void *arg" "struct timespec *tp" .Ft void .Fn geom_stats_snapshot_reset "void *arg" -.Ft "struct g_stat *" +.Ft "struct devstat *" .Fn geom_stats_snapshot_next "void *arg" .Ss "Control Functions" .Ft "struct gctl_req *" |