svn commit: r241671 - stable/9/sbin/mount
Eitan Adler
eadler at FreeBSD.org
Thu Oct 18 01:14:23 UTC 2012
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
More information about the svn-src-stable-9
mailing list