1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Document that the type of st_flags is now fflags_t.

This commit is contained in:
Garrett Wollman 2002-02-15 22:37:15 +00:00
parent 3b7a4c4b1d
commit 5874617263
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90712

View File

@ -32,7 +32,7 @@
.\" @(#)stat.2 8.4 (Berkeley) 5/1/95
.\" $FreeBSD$
.\"
.Dd May 1, 1995
.Dd February 15, 2002
.Dt STAT 2
.Os
.Sh NAME
@ -110,7 +110,7 @@ struct stat {
off_t st_size; /* file size, in bytes */
int64_t st_blocks; /* blocks allocated for file */
u_int32_t st_blksize; /* optimal blocksize for I/O */
u_int32_t st_flags; /* user defined flags for file */
fflags_t st_flags; /* user defined flags for file */
u_int32_t st_gen; /* file generation number */
};
.Ed