diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:07:09 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 20:07:09 +0000 |
| commit | 68a8e8a9f3de7b6e091d6f380a2072bc515617b2 (patch) | |
| tree | 2e50db12efbd5eb62bef4cfc54898a4c21f31408 /lib/libc/sys | |
| parent | 8071d8d70d6c183184690b335816fe06607cfc17 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/stat.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 2275faa465ea..590525c362f9 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 |
