From owner-freebsd-doc Sun Nov 7 4:10: 9 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A7C14DA0 for ; Sun, 7 Nov 1999 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25526; Sun, 7 Nov 1999 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id BA12514C02 for ; Sun, 7 Nov 1999 04:00:18 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Nov 1999 12:00:18 +0000 (GMT) Message-Id: <199911071200.aa15584@walton.maths.tcd.ie> Date: Sun, 7 Nov 1999 12:00:17 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/14764: lockf(3) man page typo Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14764 >Category: docs >Synopsis: Typo on lockf(3) man page. >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: Sun Nov 7 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 3.3-STABLE i386 >Organization: School of Maths, Trinity College, Dublin. Ireland. >Environment: 3.3 or 4.0 - I didn't check 2.X. >Description: Top of lockf man page reads: NAME lockf - record locking on files LIBRARY SYNOPSIS #include 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. >How-To-Repeat: man 3 lockf >Fix: RCS file: lockf.3,v retrieving revision 1.3 diff -u -r1.3 lockf.3 --- lockf.3 1999/08/27 23:58:48 1.3 +++ lockf.3 1999/11/07 11:07:17 @@ -42,8 +42,6 @@ .Sh NAME .Nm lockf .Nd record locking on files -.Sh LIBRARY -.Lb libc .Sh SYNOPSIS .Fd #include .Ft int >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message