From owner-svn-doc-all@freebsd.org Sat Sep 2 10:06:38 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64578E0ACD7; Sat, 2 Sep 2017 10:06:38 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD38801EF; Sat, 2 Sep 2017 10:06:38 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v82A6bLa028594; Sat, 2 Sep 2017 10:06:37 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v82A6bKC028593; Sat, 2 Sep 2017 10:06:37 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201709021006.v82A6bKC028593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 2 Sep 2017 10:06:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50784 - head/en_US.ISO8859-1/books/handbook/zfs X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/zfs X-SVN-Commit-Revision: 50784 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2017 10:06:38 -0000 Author: bhd Date: Sat Sep 2 10:06:37 2017 New Revision: 50784 URL: https://svnweb.freebsd.org/changeset/doc/50784 Log: Whitespace and intentation fixes. Wrap a long line. Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Fri Sep 1 14:39:13 2017 (r50783) +++ head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml Sat Sep 2 10:06:37 2017 (r50784) @@ -1302,7 +1302,7 @@ errors: No known data errors operating systems that support ZFS, and even different hardware architectures (with some caveats, see &man.zpool.8;). When a dataset has open files, - zpool export -f can be used to force the + zpool export -f can be used to force the export of a pool. Use this with caution. The datasets are forcibly unmounted, potentially resulting in unexpected behavior by the applications which had open files on those @@ -1886,21 +1886,20 @@ tank custom:costcenter - - Getting and Setting Share Properties Two commonly used and useful dataset properties are the - NFS and SMB share options. - Setting these define if and how ZFS datasets - may be shared on the network. At present, only setting sharing - via NFS is supported on &os;. To get the - current status of a share, enter: + NFS and SMB share + options. Setting these define if and how + ZFS datasets may be shared on the network. + At present, only setting sharing via NFS is + supported on &os;. To get the current status of + a share, enter: &prompt.root; zfs get sharenfs mypool/usr/home - NAME PROPERTY VALUE SOURCE - mypool/usr/home sharenfs on local +NAME PROPERTY VALUE SOURCE +mypool/usr/home sharenfs on local +&prompt.root; zfs get sharesmb mypool/usr/home +NAME PROPERTY VALUE SOURCE +mypool/usr/home sharesmb off local - &prompt.root; zfs get sharesmb mypool/usr/home - - NAME PROPERTY VALUE SOURCE - mypool/usr/home sharesmb off local - To enable sharing of a dataset, enter: &prompt.root; zfs set sharenfs=on mypool/usr/home @@ -3564,8 +3563,8 @@ vfs.zfs.vdev.cache.size="5M" pools can be backed by regular files, this is especially useful for testing and experimentation. Use the full path to the file as the device path - in zpool create. All vdevs must be - at least 128 MB in size. + in zpool create. All vdevs + must be at least 128 MB in size.