diff options
Diffstat (limited to 'sbin/mount/getmntopts.3')
-rw-r--r-- | sbin/mount/getmntopts.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3 index 8424104620b6..405e5871535d 100644 --- a/sbin/mount/getmntopts.3 +++ b/sbin/mount/getmntopts.3 @@ -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, eg "dev" */ - int m_flag; /* bit to set, eg 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 |