svn commit: r241670 - stable/7/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: 241670
URL: http://svn.freebsd.org/changeset/base/241670

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/7/sbin/mount/getmntopts.3
  stable/7/sbin/mount/mount.8
Directory Properties:
  stable/7/sbin/mount/   (props changed)

Modified: stable/7/sbin/mount/getmntopts.3
==============================================================================
--- stable/7/sbin/mount/getmntopts.3	Thu Oct 18 01:14:22 2012	(r241669)
+++ stable/7/sbin/mount/getmntopts.3	Thu Oct 18 01:14:22 2012	(r241670)
@@ -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/7/sbin/mount/mount.8
==============================================================================
--- stable/7/sbin/mount/mount.8	Thu Oct 18 01:14:22 2012	(r241669)
+++ stable/7/sbin/mount/mount.8	Thu Oct 18 01:14:22 2012	(r241670)
@@ -168,7 +168,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 mailing list