From owner-svn-doc-all@FreeBSD.ORG Thu May 29 11:32:16 2014 Return-Path: Delivered-To: svn-doc-all@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 86F08FB0; Thu, 29 May 2014 11:32:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7401F2F71; Thu, 29 May 2014 11:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TBWG6A055246; Thu, 29 May 2014 11:32:16 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TBWGkp055245; Thu, 29 May 2014 11:32:16 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201405291132.s4TBWGkp055245@svn.freebsd.org> From: Ryusuke SUZUKI Date: Thu, 29 May 2014 11:32:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44971 - head/ja_JP.eucJP/books/handbook/linuxemu X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 11:32:16 -0000 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 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 @@ Linux 互換機能を常に有効にする場合には、 /etc/rc.conf に以下の行を追加してください。 - linux_enable=YES + linux_enable="YES" この設定により、/etc/rc.i386 では次のような操作が行なわれます。