Deleted Added
full compact
mount.8 (128073) mount.8 (129327)
1.\" Copyright (c) 1980, 1989, 1991, 1993
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
1.\" Copyright (c) 1980, 1989, 1991, 1993
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.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
29.\" $FreeBSD: head/sbin/mount/mount.8 128073 2004-04-09 19:58:40Z markm $
29.\" $FreeBSD: head/sbin/mount/mount.8 129327 2004-05-17 08:35:43Z ru $
30.\"
31.Dd April 7, 2003
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

143.Xr fstab 5
144file for the file system.
145.It Cm multilabel
146Enable multi-label Mandatory Access Control, or MAC, on the specified file
147system.
148If the file system supports multilabel operation, individual labels will
149be maintained for each object in the file system, rather than using a
150single label for all obejcts.
30.\"
31.Dd April 7, 2003
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

143.Xr fstab 5
144file for the file system.
145.It Cm multilabel
146Enable multi-label Mandatory Access Control, or MAC, on the specified file
147system.
148If the file system supports multilabel operation, individual labels will
149be maintained for each object in the file system, rather than using a
150single label for all obejcts.
151An alternative to
152.Em -l
151An alternative to the
152.Fl l
153flag in
154.Xr tunefs 8 .
155See
156.Xr mac 4
157for more information, which cause the multilabel mount flag to be set
158automatically at mount-time.
159.It Cm noasync
160Metadata I/O should be done synchronously, while data I/O should be done

--- 332 unchanged lines hidden ---
153flag in
154.Xr tunefs 8 .
155See
156.Xr mac 4
157for more information, which cause the multilabel mount flag to be set
158automatically at mount-time.
159.It Cm noasync
160Metadata I/O should be done synchronously, while data I/O should be done

--- 332 unchanged lines hidden ---