mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Add a missing 'function' word.
Use .Vt to mark up `struct stat' when it is a variable type.
This commit is contained in:
parent
8071d8d70d
commit
68a8e8a9f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100139
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user