summaryrefslogtreecommitdiffstats
path: root/sbin/mount/getmntopts.3
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount/getmntopts.3')
-rw-r--r--sbin/mount/getmntopts.34
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/getmntopts.3 b/sbin/mount/getmntopts.3
index b8380ad..48c6940 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, 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
OpenPOWER on IntegriCloud