summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-12-02 03:55:02 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-12-02 03:55:02 +0000
commit1655df24cf85870d405a4872a162a4cf41bbd46b (patch)
treefe20e6862a24593a3494f5abcd62760129a604c5 /sbin/mount
parent4b7c26680f7d95014337221d9ba9cebe52e2c5be (diff)
downloadFreeBSD-src-1655df24cf85870d405a4872a162a4cf41bbd46b.zip
FreeBSD-src-1655df24cf85870d405a4872a162a4cf41bbd46b.tar.gz
Remove unsupported "dev" option from comments of mntopts.h.
Requested by: jkoshy
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mntopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h
index 8370446..2fcbbdd 100644
--- a/sbin/mount/mntopts.h
+++ b/sbin/mount/mntopts.h
@@ -32,7 +32,7 @@
struct mntopt {
const char *m_option; /* option name */
- int m_inverse; /* if a negative option, e.g. "dev" */
+ int m_inverse; /* if a negative option, e.g. "atime" */
int m_flag; /* bit to set, e.g. MNT_RDONLY */
int m_altloc; /* 1 => set bit in altflags */
};
OpenPOWER on IntegriCloud