Skip site navigation (1)Skip section navigation (2)
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-8@freebsd.org
Subject:   svn commit: r241669 - stable/8/sbin/mount
Message-ID:  <201210180114.q9I1EMwT007480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Oct 18 01:14:22 2012
New Revision: 241669
URL: http://svn.freebsd.org/changeset/base/241669

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

Modified: stable/8/sbin/mount/getmntopts.3
==============================================================================
--- stable/8/sbin/mount/getmntopts.3	Thu Oct 18 01:12:15 2012	(r241668)
+++ stable/8/sbin/mount/getmntopts.3	Thu Oct 18 01:14:22 2012	(r241669)
@@ -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/8/sbin/mount/mount.8
==============================================================================
--- stable/8/sbin/mount/mount.8	Thu Oct 18 01:12:15 2012	(r241668)
+++ stable/8/sbin/mount/mount.8	Thu Oct 18 01:14:22 2012	(r241669)
@@ -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.q9I1EMwT007480>