Bug 85265

Summary: flockfile() and friends not documented
Product: Documentation Reporter: Marc Olzheim <marcolz>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marc Olzheim 2005-08-24 12:20:13 UTC
	There is no man page for flockfile(), ftrylockfile() and funlockfile()

Fix: 

Import the manual pages from OpenBSD ?
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2005-08-24 13:09:03 UTC
On 2005.08.24 13:19:00 +0200, Marc Olzheim wrote:
> 
> 	There is no man page for flockfile(), ftrylockfile() and funlockfile()


Eh?

[simon@marvin:~] man flockfile | head -n 4
FLOCKFILE(3)           FreeBSD Library Functions Manual           FLOCKFILE(3)

NAME
     flockfile, ftrylockfile, funlockfile -- stdio locking functions

On a 5.4-STABLE.

-- 
Simon L. Nielsen
Comment 2 Marc Olzheim 2005-08-24 13:39:38 UTC
On Wed, Aug 24, 2005 at 02:09:03PM +0200, Simon L. Nielsen wrote:
> > 	There is no man page for flockfile(), ftrylockfile() and funlockfile()
> 
> Eh?
> 
> [simon@marvin:~] man flockfile | head -n 4
> FLOCKFILE(3)           FreeBSD Library Functions Manual           FLOCKFILE(3)
> 
> NAME
>      flockfile, ftrylockfile, funlockfile -- stdio locking functions
> 
> On a 5.4-STABLE.

Argh, sorry for the bogus report...
Something must have gone wrong in installworld. :-(

Please close this PR

Marc
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-08-24 13:43:42 UTC
State Changed
From-To: open->closed

Submitter reports pilot error.