Change &ldquo;...&rdquo; to <quote>...</quote> as per a discussion on

-doc.

Suggested by:	nik
This commit is contained in:
Jim Mock 2000-06-08 01:56:23 +00:00
parent 352a3da4b5
commit 3302fdee27
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7302
54 changed files with 883 additions and 883 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.17 2000/04/03 02:15:38 chris Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml,v 1.18 2000/04/30 22:10:06 nik Exp $
-->
<chapter id="disks">
@ -521,7 +521,7 @@
system, you may use the <literal>dedicated</literal> mode. Remember
this mode can confuse Microsoft operating systems; however, no damage
will be done by them. IBM's OS/2 however, will
&ldquo;appropriate&rdquo; any partition it finds which it doesn't
<quote>appropriate</quote> any partition it finds which it doesn't
understand.</para>
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/rda1 bs=1k count=1</userinput>
@ -658,7 +658,7 @@ options QUOTA</programlisting>
line:</para>
<programlisting>
enable_quotas=&ldquo;YES&rdquo;</programlisting>
enable_quotas=<quote>YES</quote></programlisting>
<para>For finer control over your quota startup, there is an
additional configuration variable available. Normally on bootup,
@ -672,14 +672,14 @@ enable_quotas=&ldquo;YES&rdquo;</programlisting>
purpose:</para>
<programlisting>
check_quotas=&ldquo;NO&rdquo;</programlisting>
check_quotas=<quote>NO</quote></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=&ldquo;YES&rdquo;</programlisting>
check_quotas=<quote>YES</quote></programlisting>
<para>Finally you will need to edit <filename>/etc/fstab</filename>
to enable disk quotas on a per-file system basis. This is where