SysIII/usr/src/man/man7/stat.7

Compare this file to the similar file:
Show the results in this format:

.TH STAT 7
.SH NAME
stat \- data returned by stat system call
.SH SYNOPSIS
.B #include <sys/types.h>
.br
.B #include <sys/stat.h>
.SH DESCRIPTION
The system calls
.I stat\^
and
.IR fstat (2)
return data whose structure is defined by
this include file.
The encoding of the 
field
.I st_mode\^
is defined in this file also.
.PP
.nf
.ta .53i 1.4i 2.15i 2.88i 4.5i 5i
.so /usr/include/sys/stat.h
.fi
.SH FILES
/usr/include/sys/types.h
.br
/usr/include/sys/stat.h
.SH SEE ALSO
stat(2).