From nobody@FreeBSD.org  Mon May 26 17:31:12 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 79F07621
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 May 2014 17:31:12 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 678172A14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 May 2014 17:31:12 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QHVCST012311
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 May 2014 17:31:12 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4QHVCbh012306;
	Mon, 26 May 2014 17:31:12 GMT
	(envelope-from nobody)
Message-Id: <201405261731.s4QHVCbh012306@cgiserv.freebsd.org>
Date: Mon, 26 May 2014 17:31:12 GMT
From: Ryusuke Yanagisawa <ryngsw@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typo in rc.conf for Linux Binary Compatibility in Japanese Handbook
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         190275
>Category:       docs
>Synopsis:       Typo in rc.conf for Linux Binary Compatibility in Japanese Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 17:40:00 UTC 2014
>Closed-Date:    Thu May 29 13:50:43 UTC 2014
>Last-Modified:  Thu May 29 13:50:43 UTC 2014
>Originator:     Ryusuke Yanagisawa
>Release:        
>Organization:
>Environment:
>Description:
There is a typo on rc.conf configuring for Linux&#174; Binary Compatibility in Japanese Handbook at http://www.freebsd.org/doc/ja/books/handbook/linuxemu-lbc-install.html .
In the following line from the above handbook page:
linux_enable=YES

These corner brackets (U+300C, U+300D) are NOT accepted by the rc.conf syntax.
>How-To-Repeat:
Visit http://www.freebsd.org/doc/ja/books/handbook/linuxemu-lbc-install.html
>Fix:
It seems that the typo was caused by DocBook's l10n.([1])
So, one of fixes is to add the Lang attribute to the Quote tag simply, I think.

[1] http://docbook.org/tdg/en/html/quote.html#d0e151810

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Tue May 27 09:40:15 UTC 2014 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190275 

From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To: ryusuke@FreeBSD.org
Cc: ryngsw@gmail.com, bug-followup@FreeBSD.org
Subject: Re: docs/190275: Typo in rc.conf for Linux Binary Compatibility in
 Japanese Handbook
Date: Wed, 28 May 2014 20:59:44 +0900 (JST)

 ----Security_Multipart(Wed_May_28_20_59_44_2014_097)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Thank you for reporting PR: docs/190275.
 
 I will fix the problem by substituting quote tag by real quotation as
 
 -    <programlisting>linux_enable=<quote>YES</quote></programlisting>
 +    <programlisting>linux_enable="YES"</programlisting>
 
 since this line was changed in the same manner in the English version.
 
 http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/handbook/linuxemu/chap
 ter.xml?r1=13926&r2=14071&view=patch
 
 Regards,
   Ryusuke
 
 ----Security_Multipart(Wed_May_28_20_59_44_2014_097)--
 Content-Type: application/pgp-signature
 Content-Transfer-Encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (FreeBSD)
 
 iEYEABECAAYFAlOFz7AACgkQG5rRvmPSlyRq/gCfV+ceAWtU7eC7/FTn6UeTvCuc
 eUcAoKH6U6b5c6oE/1qEE+ZNyGN/mM7i
 =X6mt
 -----END PGP SIGNATURE-----
 
 ----Security_Multipart(Wed_May_28_20_59_44_2014_097)----

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/190275: commit references a PR
Date: Thu, 29 May 2014 11:32:20 +0000 (UTC)

 --===============8064232024982001444==
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
 Author: ryusuke
 Date: Thu May 29 11:32:15 2014
 New Revision: 44971
 URL: http://svnweb.freebsd.org/changeset/doc/44971
 
 Log:
   PR: docs/190275
   
   o Substitute quote tag by real quotation.
   
   Spotted by: Ryusuke Yanagisawa <ryngsw _at_ gmail dot com>
 
 Modified:
   head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml
 
 Modified: head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml
 ==============================================================================
 --- head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml	Wed May 28 15:17:27 2014	(r44970)
 +++ head/ja_JP.eucJP/books/handbook/linuxemu/chapter.xml	Thu May 29 11:32:15 2014	(r44971)
 @@ -95,7 +95,7 @@
      <para>Linux ߴǽͭˤˤϡ
        <filename>/etc/rc.conf</filename> ˰ʲιԤɲäƤ</para>
  
 -    <programlisting>linux_enable=<quote>YES</quote></programlisting>
 +    <programlisting>linux_enable="YES"</programlisting>
  
      <para>ˤꡢ<filename>/etc/rc.i386</filename>
        ǤϼΤ褦Ԥʤޤ</para>
 
 --===============8064232024982001444==
 Content-Type: text/plain; charset="us-ascii"
 MIME-Version: 1.0
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 _______________________________________________
 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"
 --===============8064232024982001444==--
 
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Thu May 29 13:49:44 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190275 
>Unformatted:
