summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-11-17 17:05:01 +0000
committermaxim <maxim@FreeBSD.org>2007-11-17 17:05:01 +0000
commit8654cdfefcb4519bac05fdf8a5836e2f668d501d (patch)
treeb269b5ea31da7e5e8878c1bf2ecffbb2a31e0e82 /sbin
parent31bc38f0954a83e10570165280ae0827e3f1eb80 (diff)
downloadFreeBSD-src-8654cdfefcb4519bac05fdf8a5836e2f668d501d.zip
FreeBSD-src-8654cdfefcb4519bac05fdf8a5836e2f668d501d.tar.gz
o Mask maximum file permissions we get from mount_ntfs -m
with ACCESSPERMS. Document in mount_ntfs(8) only the nine low-order bits of mask are used (taken from mount_msdosfs(8)). PR: kern/114856 Submitted by: Ighighi MFC after: 1 month
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_ntfs/mount_ntfs.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8
index 15f49df..2b13bf0 100644
--- a/sbin/mount_ntfs/mount_ntfs.8
+++ b/sbin/mount_ntfs/mount_ntfs.8
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 3, 1999
+.Dd 17 November, 2007
.Dt MOUNT_NTFS 8
.Os
.Sh NAME
@@ -82,6 +82,9 @@ on which the file system is being mounted.
.It Fl m Ar mask
Specify the maximum file permissions for files
in the file system.
+Only the nine low-order bits of
+.Ar mask
+are used.
.It Fl C Ar charset
Specify local
.Ar charset
OpenPOWER on IntegriCloud