Deleted Added
full compact
mount.8 (251485) mount.8 (252356)
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 251485 2013-06-07 07:17:46Z jh $
29.\" $FreeBSD: head/sbin/mount/mount.8 252356 2013-06-28 21:00:08Z davide $
30.\"
31.Dd June 6, 2011
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

445.Pp
446However, for the following file system types:
447.Cm cd9660 ,
448.Cm mfs ,
449.Cm msdosfs ,
450.Cm nfs ,
451.Cm nullfs ,
452.Cm oldnfs ,
30.\"
31.Dd June 6, 2011
32.Dt MOUNT 8
33.Os
34.Sh NAME
35.Nm mount
36.Nd mount file systems
37.Sh SYNOPSIS

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

445.Pp
446However, for the following file system types:
447.Cm cd9660 ,
448.Cm mfs ,
449.Cm msdosfs ,
450.Cm nfs ,
451.Cm nullfs ,
452.Cm oldnfs ,
453.Cm smbfs ,
453.Cm udf ,
454and
455.Cm unionfs .
456.Nm
457will not call
458.Xr nmount 2
459directly and will instead attempt to execute a program in
460.Pa /sbin/mount_ Ns Sy XXX

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

539.Xr ext2fs 5 ,
540.Xr fstab 5 ,
541.Xr procfs 5 ,
542.Xr kldload 8 ,
543.Xr mount_cd9660 8 ,
544.Xr mount_msdosfs 8 ,
545.Xr mount_nfs 8 ,
546.Xr mount_nullfs 8 ,
454.Cm udf ,
455and
456.Cm unionfs .
457.Nm
458will not call
459.Xr nmount 2
460directly and will instead attempt to execute a program in
461.Pa /sbin/mount_ Ns Sy XXX

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

540.Xr ext2fs 5 ,
541.Xr fstab 5 ,
542.Xr procfs 5 ,
543.Xr kldload 8 ,
544.Xr mount_cd9660 8 ,
545.Xr mount_msdosfs 8 ,
546.Xr mount_nfs 8 ,
547.Xr mount_nullfs 8 ,
548.Xr mount_smbfs 8 ,
547.Xr mount_udf 8 ,
548.Xr mount_unionfs 8 ,
549.Xr umount 8 ,
550.Xr zfs 8 ,
551.Xr zpool 8
552.Sh HISTORY
553A
554.Nm

--- 26 unchanged lines hidden ---
549.Xr mount_udf 8 ,
550.Xr mount_unionfs 8 ,
551.Xr umount 8 ,
552.Xr zfs 8 ,
553.Xr zpool 8
554.Sh HISTORY
555A
556.Nm

--- 26 unchanged lines hidden ---