diff options
author | 2009-08-07 19:27:27 +0000 | |
---|---|---|
committer | 2009-08-07 19:27:27 +0000 | |
commit | 6c73efe242ea9b90d211955cc19fb1d2da2231a6 (patch) | |
tree | 1298177f8414be7ea5568936c2965b1feabf367e | |
parent | wrap auth_userokay in a new function authenticate_user() and make sure (diff) | |
download | wireguard-openbsd-6c73efe242ea9b90d211955cc19fb1d2da2231a6.tar.xz wireguard-openbsd-6c73efe242ea9b90d211955cc19fb1d2da2231a6.zip |
sets modes for dirs; too. ok sobrado@ & jmc@.
-rw-r--r-- | sbin/mount_msdos/mount_msdos.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 85cbb549d0f..ccc0d1beff0 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.23 2007/05/31 19:19:45 jmc Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.24 2009/08/07 19:27:27 martynas Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -29,7 +29,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 7 2009 $ .Dt MOUNT_MSDOS 8 .Os .Sh NAME @@ -106,12 +106,12 @@ Otherwise .Fl l is assumed. .It Fl m Ar mask -Specify the maximum file permissions for files +Specify the maximum permissions for files and directories in the file system. (For example, a mask of .Li 755 specifies that, by default, the owner should have -read, write, and execute permissions for files, but +read, write, and execute permissions, but others should only have read and execute permissions. See .Xr chmod 1 |