aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2002-08-23 17:43:45 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2002-08-23 17:43:45 +0000
commitf7c4ef490139a1ec7648df2c531b256ea29a490d (patch)
treedd5fb870fc814a0c51835ce5bad0483e5ec99b29 /en_US.ISO8859-1
parentec313b4b85a8a77098e0d2cf7dcc4121a653461f (diff)
downloaddoc-f7c4ef490139a1ec7648df2c531b256ea29a490d.tar.gz
doc-f7c4ef490139a1ec7648df2c531b256ea29a490d.zip
Use real quotations inside programlisting tags and not quote tags.
Submitted by: Adam Davenport <dis@cluephone.net>
Notes
Notes: svn path=/head/; revision=13986
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/disks/chapter.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
index 758d4c335f..deae2d15b3 100644
--- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
@@ -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