More typo fixes, .Os -> .Fx

This commit is contained in:
Mike Smith 2001-04-20 23:02:52 +00:00
parent 66f21806ad
commit bd90461b59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75744

View File

@ -211,7 +211,8 @@ returns the error value to its caller.
invokes its callback argument
.Ar fn
on every resource manager.
.Ar fn is also passed
.Ar fn
is also passed
.Ar arg ,
allowing state to be passed to the callback function.
If
@ -223,10 +224,10 @@ returns the error value to its caller.
.Sh SEE ALSO
.Xr devstat 3
.Sh HISTORY
The
.Nm
first appeared in
.Os
version 5.0
library first appeared in
.Fx 5.0 .
.Sh AUTHORS
.An Michael Smith Aq msmith@FreeBSD.org
.Sh BUGS