Date: Sun, 29 Oct 2000 01:07:19 +1100 (EST) From: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: docs/22374: typo in getcap(3) Message-ID: <20001028140719.4F215A842@starbug.ugh.net.au>
next in thread | raw e-mail | index | archive | help
>Number: 22374 >Category: docs >Synopsis: typo in getcap(3) >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: Sat Oct 28 07:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 4.1.1-STABLE i386 >Organization: UgH! >Environment: >Description: The c in cgetent is capatalised on the first line of the description in getcap(3). If cgetent was a regular word this would be correct but as it is a (case sensitive) function name it should always appear lower case. >How-To-Repeat: >Fix: --- getcap.3.orig Sun Oct 29 00:02:40 2000 +++ getcap.3 Sun Oct 29 00:03:22 2000 @@ -75,7 +75,7 @@ .Ft int .Fn cgetclose "void" .Sh DESCRIPTION -.Fn Cgetent +.Fn cgetent extracts the capability .Fa name from the database specified by the >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001028140719.4F215A842>