From owner-dev-commits-doc-all@freebsd.org Mon Dec 28 18:27:52 2020 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 949DA4BD3E2 for ; Mon, 28 Dec 2020 18:27:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4Qyc3mC9z4Xnj; Mon, 28 Dec 2020 18:27:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 741171E28C; Mon, 28 Dec 2020 18:27:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 0BSIRqx8074877; Mon, 28 Dec 2020 18:27:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BSIRqTk074876; Mon, 28 Dec 2020 18:27:52 GMT (envelope-from git) Date: Mon, 28 Dec 2020 18:27:52 GMT Message-Id: <202012281827.0BSIRqTk074876@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Benedict Reuschling Subject: git: 7d0cc33a0e - main - Fix some igor warnings: - Indentations - Replace spaces with tabs - Fix a repeated word: it it -> it is MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bcr X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7d0cc33a0e461b51c31ccba516524c651dd53eea Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the doc repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 18:27:52 -0000 The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=7d0cc33a0e461b51c31ccba516524c651dd53eea commit 7d0cc33a0e461b51c31ccba516524c651dd53eea Author: Benedict Reuschling AuthorDate: 2020-12-28 18:25:50 +0000 Commit: Benedict Reuschling CommitDate: 2020-12-28 18:25:50 +0000 Fix some igor warnings: - Indentations - Replace spaces with tabs - Fix a repeated word: it it -> it is --- en_US.ISO8859-1/books/handbook/zfs/chapter.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml index 46793ee452..4bc0031fa0 100644 --- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -1921,10 +1921,10 @@ mypool/usr/home sharesmb off local &prompt.root; zfs set sharenfs=on mypool/usr/home It is also possible to set additional options for sharing - datasets through NFS, such as - , and - . To set additional options to a - dataset shared through NFS, enter: + datasets through NFS, such as + , and + . To set additional options to a + dataset shared through NFS, enter: &prompt.root; zfs set sharenfs="-alldirs,-maproot=root,-network=192.168.1.0/24" mypool/usr/home @@ -2029,8 +2029,8 @@ mypool/var/tmp@my_recursive_snapshot 0 - 152K - zfs list. displays both file systems and snapshots. - Snapshots are not mounted directly, so no path is shown in - the MOUNTPOINT column. There is no + Snapshots are not mounted directly, so no path is shown + in the MOUNTPOINT column. There is no mention of available disk space in the AVAIL column, as snapshots cannot be written to after they are created. Compare the snapshot @@ -3565,11 +3565,11 @@ vfs.zfs.vdev.cache.size="5M" the pool unbootable. Likewise, you should not use an entire disk as part of a mirror or RAID-Z vdev. These are - because it it impossible to reliably determine + because it is impossible to reliably determine the size of an unpartitioned disk at boot time and because there's no place to put in boot code. - +