Fix some igor warnings:

- Indentations
- Replace spaces with tabs
- Fix a repeated word: it it -> it is
This commit is contained in:
Benedict Reuschling 2020-12-28 18:25:50 +00:00
parent c6e3e11b17
commit 7d0cc33a0e

View file

@ -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> <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 <para>It is also possible to set additional options for sharing
datasets through <acronym>NFS</acronym>, such as datasets through <acronym>NFS</acronym>, such as
<option>-alldirs</option>, <option>-maproot</option> and <option>-alldirs</option>, <option>-maproot</option> and
<option>-network</option>. To set additional options to a <option>-network</option>. To set additional options to a
dataset shared through NFS, enter:</para> 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> <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> </sect3>
@ -2029,8 +2029,8 @@ mypool/var/tmp@my_recursive_snapshot 0 - 152K -</screen>
<command>zfs list</command>. <option>-t all</option> <command>zfs list</command>. <option>-t all</option>
displays both file systems and snapshots.</para> displays both file systems and snapshots.</para>
<para>Snapshots are not mounted directly, so no path is shown in <para>Snapshots are not mounted directly, so no path is shown
the <literal>MOUNTPOINT</literal> column. There is no in the <literal>MOUNTPOINT</literal> column. There is no
mention of available disk space in the mention of available disk space in the
<literal>AVAIL</literal> column, as snapshots cannot be <literal>AVAIL</literal> column, as snapshots cannot be
written to after they are created. Compare the snapshot 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 the pool unbootable. Likewise, you should not
use an entire disk as part of a mirror or use an entire disk as part of a mirror or
<acronym>RAID-Z</acronym> vdev. These are <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 the size of an unpartitioned disk at boot time
and because there's no place to put in boot and because there's no place to put in boot
code.</para> code.</para>
</caution> </caution>
</listitem> </listitem>
<listitem> <listitem>