Deleted Added
full compact
getmntopts.3 (84471) getmntopts.3 (102231)
1.\" Copyright (c) 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95
1.\" Copyright (c) 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)getmntopts.3 8.3 (Berkeley) 3/30/95
33.\" $FreeBSD: head/sbin/mount/getmntopts.3 84471 2001-10-04 13:11:11Z ru $
33.\" $FreeBSD: head/sbin/mount/getmntopts.3 102231 2002-08-21 18:11:48Z trhodes $
34.\"
35.Dd March 30, 1995
36.Dt GETMNTOPTS 3
37.Os
38.Sh NAME
39.Nm getmntopts
40.Nd scan mount options
41.Sh SYNOPSIS

--- 93 unchanged lines hidden (view full) ---

135and
136.Dv MNT_UPDATE
137flags to be set.
138Finally, the table must be terminated by an entry with a
139.Dv NULL
140first element.
141.Sh EXAMPLES
142Most commands will use the standard option set.
34.\"
35.Dd March 30, 1995
36.Dt GETMNTOPTS 3
37.Os
38.Sh NAME
39.Nm getmntopts
40.Nd scan mount options
41.Sh SYNOPSIS

--- 93 unchanged lines hidden (view full) ---

135and
136.Dv MNT_UPDATE
137flags to be set.
138Finally, the table must be terminated by an entry with a
139.Dv NULL
140first element.
141.Sh EXAMPLES
142Most commands will use the standard option set.
143Local filesystems which support the
143Local file systems which support the
144.Dv MNT_UPDATE
145flag, would also have an
146.Dv MOPT_UPDATE
147entry.
148This can be declared and used as follows:
149.Bd -literal
150#include "mntopts.h"
151

--- 30 unchanged lines hidden ---
144.Dv MNT_UPDATE
145flag, would also have an
146.Dv MOPT_UPDATE
147entry.
148This can be declared and used as follows:
149.Bd -literal
150#include "mntopts.h"
151

--- 30 unchanged lines hidden ---