docs/112650: [patch] add flopen(3) to flock(2)'s xrefs

Niclas Zeising niclas.zeising at gmail.com
Mon May 14 08:50:04 UTC 2007


>Number:         112650
>Category:       docs
>Synopsis:       [patch] add flopen(3) to flock(2)'s xrefs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 08:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        7.0-CURRENT
>Organization:
>Environment:
N/A
>Description:
Since the addition of the flopen(3)-function, I believe the floock(2) man page is missing the xref to the flopen(3) man page.
>How-To-Repeat:
man 2 flock
>Fix:
Attached patch adds flopen(3) to list of xrefs.

Patch attached with submission follows:

Index: src/lib/libc/sys/flock.2
===================================================================
RCS file: /home/ncvs/src/lib/libc/sys/flock.2,v
retrieving revision 1.25
diff -u -r1.25 flock.2
--- src/lib/libc/sys/flock.2	9 Jan 2007 00:28:14 -0000	1.25
+++ src/lib/libc/sys/flock.2	14 May 2007 08:32:04 -0000
@@ -28,7 +28,7 @@
 .\"     @(#)flock.2	8.2 (Berkeley) 12/11/93
 .\" $FreeBSD: src/lib/libc/sys/flock.2,v 1.25 2007/01/09 00:28:14 imp Exp $
 .\"
-.Dd December 11, 1993
+.Dd May 10, 2007
 .Dt FLOCK 2
 .Os
 .Sh NAME
@@ -160,6 +160,7 @@
 .Xr dup 2 ,
 .Xr execve 2 ,
 .Xr fcntl 2 ,
+.Xr flopen 3 ,
 .Xr fork 2 ,
 .Xr open 2 ,
 .Xr lockf 3

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list