summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/getmntopts.34
-rw-r--r--sbin/mount/mount.83
2 files changed, 4 insertions, 3 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3
index b8380ad..48c6940 100644
--- a/sbin/mount/getmntopts.3
+++ b/sbin/mount/getmntopts.3
@@ -70,8 +70,8 @@ has the following format:
.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
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 593770e..c1ce669 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -176,7 +176,8 @@ Force
.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
OpenPOWER on IntegriCloud