Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 18:27:52 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 7d0cc33a0e - main - Fix some igor warnings: - Indentations - Replace spaces with tabs - Fix a repeated word: it it -> it is
Message-ID:  <202012281827.0BSIRqTk074876@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7d0cc33a0e461b51c31ccba516524c651dd53eea

commit 7d0cc33a0e461b51c31ccba516524c651dd53eea
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2020-12-28 18:25:50 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
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</screen>
       <screen>&prompt.root; <userinput> zfs set sharenfs=on <replaceable>mypool/usr/home</replaceable></userinput></screen>
 
       <para>It is also possible to set additional options for sharing
-      datasets through <acronym>NFS</acronym>, such as
-      <option>-alldirs</option>, <option>-maproot</option> and
-      <option>-network</option>.  To set additional options to a
-      dataset shared through NFS, enter:</para>
+	datasets through <acronym>NFS</acronym>, such as
+	<option>-alldirs</option>, <option>-maproot</option> and
+	<option>-network</option>.  To set additional options to a
+	dataset shared through NFS, enter:</para>
 
       <screen>&prompt.root; <userinput> zfs set sharenfs="-alldirs,-maproot=<replaceable>root</replaceable>,-network=<replaceable>192.168.1.0/24</replaceable>" <replaceable>mypool/usr/home</replaceable></userinput></screen>
       </sect3>
@@ -2029,8 +2029,8 @@ mypool/var/tmp@my_recursive_snapshot           0      -   152K  -</screen>
 	  <command>zfs list</command>.  <option>-t all</option>
 	  displays both file systems and snapshots.</para>
 
-	<para>Snapshots are not mounted directly, so no path is shown in
-	  the <literal>MOUNTPOINT</literal> column.  There is no
+	<para>Snapshots are not mounted directly, so no path is shown
+	  in the <literal>MOUNTPOINT</literal> column.  There is no
 	  mention of available disk space in the
 	  <literal>AVAIL</literal> column, as snapshots cannot be
 	  written to after they are created.  Compare the snapshot
@@ -3565,11 +3565,11 @@ vfs.zfs.vdev.cache.size="5M"</programlisting>
 		      the pool unbootable.  Likewise, you should not
 		      use an entire disk as part of a mirror or
 		      <acronym>RAID-Z</acronym> 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.</para>
-                  </caution>
+		  </caution>
 		</listitem>
 
 		<listitem>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281827.0BSIRqTk074876>