diff options
Diffstat (limited to 'usr/src/man/man3c/lockf.3c')
-rw-r--r-- | usr/src/man/man3c/lockf.3c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/man/man3c/lockf.3c b/usr/src/man/man3c/lockf.3c index 818dab24a2..53d607a4f1 100644 --- a/usr/src/man/man3c/lockf.3c +++ b/usr/src/man/man3c/lockf.3c @@ -20,7 +20,6 @@ lockf \- POSIX-style record locking on files .fi .SH DESCRIPTION -.sp .LP The \fBlockf()\fR function allows sections of a file to be locked; advisory or mandatory write locks depending on the mode bits of the file (see @@ -120,12 +119,10 @@ Sleeping on a resource is interrupted with any signal. The \fBalarm\fR(2) function may be used to provide a timeout facility in applications that require this facility. .SH RETURN VALUES -.sp .LP Upon successful completion, \fB0\fR is returned. Otherwise, \fB\(mi1\fR is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS -.sp .LP The \fBlockf()\fR function will fail if: .sp @@ -234,7 +231,6 @@ supported. .RE .SH USAGE -.sp .LP Record-locking should not be used in combination with the \fBfopen\fR(3C), \fBfread\fR(3C), \fBfwrite\fR(3C) and other \fBstdio\fR functions. Instead, @@ -251,7 +247,6 @@ applications requiring it. The \fBlockf()\fR function has a transitional interface for 64-bit file offsets. See \fBlf64\fR(5). .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -269,7 +264,6 @@ MT-Level MT-Safe .TE .SH SEE ALSO -.sp .LP \fBIntro\fR(2), \fBalarm\fR(2), \fBchmod\fR(2), \fBclose\fR(2), \fBcreat\fR(2), \fBfcntl\fR(2), \fBmmap\fR(2), \fBopen\fR(2), \fBread\fR(2), \fBwrite\fR(2), |