summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
diff options
context:
space:
mode:
authorcsjp <csjp@FreeBSD.org>2008-07-06 22:47:10 +0000
committercsjp <csjp@FreeBSD.org>2008-07-06 22:47:10 +0000
commit3b3c1f459b96c04f4caaaaf6a96ab5e95d4ab1ac (patch)
tree609395e0337d1fc81b2949eed49d7bbef5f64995 /bin/setfacl
parent2e2599b5d01f9e5f8ca6e1713c7d8ec33d9b2a92 (diff)
downloadFreeBSD-src-3b3c1f459b96c04f4caaaaf6a96ab5e95d4ab1ac.zip
FreeBSD-src-3b3c1f459b96c04f4caaaaf6a96ab5e95d4ab1ac.tar.gz
Add hard sentence breaks.
Pointed out by: rwatson MFC after: 1 week
Diffstat (limited to 'bin/setfacl')
-rw-r--r--bin/setfacl/setfacl.118
1 files changed, 10 insertions, 8 deletions
diff --git a/bin/setfacl/setfacl.1 b/bin/setfacl/setfacl.1
index 4e9a951..e49d18a 100644
--- a/bin/setfacl/setfacl.1
+++ b/bin/setfacl/setfacl.1
@@ -236,10 +236,12 @@ Multiple ACL entries specified on the command line are
separated by commas.
.Pp
It is possible for files and directories to inherit ACL entries from their
-parent directory. This is accomplished through the use of the default ACL.
+parent directory.
+This is accomplished through the use of the default ACL.
It should be noted that before you can specify a default ACL, the mandatory
-ACL entries for user, group, other and mask must be set. For more details
-see the examples below. Default ACLs can be created by using
+ACL entries for user, group, other and mask must be set.
+For more details see the examples below.
+Default ACLs can be created by using
.Fl d .
.Sh EXIT STATUS
.Ex -std
@@ -247,11 +249,11 @@ see the examples below. Default ACLs can be created by using
.Dl setfacl -d -m u::rwx,g::rx,o::rx,mask::rwx dir
.Dl setfacl -d -m g:admins:rwx dir
.Pp
-The first command sets the mandatory elements of the default ACL. The second
-command specifies that users in group admins can have read, write, and execute
-permissions for directory named "dir". It should be noted that any files
-or directories created underneath "dir" will inherit these default ACLs upon
-creation.
+The first command sets the mandatory elements of the default ACL.
+The second command specifies that users in group admins can have read, write, and execute
+permissions for directory named "dir".
+It should be noted that any files or directories created underneath "dir" will
+inherit these default ACLs upon creation.
.Pp
.Dl setfacl -m u::rwx,g:mail:rw file
.Pp
OpenPOWER on IntegriCloud