summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/mount.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index b295b824989..fd1f730942a 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.46 2016/05/27 19:45:04 deraadt Exp $
+.\" $OpenBSD: mount.2,v 1.47 2017/02/27 16:30:55 jmc 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: May 27 2016 $
+.Dd $Mdocdate: February 27 2017 $
.Dt MOUNT 2
.Os
.Sh NAME
@@ -95,7 +95,7 @@ All I/O to the filesystem should be done asynchronously.
Use soft dependencies.
Applies to FFS filesystems only (see 'softdep' in
.Xr mount 8 ) .
-.It MNT_WXALLOWED
+.It Dv MNT_WXALLOWED
Processes that ask for memory to be made writeable plus executable
using the
.Xr mmap 2