docs/123947: [patch] Fix ":-" symbols in FAQ
Gabor PALI
pgj at FreeBSD.org
Sat May 24 07:00:07 UTC 2008
>Number: 123947
>Category: docs
>Synopsis: [patch] Fix ":-" symbols in FAQ
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Sat May 24 07:00:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Gabor PALI
>Release: FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy at disznohal:/usr/obj/usr/src/sys/GENERIC_ i386
>Description:
There is a strange ":-" symbol in the FreeBSD FAQ, Question 3.11.
``Strange things happen when I boot the install floppy! What is
happening?'', Question 5.2. ``What do I do when I have bad blocks
on my hard drive?'' and Question 5.17. ``Why does Sendmail give me
an error reading "mail loops back to myself"?''.
I have never seen a symbol like this, and I think the author
original intention was to use only a colon. However, I am curious
about whether it means anything special :)
>How-To-Repeat:
>Fix:
--- books.faq.patch.8.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.811
diff -u -r1.811 book.sgml
--- book.sgml 12 Apr 2008 20:13:12 -0000 1.811
+++ book.sgml 24 May 2008 03:24:22 -0000
@@ -1557,7 +1557,7 @@
<answer>
<para>If you are seeing things like the machine grinding to a halt
or spontaneously rebooting when you try to boot the install
- floppy, here are three questions to ask yourself:-</para>
+ floppy, here are three questions to ask yourself:</para>
<orderedlist>
<listitem>
@@ -2939,7 +2939,7 @@
<screen>&prompt.root; <userinput>camcontrol modepage sd0 -m 1 -e -P 3</userinput></screen>
- <para>and changing the values of AWRE and ARRE from 0 to 1:-</para>
+ <para>and changing the values of AWRE and ARRE from 0 to 1:</para>
<programlisting>AWRE (Auto Write Reallocation Enbld): 1
ARRE (Auto Read Reallocation Enbld): 1</programlisting>
@@ -3447,7 +3447,7 @@
</question>
<answer>
- <para>This is answered in the sendmail FAQ as follows:-</para>
+ <para>This is answered in the sendmail FAQ as follows:</para>
<literallayout> * I'm getting "Local configuration error" messages, such as:
--- books.faq.patch.8.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list