diff options
author | 2001-04-05 04:01:55 +0000 | |
---|---|---|
committer | 2001-04-05 04:01:55 +0000 | |
commit | d9b4b9b325cef97875d9ced3dcc66e56bc0534ff (patch) | |
tree | ddc9deec6e2ef2d5e9b2175bfeb092c9f7bdb790 /lib/libc/sys | |
parent | When we change the interface MTU, run through the routing table and tweak (diff) | |
download | wireguard-openbsd-d9b4b9b325cef97875d9ced3dcc66e56bc0534ff.tar.xz wireguard-openbsd-d9b4b9b325cef97875d9ced3dcc66e56bc0534ff.zip |
Updates and corrections from gluk@ after recent softupdates changes.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mount.2 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index b8ebf85b5a8..01ee6958c2e 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.19 2000/09/22 02:18:15 espie Exp $ +.\" $OpenBSD: mount.2,v 1.20 2001/04/05 04:01:55 aaron Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -97,6 +97,11 @@ not (totally) obscured (see .Xr mount_union 8 ) . .It Dv MNT_SYNCHRONOUS All I/O to the filesystem should be done synchronously. +.It Dv MNT_ASYNC +All I/O to the filesystem should be done asynchronously. +.It Dv MNT_SOFTDEP +Use soft dependencies. +Applies to FFS filesystems only. .El .Pp The flag @@ -299,8 +304,8 @@ is already mounted. .It Bq Er EMFILE No space remains in the mount table. .It Bq Er EINVAL -The super block for the filesystem had a bad magic -number or an out of range block size. +The super block for the filesystem had a bad magic number, an out of range +block size, or an invalid combination of flags. .It Bq Er ENOMEM Not enough memory was available to read the cylinder group information for the filesystem. |