Bug 14764

Summary: Typo on lockf(3) man page.
Product: Documentation Reporter: dwmalone <dwmalone>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dwmalone 1999-11-07 12:10:00 UTC
Top of lockf man page reads:

	NAME
	     lockf - record locking on files

	LIBRARY
	SYNOPSIS
	     #include <unistd.h>

	     int
	     lockf(int filedes, int function, off_t size)

The "LIBRARY" seems to be a typo. It seems to be trying to say that
lockf is in libc, but this isn't used in any other libc man pages.

Fix: RCS file: lockf.3,v
retrieving revision 1.3
How-To-Repeat: 
man 3 lockf
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 1999-11-09 08:43:52 UTC
State Changed
From-To: open->closed

Fixed in both -CURRENT and -STABLE.