Document that the type of st_flags is now fflags_t.

This commit is contained in:
wollman 2002-02-15 22:37:15 +00:00
parent 7d29dd10d3
commit 3a2318bd78

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