diff options
author | gjb <gjb@FreeBSD.org> | 2015-08-03 16:30:03 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-08-03 16:30:03 +0000 |
commit | 3b38a8c36ed4d4c3e7869f146343773fa53b8776 (patch) | |
tree | 2facf520f742d90690908bc2e60ada99afb9fa4c /cddl | |
parent | a0b545acc62cb53c9d5e843e88a99d88d40b73b4 (diff) | |
download | FreeBSD-src-3b38a8c36ed4d4c3e7869f146343773fa53b8776.zip FreeBSD-src-3b38a8c36ed4d4c3e7869f146343773fa53b8776.tar.gz |
MFC r286092:
Fix a rendering issue in the zfs(8) manual.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zfs/zfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 index f2852cf..b7d9ac0 100644 --- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 +++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 @@ -27,11 +27,11 @@ .\" Copyright (c) 2013, Steven Hartland <smh@FreeBSD.org> .\" Copyright (c) 2014 Nexenta Systems, Inc. All Rights Reserved. .\" Copyright (c) 2014, Xin LI <delphij@FreeBSD.org> -.\" Copyright (c) 2014, The FreeBSD Foundation, All Rights Reserved. +.\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved. .\" .\" $FreeBSD$ .\" -.Dd December 12, 2014 +.Dd July 30, 2015 .Dt ZFS 8 .Os .Sh NAME @@ -938,7 +938,7 @@ not be used by any other dataset. Disabling checksums is .Em NOT a recommended practice. -.It Sy compression Ns = Ns Cm on | off | lzjb | gzip | gzip- Ns Ar N | zle | Cm lz4 +.It Sy compression Ns = Ns Cm on | off | lzjb | gzip | gzip- Ns Ar N | Cm zle | Cm lz4 Controls the compression algorithm used for this dataset. The .Cm lzjb compression algorithm is optimized for performance while providing decent data |