diff options
-rw-r--r-- | sbin/mount/mount.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 150fb43156c..6383484ac33 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.84 2016/09/10 16:53:30 natano Exp $ +.\" $OpenBSD: mount.8,v 1.85 2016/09/10 18:33:28 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -189,10 +189,6 @@ Do not update atime on files in the system unless the mtime or ctime is being changed as well. This option is useful for laptops and news servers where one does not want the extra disk activity associated with updating the atime. -.It noperm -.Pq FFS only. -Allow the owner of the mount point to perform operations on the file system -usually only allowed as the root user. .It nodev Do not interpret character or block special devices on the file system. This option is useful for a server that has file systems containing @@ -201,6 +197,10 @@ special devices for architectures other than its own. Do not allow execution of any binaries on the mounted file system. This option is useful for a server that has file systems containing binaries for architectures other than its own. +.It noperm +(FFS only) +Allow the owner of the mount point to perform operations on the file system +usually only allowed as the root user. .It norw An alias for rdonly. .It nosuid @@ -212,7 +212,7 @@ mount the file system read-only (even the superuser may not write it). .It ro An alias for rdonly. .It softdep -(FFS only.) +(FFS only) Mount the file system using soft dependencies. Instead of metadata being written immediately, it is written in an ordered fashion to keep the on-disk state of the file system consistent. |