diff options
Diffstat (limited to 'usr/src/man/man2/lseek.2')
-rw-r--r-- | usr/src/man/man2/lseek.2 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/usr/src/man/man2/lseek.2 b/usr/src/man/man2/lseek.2 index 69b3b65abb..55feecb5d2 100644 --- a/usr/src/man/man2/lseek.2 +++ b/usr/src/man/man2/lseek.2 @@ -160,7 +160,7 @@ The \fIfildes\fR argument is associated with a pipe, a FIFO, or a socket. .sp .LP The \fBlseek()\fR function has a transitional interface for 64-bit file -offsets. See \fBlf64\fR(5). +offsets. See \fBlf64\fR(7). .sp .LP In multithreaded applications, using \fBlseek()\fR in conjunction with a @@ -170,7 +170,7 @@ or \fBpwrite()\fR. .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 @@ -188,6 +188,13 @@ MT-Level Async-Signal-Safe .SH SEE ALSO .sp .LP -\fBcreat\fR(2), \fBdup\fR(2), \fBfcntl\fR(2), \fBfpathconf\fR(2), -\fBopen\fR(2), \fBread\fR(2), \fBwrite\fR(2), \fBattributes\fR(5), -\fBlf64\fR(5), \fBstandards\fR(5) +.BR creat (2), +.BR dup (2), +.BR fcntl (2), +.BR fpathconf (2), +.BR open (2), +.BR read (2), +.BR write (2), +.BR attributes (7), +.BR lf64 (7), +.BR standards (7) |