diff options
author | Jeff Layton <jlayton@samba.org> | 2011-10-18 07:35:21 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-10-18 07:35:21 -0400 |
commit | 814a5e1868e8a557cbff8181a480fb84b45abae7 (patch) | |
tree | 733a074ff9e97e51713ea6b8b613f41db7e17aa2 /setcifsacl.1 | |
parent | f9df5f8e629176db7a1812f7914a45e2977c3e4c (diff) | |
download | cifs-utils-814a5e1868e8a557cbff8181a480fb84b45abae7.tar.gz cifs-utils-814a5e1868e8a557cbff8181a480fb84b45abae7.tar.bz2 cifs-utils-814a5e1868e8a557cbff8181a480fb84b45abae7.zip |
manpage: move SEE ALSO section in setcifsacl.1 nearer to bottom
The convention is to have that close to the bottom of the manpage. In
this case, we want it after the EXAMPLES section.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'setcifsacl.1')
-rw-r--r-- | setcifsacl.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/setcifsacl.1 b/setcifsacl.1 index be8af0c..8957512 100644 --- a/setcifsacl.1 +++ b/setcifsacl.1 @@ -68,12 +68,6 @@ type: ALLOWED (0x0), DENIED (0x1), OBJECT_ALLOWED (0x5), OBJECT_DENIED (0x6) flags: OBJECT_INHERIT_FLAG (OI or 0x1), CONTAINER_INHERIT_FLAG (CI or 0x2), NO_PROPAGATE_INHERIT_FLAG (NI or 0x4), INHERIT_ONLY_FLAG (IO or 0x8), INHERITED_ACE_FLAG (IA or 0x10) or a combination/OR of these values. .PP mask: Either one of FULL, CHANGE, READ, a combination of R W X D P O, or a hex value -.SH "SEE ALSO" -.PP -\fBmount.cifs\fR(8), -\fBwinbindd\fR(8), -\fBgetcifsacl\fR(1) -.PP .SH "EXAMPLES" .PP Add an ACE @@ -95,6 +89,12 @@ setcifsacl -S "ACL:CIFSTESTDOM\\Administrator:0x0/0x0/FULL, .br ACL:CIFSTESTDOM\\user2:0x0/0x0/FULL," <file_name> .PP +.SH "SEE ALSO" +.PP +\fBmount.cifs\fR(8), +\fBwinbindd\fR(8), +\fBgetcifsacl\fR(1) +.PP .SH "AUTHOR" .PP Shirish Pargaonkar wrote the setcifsacl program\&. |