aboutsummaryrefslogtreecommitdiff
path: root/bin/setfacl/setfacl.1
Commit message (Collapse)AuthorAgeFilesLines
* Add hard sentence breaks.Christian S.J. Peron2008-07-061-8/+10
| | | | | | | | Pointed out by: rwatson MFC after: 1 week Notes: svn path=/head/; revision=180334
* Document default ACLs and how to use them.Christian S.J. Peron2008-07-061-0/+16
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=180330
* Markup fixes.Ruslan Ermilov2006-09-171-2/+3
| | | | Notes: svn path=/head/; revision=162379
* o Fix grammar, format.Maxim Konovalov2006-06-091-3/+3
| | | | Notes: svn path=/head/; revision=159465
* Document the way to get list of files to process from the stdin.Konstantin Belousov2006-06-091-1/+3
| | | | | | | | MFC after: 1 week Approved by: kan (mentor) Notes: svn path=/head/; revision=159464
* [mdoc] add missing space before a punctuation type argument.Ruslan Ermilov2005-12-131-1/+1
| | | | Notes: svn path=/head/; revision=153380
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2
| | | | Notes: svn path=/head/; revision=141578
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
| | | | Notes: svn path=/head/; revision=139969
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-8/+16
| | | | Notes: svn path=/head/; revision=131484
* Add additional documentation to setfacl(1) regarding the behavior ofRobert Watson2003-08-071-0/+18
| | | | | | | | | | | | | | tools such as chmod(1) and ls(1) when it comes to acting on objects that have POSIX.1e extended ACLs. Specifically, discuss the substitution of the mask entry for the group entry in the mode representation of the ACL. Differently worded from the submission, and could probably use further refinement. PR: 55319 Submitted by: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl> Notes: svn path=/head/; revision=118603
* Add "-h" arguments to getfacl and setfacl, which behave in a mannerRobert Watson2002-12-301-1/+4
| | | | | | | | | | similar to "-h" on chown, chmod, etc, causing the operation to occur on a final symlink in the provided path, rather than its target. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=108450
* Spelling.Ruslan Ermilov2001-12-041-1/+1
| | | | Notes: svn path=/head/; revision=87354
* Correct example to remove *all* extended ACL entries andChris D. Faulhaber2001-12-031-3/+4
| | | | | | | clarify description. Notes: svn path=/head/; revision=87253
* o Expand the explaination of the -b option WRT the resultingChris D. Faulhaber2001-12-021-3/+13
| | | | | | | | | | | | group ACL entry in relation to the existing group and mask ACL entries. o Move the explanation of multiple ACL entries on the command line to the ACL ENTRIES section. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=87226
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* mdoc(7) police: fix markup and some spelling.Ruslan Ermilov2001-03-231-47/+73
| | | | Notes: svn path=/head/; revision=74676
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-191-0/+229
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74465