diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-02-27 16:30:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-02-27 16:30:56 +0000 |
commit | 2b0f70c38ac22685249e2b57ebbfec760a3f0a8e (patch) | |
tree | a431a561d7057ee3b0c9f9b1d612ba3c1c5bf408 | |
parent | c9024b66f210f3a0b8fcb016984429258da95f66 (diff) |
use Dv, for consistency; from bruno flueckiger
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
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 |