diff options
| author | 2017-02-27 16:30:55 +0000 | |
|---|---|---|
| committer | 2017-02-27 16:30:55 +0000 | |
| commit | 595a468c54fa2c1474d1cf74a18c799f4da2eb9a (patch) | |
| tree | 1da2ef0c26a0ec2f3ebbf758aec713e8006feb48 /lib/libc | |
| parent | pms/synaptics: configure wsmouse for handling compat-mode (diff) | |
| download | wireguard-openbsd-595a468c54fa2c1474d1cf74a18c799f4da2eb9a.tar.xz wireguard-openbsd-595a468c54fa2c1474d1cf74a18c799f4da2eb9a.zip | |
use Dv, for consistency; from bruno flueckiger
Diffstat (limited to 'lib/libc')
| -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 |
