| Summary: | acl_set_fd(3) has bad NAME entry | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | rdm <rdm> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 Man page updated, thanks! |
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