From andrew@ugh.net.au  Sat Oct 28 07:07:19 2000
Return-Path: <andrew@ugh.net.au>
Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37])
	by hub.freebsd.org (Postfix) with ESMTP id 121D237B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Oct 2000 07:07:19 -0700 (PDT)
Received: by starbug.ugh.net.au (Postfix, from userid 1000)
	id 4F215A842; Sun, 29 Oct 2000 01:07:19 +1100 (EST)
Message-Id: <20001028140719.4F215A842@starbug.ugh.net.au>
Date: Sun, 29 Oct 2000 01:07:19 +1100 (EST)
From: andrew@ugh.net.au
Reply-To: andrew@ugh.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in getcap(3)
X-Send-Pr-Version: 3.2

>Number:         22374
>Category:       docs
>Synopsis:       typo in getcap(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 28 07:10:01 PDT 2000
>Closed-Date:    Sat Oct 28 11:37:43 PDT 2000
>Last-Modified:  Sat Oct 28 11:38:43 PDT 2000
>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:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Oct 28 11:37:43 PDT 2000 
State-Changed-Why:  
Problem fixed in a slightly different manner than the supplied patch. 
I also cleaned up a few other similar style problems within the man 
page.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22374 
>Unformatted:
