Deleted Added
full compact
32c32
< .\" @(#)getmntopts.3 8.1 (Berkeley) 3/27/94
---
> .\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95
34c34
< .Dd March 27, 1994
---
> .Dd March 30, 1995
65c65
< The flag word is not initialized by
---
> The flag words are not initialized by
157c157
< mntflags = 0;
---
> mntflags = mntaltflags = 0;
159c159
< getmntopts(options, mopts, &mntflags)
---
> getmntopts(options, mopts, &mntflags, &mntaltflags);
163c163,165
< The
---
> If the external integer variable
> .Dv getmnt_silent
> is non-zero then the
166a169,171
> By default
> .Dv getmnt_silent
> is zero.