Use real quotations inside programlisting tags and not quote tags.
Submitted by: Adam Davenport <dis@cluephone.net>
This commit is contained in:
parent
ec313b4b85
commit
f7c4ef4901
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13986
1 changed files with 3 additions and 3 deletions
|
@ -557,7 +557,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<filename>/etc/rc.conf</filename>. This is done by adding the
|
||||
line:</para>
|
||||
|
||||
<programlisting>enable_quotas=<quote>YES</quote></programlisting>
|
||||
<programlisting>enable_quotas="YES"</programlisting>
|
||||
<indexterm>
|
||||
<primary>disk quotas</primary>
|
||||
<secondary>checking</secondary>
|
||||
|
@ -573,13 +573,13 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
skip this step, a variable in <filename>/etc/rc.conf</filename>
|
||||
is made available for the purpose:</para>
|
||||
|
||||
<programlisting>check_quotas=<quote>NO</quote></programlisting>
|
||||
<programlisting>check_quotas="NO"</programlisting>
|
||||
|
||||
<para>If you are running FreeBSD prior to 3.2-RELEASE, the
|
||||
configuration is simpler, and consists of only one variable. Set
|
||||
the following in your <filename>/etc/rc.conf</filename>:</para>
|
||||
|
||||
<programlisting>check_quotas=<quote>YES</quote></programlisting>
|
||||
<programlisting>check_quotas="YES"</programlisting>
|
||||
|
||||
<para>Finally you will need to edit <filename>/etc/fstab</filename>
|
||||
to enable disk quotas on a per-filesystem basis. This is where
|
||||
|
|
Loading…
Reference in a new issue