[Midnightbsd-cvs] src [8219] trunk/sbin/mount: cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 17 16:23:43 EDT 2016
Revision: 8219
http://svnweb.midnightbsd.org/src/?rev=8219
Author: laffer1
Date: 2016-09-17 16:23:43 -0400 (Sat, 17 Sep 2016)
Log Message:
-----------
cleanup
Modified Paths:
--------------
trunk/sbin/mount/getmntopts.3
trunk/sbin/mount/mount.8
Modified: trunk/sbin/mount/getmntopts.3
===================================================================
--- trunk/sbin/mount/getmntopts.3 2016-09-17 20:23:13 UTC (rev 8218)
+++ trunk/sbin/mount/getmntopts.3 2016-09-17 20:23:43 UTC (rev 8219)
@@ -70,8 +70,8 @@
.Bd -literal
struct mntopt {
char *m_option; /* option name */
- int m_inverse; /* is this a negative option, e.g. "dev" */
- int m_flag; /* bit to set, e.g. MNT_RDONLY */
+ int m_inverse; /* is this a negative option, e.g., "dev" */
+ int m_flag; /* bit to set, e.g., MNT_RDONLY */
int m_altloc; /* non-zero to use altflagp rather than flagp */
};
.Ed
Modified: trunk/sbin/mount/mount.8
===================================================================
--- trunk/sbin/mount/mount.8 2016-09-17 20:23:13 UTC (rev 8218)
+++ trunk/sbin/mount/mount.8 2016-09-17 20:23:43 UTC (rev 8219)
@@ -176,7 +176,8 @@
.Nm
to use the specified program to mount the file system, instead of calling
.Xr nmount 2
-directly. For example:
+directly.
+For example:
.Bd -literal
mount -t foofs -o mountprog=/mydir/fooprog /dev/acd0 /mnt
.Ed
More information about the Midnightbsd-cvs
mailing list