diff options
author | Jeff Layton <jlayton@samba.org> | 2012-08-21 15:18:54 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2012-08-21 15:18:54 -0400 |
commit | 377898e63a8689b0e8c5c656ce9cfa98223cf74b (patch) | |
tree | 0a1c3615c6731b38179ae97eba4caeaba2a2c587 /mount.cifs.8 | |
parent | 3a965467611637ca05bcd55460ff69fec6ad8be7 (diff) | |
download | cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.tar.gz cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.tar.bz2 cifs-utils-377898e63a8689b0e8c5c656ce9cfa98223cf74b.zip |
cifs-utils: fix up references to getcifsacl and setcifsacl files
When I moved the manpages for this to section 1, I missed some references
to them. Also, get rid of the unneeded clean-local-aclprogs makefile target.
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'mount.cifs.8')
-rw-r--r-- | mount.cifs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mount.cifs.8 b/mount.cifs.8 index b2a0936..cca6048 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -677,7 +677,7 @@ winbind support configured via nsswitch.conf(5) and smb.conf(5) .RE Please refer to the respective manpages of cifs.idmap(8) and winbindd(8) for more information. -Security descriptors for a file object can be retrieved and set directly using extended attribute named system.cifs_acl. The security descriptors presented via this interface are "raw" blobs of data and need a userspace utility to either parse and format or to assemble it such as getcifsacl(8) and setcifsacl(8) respectively. +Security descriptors for a file object can be retrieved and set directly using extended attribute named system.cifs_acl. The security descriptors presented via this interface are "raw" blobs of data and need a userspace utility to either parse and format or to assemble it such as \fBgetcifsacl\fR(1) and \fBsetcifsacl\fR(1) respectively. Some of the things to consider while using this mount option: .sp @@ -785,9 +785,9 @@ Note that the typical response to a bug report is a suggestion to try the latest This man page is correct for version 1\&.74 of the cifs vfs filesystem (roughly Linux kernel 3\&.0)\&. .SH "SEE ALSO" .PP -Documentation/filesystems/cifs\&.txt and fs/cifs/README in the linux kernel source tree may contain additional options and information\&. +\fBcifs.upcall\fR(8), \fBgetcifsacl\fR(1), \fBsetcifsacl\fR(1) .PP -\fBcifs.upcall\fR(8) +Documentation/filesystems/cifs\&.txt and fs/cifs/README in the linux kernel source tree may contain additional options and information\&. .SH "AUTHOR" .PP Steve French |