Date: Thu, 18 Oct 2012 01:14:22 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r241671 - stable/9/sbin/mount Message-ID: <201210180114.q9I1EMxE007510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Thu Oct 18 01:14:22 2012 New Revision: 241671 URL: http://svn.freebsd.org/changeset/base/241671 Log: 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) Modified: stable/9/sbin/mount/getmntopts.3 stable/9/sbin/mount/mount.8 Directory Properties: stable/9/sbin/mount/ (props changed) Modified: stable/9/sbin/mount/getmntopts.3 ============================================================================== --- stable/9/sbin/mount/getmntopts.3 Thu Oct 18 01:14:22 2012 (r241670) +++ stable/9/sbin/mount/getmntopts.3 Thu Oct 18 01:14:22 2012 (r241671) @@ -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 Modified: stable/9/sbin/mount/mount.8 ============================================================================== --- stable/9/sbin/mount/mount.8 Thu Oct 18 01:14:22 2012 (r241670) +++ stable/9/sbin/mount/mount.8 Thu Oct 18 01:14:22 2012 (r241671) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210180114.q9I1EMxE007510>