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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"