Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2007 08:37:23 GMT
From:      Niclas Zeising<niclas.zeising@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/112650: [patch] add flopen(3) to flock(2)'s xrefs
Message-ID:  <200705140837.l4E8bNZ8082649@www.freebsd.org>
Resent-Message-ID: <200705140850.l4E8o4l5017915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705140837.l4E8bNZ8082649>