Bug 33660

Summary: acl_set_fd(3) has bad NAME entry
Product: Documentation Reporter: rdm <rdm>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rdm 2002-01-07 20:40:00 UTC
        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
                                                    ^

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
How-To-Repeat: 
        % man acl_set_fd
Comment 1 darklogik 2002-01-07 21:33:39 UTC
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
Comment 2 Chris D.Faulhaber freebsd_committer freebsd_triage 2002-01-07 22:45:41 UTC
State Changed
From-To: open->closed

Man page updated, thanks!