diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-01 00:29:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-01 00:29:14 +0000 |
commit | 705b27d7735243f2e15b240308ceb5a1d739a413 (patch) | |
tree | bbf07ee68f7d59db6b7047713f3c63fa6c3839f9 /lib | |
parent | b173f0b4686255de3dae78683f2d6dbe12e1f30f (diff) |
no more MNT_UNION, says pedro@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
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 |