You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2009/12/20 09:04:59 UTC

svn commit: r892568 - /httpd/httpd/trunk/docs/manual/configuring.xml.ja

Author: takashi
Date: Sun Dec 20 08:04:59 2009
New Revision: 892568

URL: http://svn.apache.org/viewvc?rev=892568&view=rev
Log:
Improve the wording.

Submitted by: OZAWA Sakuro <ozawa feedforce.jp>
Reviewed by:  takashi


Modified:
    httpd/httpd/trunk/docs/manual/configuring.xml.ja

Modified: httpd/httpd/trunk/docs/manual/configuring.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/configuring.xml.ja?rev=892568&r1=892567&r2=892568&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/configuring.xml.ja [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/configuring.xml.ja [utf-8] Sun Dec 20 08:04:59 2009
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:830237 (outdated) -->
+<!-- English Revision: 420990:892280 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -72,7 +72,7 @@
     <p>設定ファイルのディレクティブは大文字小文字を区別しませんが、
     引数にはしばしば区別するものがあります。ハッシュ文字 "#"
     で始まる行はコメントと見なされて無視されます。
-    設定ディレクティブの後の行ではコメントが含まれていては<strong
+    設定ディレクティブと同一行の末尾にコメントが含まれていては<strong
     >いけません</strong>。ディレクティブの前の空行と空白は無視されますので、
     わかりやすくするためにディレクティブをインデントしても構いません。
     </p>