Bug 123947

Summary: [patch] Fix ":-" symbols in FAQ
Product: Documentation Reporter: Gabor Pali <pgj>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
books.faq.patch.8.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-24 08:00:07 UTC
	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 :)
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-25 12:01:03 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-25 15:34:46 UTC
gabor       2008-05-25 14:34:42 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/faq book.sgml 
  Log:
  - Replace the ":-" symbols with a simple colon, this must have been the
    original intention of the author as ":-" does not have any special
    meaning in the English grammar
  
  PR:             docs/123947
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.818     +3 -3      doc/en_US.ISO8859-1/books/faq/book.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-25 15:41:48 UTC
State Changed
From-To: open->closed

Committed, thanks!