mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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:
parent
8b22e82143
commit
429233171b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241581
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user