summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-07-15 20:07:09 +0000
committerkeramida <keramida@FreeBSD.org>2002-07-15 20:07:09 +0000
commit2974c4bd8489ab2cd211f84658df98d3c41efa8d (patch)
tree2e50db12efbd5eb62bef4cfc54898a4c21f31408 /lib
parentc95ccb75f4f6064deccbec4faf05791efe52dda1 (diff)
downloadFreeBSD-src-2974c4bd8489ab2cd211f84658df98d3c41efa8d.zip
FreeBSD-src-2974c4bd8489ab2cd211f84658df98d3c41efa8d.tar.gz
Add a missing 'function' word.
Use .Vt to mark up `struct stat' when it is a variable type.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/stat.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 2275faa..590525c 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -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
OpenPOWER on IntegriCloud