diff options
Diffstat (limited to 'usr/src/man/man3c/ftw.3c')
-rw-r--r-- | usr/src/man/man3c/ftw.3c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr/src/man/man3c/ftw.3c b/usr/src/man/man3c/ftw.3c index 3e909d4313..055380d4d1 100644 --- a/usr/src/man/man3c/ftw.3c +++ b/usr/src/man/man3c/ftw.3c @@ -546,7 +546,7 @@ non-zero value at its next invocation. .sp .LP The \fBftw()\fR and \fBnftw()\fR functions have transitional interfaces for -64-bit file offsets. See \fBlf64\fR(5). +64-bit file offsets. See \fBlf64\fR(7). .sp .LP The \fBftw()\fR function is safe in multithreaded applications. The @@ -555,7 +555,7 @@ The \fBftw()\fR function is safe in multithreaded applications. The .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -573,5 +573,8 @@ MT-Level MT-Safe with exceptions .SH SEE ALSO .sp .LP -\fBstat\fR(2), \fBlongjmp\fR(3C), \fBattributes\fR(5), \fBlf64\fR(5), -\fBstandards\fR(5) +.BR stat (2), +.BR longjmp (3C), +.BR attributes (7), +.BR lf64 (7), +.BR standards (7) |