Deleted Added
full compact
zfs.8 (263407) zfs.8 (264334)
1'\" te
2.\" Copyright (c) 2013, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

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

23.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
24.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
25.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
26.\" Copyright (c) 2013 Nexenta Systems, Inc. All Rights Reserved.
27.\" Copyright (c) 2013, Joyent, Inc. All rights reserved.
28.\" Copyright (c) 2013, Steven Hartland <smh@FreeBSD.org>
29.\" Copyright (c) 2014, Xin LI <delphij@FreeBSD.org>
30.\"
1'\" te
2.\" Copyright (c) 2013, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

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

23.\" Copyright (c) 2012, Glen Barber <gjb@FreeBSD.org>
24.\" Copyright (c) 2012, Bryan Drewery <bdrewery@FreeBSD.org>
25.\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
26.\" Copyright (c) 2013 Nexenta Systems, Inc. All Rights Reserved.
27.\" Copyright (c) 2013, Joyent, Inc. All rights reserved.
28.\" Copyright (c) 2013, Steven Hartland <smh@FreeBSD.org>
29.\" Copyright (c) 2014, Xin LI <delphij@FreeBSD.org>
30.\"
31.\" $FreeBSD: stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8 263407 2014-03-20 00:28:53Z delphij $
31.\" $FreeBSD: stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8 264334 2014-04-11 01:23:46Z delphij $
32.\"
32.\"
33.Dd January 2, 2014
33.Dd March 20, 2014
34.Dt ZFS 8
35.Os
36.Sh NAME
37.Nm zfs
38.Nd configures ZFS file systems
39.Sh SYNOPSIS
40.Nm
41.Op Fl \&?

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

1330or
1331.Nm zpool Cm create
1332commands, these properties are inherited from the parent dataset. If the parent
1333dataset lacks these properties due to having been created prior to these
1334features being supported, the new file system will have the default values for
1335these properties.
1336.Bl -tag -width 4n
1337.It Sy casesensitivity Ns = Ns Cm sensitive | insensitive | mixed
34.Dt ZFS 8
35.Os
36.Sh NAME
37.Nm zfs
38.Nd configures ZFS file systems
39.Sh SYNOPSIS
40.Nm
41.Op Fl \&?

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

1330or
1331.Nm zpool Cm create
1332commands, these properties are inherited from the parent dataset. If the parent
1333dataset lacks these properties due to having been created prior to these
1334features being supported, the new file system will have the default values for
1335these properties.
1336.Bl -tag -width 4n
1337.It Sy casesensitivity Ns = Ns Cm sensitive | insensitive | mixed
1338Indicates whether the file name matching algorithm used by the file system
1339should be case-sensitive, case-insensitive, or allow a combination of both
1340styles of matching. The default value for the
1341.Sy casesensitivity
1342property is
1343.Cm sensitive .
1344Traditionally, UNIX and POSIX file systems have case-sensitive file names.
1345.Pp
1338The
1346The
1347.Cm mixed
1348value for the
1339.Sy casesensitivity
1349.Sy casesensitivity
1340property is currently not supported on
1341.Fx .
1350property indicates that the
1351file system can support requests for both case-sensitive and case-insensitive
1352matching behavior.
1342.It Sy normalization Ns = Ns Cm none | formC | formD | formKC | formKD
1343Indicates whether the file system should perform a
1344.Sy unicode
1345normalization of file names whenever two file names are compared, and which
1346normalization algorithm should be used. File names are always stored
1347unmodified, names are normalized as part of any comparison process. If this
1348property is set to a legal value other than
1349.Cm none ,

--- 2062 unchanged lines hidden ---
1353.It Sy normalization Ns = Ns Cm none | formC | formD | formKC | formKD
1354Indicates whether the file system should perform a
1355.Sy unicode
1356normalization of file names whenever two file names are compared, and which
1357normalization algorithm should be used. File names are always stored
1358unmodified, names are normalized as part of any comparison process. If this
1359property is set to a legal value other than
1360.Cm none ,

--- 2062 unchanged lines hidden ---