svn commit: r47521 - head/en_US.ISO8859-1/books/faq
Bjoern Heidotting
bhd at FreeBSD.org
Wed Oct 7 17:55:15 UTC 2015
Author: bhd
Date: Wed Oct 7 17:55:14 2015
New Revision: 47521
URL: https://svnweb.freebsd.org/changeset/doc/47521
Log:
Fix entity usage and remove superfluous paranthesis.
Reviewed by: bcr
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Wed Oct 7 17:45:45 2015 (r47520)
+++ head/en_US.ISO8859-1/books/faq/book.xml Wed Oct 7 17:55:14 2015 (r47521)
@@ -2314,8 +2314,8 @@ kern.timecounter.hardware: TSC -> i82
<note>
<para>Problematic <acronym>LOR</acronym>s tend to get
- fixed quickly, so check &a.current.url; before posting
- to the mailing lists.</para>
+ fixed quickly, so check the &a.current; before posting
+ to it.</para>
</note>
</answer>
</qandaentry>
@@ -3496,7 +3496,7 @@ kern.sched.name: ULE</screen>
</question>
<answer>
- <para>The <acronym>ZIL</acronym> ((<acronym>ZFS</acronym>
+ <para>The <acronym>ZIL</acronym> (<acronym>ZFS</acronym>
intent log) is a write log used to implement posix write
commitment semantics across crashes. Normally writes
are bundled up into transaction groups and written to
More information about the svn-doc-head
mailing list