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
This commit is contained in:
Eitan Adler 2012-10-15 13:20:08 +00:00
parent 8b22e82143
commit 429233171b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241581
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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