Hi, I've read the man page mount(2) in Firefox today. The formating of MNT_WXALLOWED looks different than the formatting of the other flags. This is only visible in a graphical browswer, on my terminal I cannot see any difference.
The patch below adds Dv to .It, making it look the same as the other flags. Cheers, Bruno Index: lib/libc/sys/mount.2 =================================================================== RCS file: /cvs/src/lib/libc/sys/mount.2,v retrieving revision 1.46 diff -u -p -r1.46 mount.2 --- lib/libc/sys/mount.2 27 May 2016 19:45:04 -0000 1.46 +++ lib/libc/sys/mount.2 27 Feb 2017 15:48:09 -0000 @@ -95,7 +95,7 @@ All I/O to the filesystem should be done 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
