| Summary: | Typo in rc.conf for Linux Binary Compatibility in Japanese Handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Ryusuke Yanagisawa <ryngsw> | ||||
| Component: | Books & Articles | Assignee: | Ryusuke SUZUKI <ryusuke> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Ryusuke Yanagisawa
2014-05-26 18:40:00 UTC
Responsible Changed From-To: freebsd-doc->ryusuke I'll take this. ----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)---- 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> State Changed From-To: open->closed Committed. Thanks! |