Add a missing 'function' word.

Use .Vt to mark up `struct stat' when it is a variable type.
This commit is contained in:
Giorgos Keramidas 2002-07-15 20:07:09 +00:00
parent 8071d8d70d
commit 68a8e8a9f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100139

View File

@ -74,14 +74,14 @@ returns information about the file the link references.
.Pp
The
.Fn fstat
obtains the same information about an open file
function obtains the same information about an open file
known by the file descriptor
.Fa fd .
.Pp
The
.Fa sb
argument is a pointer to a
.Fn stat
.Vt stat
structure
as defined by
.Aq Pa sys/stat.h