svn commit: r241581 - head/sbin/mount

Eitan Adler eadler at FreeBSD.org
Mon Oct 15 13:20:09 UTC 2012


Author: eadler
Date: Mon Oct 15 13:20:08 2012
New Revision: 241581
URL: http://svn.freebsd.org/changeset/base/241581

Log:
  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

Modified:
  head/sbin/mount/getmntopts.3
  head/sbin/mount/mount.8

Modified: head/sbin/mount/getmntopts.3
==============================================================================
--- head/sbin/mount/getmntopts.3	Mon Oct 15 12:33:53 2012	(r241580)
+++ head/sbin/mount/getmntopts.3	Mon Oct 15 13:20:08 2012	(r241581)
@@ -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: head/sbin/mount/mount.8
==============================================================================
--- head/sbin/mount/mount.8	Mon Oct 15 12:33:53 2012	(r241580)
+++ head/sbin/mount/mount.8	Mon Oct 15 13:20:08 2012	(r241581)
@@ -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-head mailing list