Bug 181086

Summary: Missing space in Chapter 23 of handbook
Product: Documentation Reporter: Aldis Berjoza <graudeejs>
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Aldis Berjoza 2013-08-06 11:30:00 UTC
In Chapter 23 of handbook there is missing space after Xorg in bold

"How to use Xorgeffectively with different languages."

should be 

"How to use Xorg effectively with different languages."

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/l10n.html
Comment 1 Warren Block freebsd_committer freebsd_triage 2013-08-06 14:57:17 UTC
Responsible Changed
From-To: freebsd-doc->wblock

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-06 14:59:41 UTC
Author: wblock
Date: Tue Aug  6 13:59:33 2013
New Revision: 42502
URL: http://svnweb.freebsd.org/changeset/doc/42502

Log:
  Fix a missing space.
  
  PR:		docs/181086
  Submitted by:	Aldis Berjoza <graudeejs@yandex.ru>

Modified:
  head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml	Tue Aug  6 13:21:03 2013	(r42501)
+++ head/en_US.ISO8859-1/books/handbook/l10n/chapter.xml	Tue Aug  6 13:59:33 2013	(r42502)
@@ -54,7 +54,7 @@
 	  languages.</para>
       </listitem>
       <listitem>
-	<para>How to use <application>Xorg</application>effectively
+	<para>How to use <application>Xorg</application> effectively
 	  with different languages.</para>
       </listitem>
       <listitem>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Warren Block freebsd_committer freebsd_triage 2013-08-06 14:59:51 UTC
State Changed
From-To: open->closed

Change committed, thanks!