From 02361de59293001e6124369b4f7d52736f18ad3d Mon Sep 17 00:00:00 2001 From: eadler Date: Thu, 18 Oct 2012 01:14:22 +0000 Subject: [PATCH] MFC r241581: Fix minor nits: use a comma after "i.e." sentences begin on new lines. No .Dd bump for trivial modification. Approved by: cperciva (implicit) git-svn-id: svn://svn.freebsd.org/base/stable/9@241671 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sbin/mount/getmntopts.3 | 4 ++-- sbin/mount/mount.8 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index b8380adb7..48c694045 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 593770e64..c1ce669fa 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 -- 2.45.0