From rdm@cfcl.com  Mon Jan  7 12:35:38 2002
Return-Path: <rdm@cfcl.com>
Received: from idiom.com (idiom.com [216.240.32.1])
	by hub.freebsd.org (Postfix) with ESMTP id 57EBE37B41A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jan 2002 12:35:38 -0800 (PST)
Received: from cfcl.com (cpe-24-221-169-54.ca.sprintbbd.net [24.221.169.54])
	by idiom.com (8.9.3/8.9.3) with ESMTP id MAA35082
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 7 Jan 2002 12:35:37 -0800 (PST)
Received: (from rdm@localhost)
	by cfcl.com (8.11.1/8.11.1) id g07Kc8Y49043;
	Mon, 7 Jan 2002 12:38:08 -0800 (PST)
	(envelope-from rdm)
Message-Id: <200201072038.g07Kc8Y49043@cfcl.com>
Date: Mon, 7 Jan 2002 12:38:08 -0800 (PST)
From: Rich Morin <rdm@cfcl.com>
Reply-To: rdm@cfcl.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: acl_set_fd(3) has bad NAME entry
X-Send-Pr-Version: 3.2

>Number:         33660
>Category:       docs
>Synopsis:       acl_set_fd(3) has bad NAME entry
>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:   Mon Jan 07 12:40:00 PST 2002
>Closed-Date:    Mon Jan 7 14:45:41 PST 2002
>Last-Modified:  Mon Jan 07 14:46:31 PST 2002
>Originator:     Rich Morin
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
Canta Forda Computer Laboratory
>Environment:

        FreeBSD fb44.cfcl.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0:
        Tue Sep 18 11:57:08 PDT 2001    
        murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386

>Description:

        The NAME entry in the acl_set_fd(3) is incorrect:

          acl_set_fd, acl_set_fd_np, acl_set_file - get an ACL for a file
                                                    ^

>How-To-Repeat:

        % man acl_set_fd

>Fix:

        acl_set_fd, acl_set_fd_np, acl_set_file - get an ACL for a file
        ---
        acl_set_fd, acl_set_fd_np, acl_set_file - set an ACL for a file
>Release-Note:
>Audit-Trail:

From: Tom Rhodes <darklogik@pittgoth.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re:docs/33660: [PATCH] for you
Date: Mon, 7 Jan 2002 16:33:39 -0500 (EST)

 When you look at acl_set_fd.3 it does say "get" at the NAME area, but throughout the page speaks
 in a "set" form.  This patch, will change "get" to "set" in the name area, pls commit if you
 like, if not, let me know why :)
 
 
 Tom (darklogik) Rhodes
 www.Pittgoth.com
 www.FreeBSD.org
 
 
 *** acl_set_fd.3.old	Mon Jan  7 16:27:05 2002
 --- acl_set_fd.3	Mon Jan  7 16:27:58 2002
 ***************
 *** 32,38 ****
   .Nm acl_set_fd ,
   .Nm acl_set_fd_np ,
   .Nm acl_set_file
 ! .Nd get an ACL for a file
   .Sh LIBRARY
   .Lb libposix1e
   .Sh SYNOPSIS
 --- 32,38 ----
   .Nm acl_set_fd ,
   .Nm acl_set_fd_np ,
   .Nm acl_set_file
 ! .Nd set an ACL for a file
   .Sh LIBRARY
   .Lb libposix1e
   .Sh SYNOPSIS
State-Changed-From-To: open->closed 
State-Changed-By: jedgar 
State-Changed-When: Mon Jan 7 14:45:41 PST 2002 
State-Changed-Why:  
Man page updated, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33660 
>Unformatted:
