From 5ef1c68c3e247a26c0b126f87459dec55746119c Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 15 Oct 2012 13:20:08 +0000 Subject: Fix minor nits: use a comma after "i.e." sentences begin on new lines. No .Dd bump for trivial modification. Approved by: wblock MFC after: 3 days --- sbin/mount/getmntopts.3 | 4 ++-- sbin/mount/mount.8 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin') 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 -- cgit v1.1