1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Xref flopen.3 which references this manual page.

PR:	112650
This commit is contained in:
Tom Rhodes 2008-01-22 15:56:48 +00:00
parent 6bea5c3c2d
commit 57d7cfec67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175565

View File

@ -28,7 +28,7 @@
.\" @(#)flock.2 8.2 (Berkeley) 12/11/93 .\" @(#)flock.2 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 11, 1993 .Dd January 22, 2008
.Dt FLOCK 2 .Dt FLOCK 2
.Os .Os
.Sh NAME .Sh NAME
@ -162,6 +162,7 @@ refers to an object that does not support file locking.
.Xr fcntl 2 , .Xr fcntl 2 ,
.Xr fork 2 , .Xr fork 2 ,
.Xr open 2 , .Xr open 2 ,
.Xr flopen 3 ,
.Xr lockf 3 .Xr lockf 3
.Sh HISTORY .Sh HISTORY
The The