summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-06-01 00:29:13 +0000
committerjmc <jmc@openbsd.org>2005-06-01 00:29:13 +0000
commitb62e3ad43db7ea8f7d45604a680fcf1e3fc82515 (patch)
tree8406bb9f66feac52e26b46bf12a055b3910a7f51 /lib/libc
parentspelling corrections in comments; (diff)
downloadwireguard-openbsd-b62e3ad43db7ea8f7d45604a680fcf1e3fc82515.tar.xz
wireguard-openbsd-b62e3ad43db7ea8f7d45604a680fcf1e3fc82515.zip
no more MNT_UNION, says pedro@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mount.26
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 479ad8dea0f..41e4679b93d 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.31 2004/03/16 18:28:52 otto Exp $
+.\" $OpenBSD: mount.2,v 1.32 2005/06/01 00:29:13 jmc Exp $
.\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
@@ -87,10 +87,6 @@ Do not allow files to be executed from the filesystem.
Do not honor setuid or setgid bits on files when executing them.
.It Dv MNT_NODEV
Do not interpret special files on the filesystem.
-.It Dv MNT_UNION
-Mount in such a way that the contents of the underlying filesystem are
-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