diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-11-10 00:26:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-11-10 00:26:01 +0000 |
commit | 2cf91fe364729ef553cc85a8e37f84fb4f0f7588 (patch) | |
tree | ec9d0149699776a29aa3dfd26183c0237a048dda /lib/libc/sys | |
parent | 661ea672c3f560327234dcb32df1d71954cc8977 (diff) |
MNT_SOFTDEP and mount -o softdep no longer have any effect
OK kn@ jmc@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mount.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 1dea9935cc9..97c614a1f6d 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.51 2022/12/29 14:56:48 schwarze Exp $ +.\" $OpenBSD: mount.2,v 1.52 2023/11/10 00:25:59 schwarze Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: December 29 2022 $ +.Dd $Mdocdate: November 10 2023 $ .Dt MOUNT 2 .Os .Sh NAME @@ -92,9 +92,9 @@ 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 (see 'softdep' in -.Xr mount 8 ) . +Use soft dependencies on an FFS filesystem. +This flag is provided for compatibility only and has no effect on +.Ox . .It Dv MNT_WXALLOWED Processes that ask for memory to be made writeable plus executable using the |