Deleted Added
full compact
43c43
< .Fn getmntopts "char *options" "struct mntopt *mopts" "int *flagp"
---
> .Fn getmntopts "char *options" "struct mntopt *mopts" "int *flagp" "int *altflagp"
57c57
< the word referenced by
---
> the word referenced by either
58a59,63
> or
> .Dv altflagp
> (depending on the
> .Dv m_altloc
> field of the option's table entry)
69a75
> int m_altloc; /* non-zero to use altflagp rather than flagp */
102a109,113
> .It Fa m_altloc
> the bit should be set or cleared in
> .Dv altflagp
> rather than
> .Dv flagp .