Date: Mon, 15 Oct 2012 13:20:08 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241581 - head/sbin/mount Message-ID: <201210151320.q9FDK8Mi096136@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210151320.q9FDK8Mi096136>