diff options
Diffstat (limited to 'usr/src/man/man2/stat.2')
-rw-r--r-- | usr/src/man/man2/stat.2 | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/usr/src/man/man2/stat.2 b/usr/src/man/man2/stat.2 index 5dabfe0d5e..a3d2d8dd4e 100644 --- a/usr/src/man/man2/stat.2 +++ b/usr/src/man/man2/stat.2 @@ -65,7 +65,7 @@ the \fIfildes\fR argument is unused. If the \fIfildes\fR argument has the special value \fBAT_FDCWD\fR, relative paths are resolved from the current working directory. If \fBAT_SYMLINK_NOFOLLOW\fR is set in the \fIflag\fR argument, the function behaves like \fBlstat()\fR and does not automatically -follow symbolic links. See \fBfsattr\fR(5). If \fB_ATTR_TRIGGER\fR is set in +follow symbolic links. See \fBfsattr\fR(7). If \fB_ATTR_TRIGGER\fR is set in the \fIflag\fR argument and the vnode is a trigger mount point, the mount is performed and the function returns the attributes of the root of the mounted filesystem. @@ -591,9 +591,9 @@ users and groups that have ACL entries on the file. .sp .LP The \fBstat()\fR, \fBfstat()\fR, and \fBlstat()\fR functions have transitional -interfaces for 64-bit file offsets. See \fBlf64\fR(5). +interfaces for 64-bit file offsets. See \fBlf64\fR(7). .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -612,9 +612,23 @@ Standard See below. .sp .LP -For \fBstat()\fR, \fBfstat()\fR, and \fBlstat()\fR, see \fBstandards\fR(5). +For \fBstat()\fR, \fBfstat()\fR, and \fBlstat()\fR, see \fBstandards\fR(7). .SH SEE ALSO -\fBaccess\fR(2), \fBchmod\fR(2), \fBchown\fR(2), \fBcreat\fR(2), \fBlink\fR(2), -\fBmknod\fR(2), \fBpipe\fR(2), \fBread\fR(2), \fBtime\fR(2), \fBunlink\fR(2), -\fButime\fR(2), \fBwrite\fR(2), \fBfattach\fR(3C), \fBstat.h\fR(3HEAD), -\fBattributes\fR(5), \fBfsattr\fR(5), \fBlf64\fR(5), \fBstandards\fR(5) +.BR access (2), +.BR chmod (2), +.BR chown (2), +.BR creat (2), +.BR link (2), +.BR mknod (2), +.BR pipe (2), +.BR read (2), +.BR time (2), +.BR unlink (2), +.BR utime (2), +.BR write (2), +.BR fattach (3C), +.BR stat.h (3HEAD), +.BR attributes (7), +.BR fsattr (7), +.BR lf64 (7), +.BR standards (7) |