You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/11/24 00:28:11 UTC

svn commit: r106361 - in httpd/httpd/trunk/docs: man manual/mod manual/programs

Author: nd
Date: Tue Nov 23 15:28:09 2004
New Revision: 106361

Modified:
   httpd/httpd/trunk/docs/man/dbmmanage.1
   httpd/httpd/trunk/docs/manual/mod/core.html.de
   httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp
   httpd/httpd/trunk/docs/manual/mod/core.xml.de
   httpd/httpd/trunk/docs/manual/mod/core.xml.ja
   httpd/httpd/trunk/docs/manual/mod/core.xml.meta
   httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en
   httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr
   httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko
   httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta
   httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de
   httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja
   httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta
   httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr
   httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko
   httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta
Log:
update transformation


Modified: httpd/httpd/trunk/docs/man/dbmmanage.1
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/man/dbmmanage.1?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/man/dbmmanage.1&r1=106360&p2=httpd/httpd/trunk/docs/man/dbmmanage.1&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/man/dbmmanage.1	(original)
+++ httpd/httpd/trunk/docs/man/dbmmanage.1	Tue Nov 23 15:28:09 2004
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "DBMMANAGE" 1 "2003-12-02" "Apache HTTP Server" "dbmmanage"
+.TH "DBMMANAGE" 1 "2004-11-23" "Apache HTTP Server" "dbmmanage"
 
 .SH NAME
 dbmmanage \- Manage user authentication files in DBM format
@@ -39,7 +39,7 @@
 .SH "SUMMARY"
  
 .PP
-dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users\&. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage\&. This program can only be used when the usernames are stored in a DBM file\&. To use a flat-file database see htpasswd\&.
+dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users via mod_auth_dbm\&. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage\&. This program can only be used when the usernames are stored in a DBM file\&. To use a flat-file database see htpasswd\&.
  
 .PP
 This manual page only lists the command line arguments\&. For details of the directives necessary to configure user authentication in httpd see the httpd manual, which is part of the Apache distribution or can be found at http://httpd\&.apache\&.org/\&.
@@ -85,25 +85,25 @@
  
 .TP
 add
-Adds an entry for \fIusername\fR to \fIfilename\fR using the encrypted password \fIencpasswd\fR\&.  
+Adds an entry for \fIusername\fR to \fIfilename\fR using the encrypted password \fIencpasswd\fR\&. dbmmanage passwords\&.dat add rbowen foKntnEF3KSXA  
 .TP
 adduser
-Asks for a password and then adds an entry for \fIusername\fR to \fIfilename\fR\&.  
+Asks for a password and then adds an entry for \fIusername\fR to \fIfilename\fR\&. dbmmanage passwords\&.dat adduser krietz  
 .TP
 check
-Asks for a password and then checks if \fIusername\fR is in \fIfilename\fR and if it's password matches the specified one\&.  
+Asks for a password and then checks if \fIusername\fR is in \fIfilename\fR and if it's password matches the specified one\&. dbmmanage passwords\&.dat check rbowen  
 .TP
 delete
-Deletes the \fIusername\fR entry from \fIfilename\fR\&.  
+Deletes the \fIusername\fR entry from \fIfilename\fR\&. dbmmanage passwords\&.dat delete rbowen  
 .TP
 import
 Reads \fIusername\fR:\fIpassword\fR entries (one per line) from STDIN and adds them to \fIfilename\fR\&. The passwords already have to be crypted\&.  
 .TP
 update
-Same as the adduser command, except that it makes sure \fIusername\fR already exists in \fIfilename\fR\&.  
+Same as the adduser command, except that it makes sure \fIusername\fR already exists in \fIfilename\fR\&. dbmmanage passwords\&.dat update rbowen  
 .TP
 view
-Just displays the contents of the DBM file\&. If you specify a \fIusername\fR, it displays the particular record only\&.  
+Just displays the contents of the DBM file\&. If you specify a \fIusername\fR, it displays the particular record only\&. dbmmanage passwords\&.dat view  
   
 .SH "BUGS"
  

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.html.de?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/core.html.de&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/core.html.de&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.de	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.de	Tue Nov 23 15:28:09 2004
@@ -25,6 +25,9 @@
 <a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ja/mod/core.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">Diese �bersetzung ist m�glicherweise
+            nicht mehr aktuell. Bitte pr�fen Sie die englische Version auf
+            die neuesten �nderungen.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>St�ndig verf�gbare Kernfunktionen des Apache HTTP
 Servers</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table>

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.ja.euc-jp	Tue Nov 23 15:28:09 2004
@@ -25,6 +25,8 @@
 <a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ja/mod/core.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>��˻��Ѳ�ǽ�� Apache HTTP �����ФΥ�����ǽ</td></tr>
 <tr><th><a href="module-dict.html#Status">���ơ�����:</a></th><td>Core</td></tr></table>
 </div>

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.xml.de?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/core.xml.de&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/core.xml.de&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.de	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.de	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106258) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/core.xml.ja&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/core.xml.ja&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.ja	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106258) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.meta
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.xml.meta?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/core.xml.meta&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/core.xml.meta&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.meta	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.meta	Tue Nov 23 15:28:09 2004
@@ -6,8 +6,8 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.en	Tue Nov 23 15:28:09 2004
@@ -235,7 +235,7 @@
     run and its arguments.</p>
 
     <p><var>filtername</var> specifies the name of the filter being
-    defined. This name can then be used in SetOutputFilter
+    defined. This name can then be used in <code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code>
     directives. It must be unique among all registered filters.
     <em>At the present time, no error is reported by the
     register-filter API, so a problem with duplicate names isn't
@@ -253,7 +253,7 @@
       external command to run. If there are arguments after the
       program name, the command line should be surrounded in
       quotation marks (<em>e.g.</em>, <code>cmd="<var>/bin/mypgm</var>
-      <var>arg1</var> <var>arg2</var>"</code>. Normal shell quoting is
+      <var>arg1</var> <var>arg2</var>"</code>.) Normal shell quoting is
       not necessary since the program is run directly, bypassing the shell.
       Program arguments are blank-delimited. A backslash can be used to
       escape blanks which should be part of a program argument. Any

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.html.ko.euc-kr	Tue Nov 23 15:28:09 2004
@@ -24,6 +24,8 @@
 <p><span>������ ���: </span><a href="../en/mod/mod_ext_filter.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ko/mod/mod_ext_filter.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
+            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>���� ������ �ܺ� ���α׷����� ó���� �� Ŭ���̾�Ʈ��
 ������</td></tr>
 <tr><th><a href="module-dict.html#Status">����:</a></th><td>Extension</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.ko	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106269) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_ext_filter.xml.meta	Tue Nov 23 15:28:09 2004
@@ -7,6 +7,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.de	Tue Nov 23 15:28:09 2004
@@ -25,6 +25,9 @@
 <a href="../en/mod/mpm_common.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">Diese �bersetzung ist m�glicherweise
+            nicht mehr aktuell. Bitte pr�fen Sie die englische Version auf
+            die neuesten �nderungen.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Eine Sammlung von Direktiven, die in mehr als einem
   Multi-Processing-Modul (MPM) implementiert sind.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>MPM</td></tr></table>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.ja.euc-jp	Tue Nov 23 15:28:09 2004
@@ -25,6 +25,8 @@
 <a href="../en/mod/mpm_common.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ja/mod/mpm_common.html" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>��İʾ�Υޥ���ץ����å��󥰥⥸�塼�� (MPM)
 �Ǽ�������Ƥ���ǥ��쥯�ƥ��֤Υ��쥯�����</td></tr>
 <tr><th><a href="module-dict.html#Status">���ơ�����:</a></th><td>MPM</td></tr></table>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.de	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106261) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.ja	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106261) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta&r1=106360&p2=httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.meta	Tue Nov 23 15:28:09 2004
@@ -6,8 +6,8 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr&r1=106360&p2=httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr	(original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.html.ko.euc-kr	Tue Nov 23 15:28:09 2004
@@ -21,6 +21,8 @@
 <p><span>������ ���: </span><a href="../en/programs/dbmmanage.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ko/programs/dbmmanage.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
+            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>
 
     <p><code>dbmmanage</code>�� HTTP basic authentication��
     ����� ����ڸ��� ��ȣ�� �����ϴ� DBM������ ������ �����

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko&r1=106360&p2=httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko	(original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.ko	Tue Nov 23 15:28:09 2004
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989 -->
+<!-- English Revision: 105989 (outdated: 106259) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation

Modified: httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta?view=diff&rev=106361&p1=httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta&r1=106360&p2=httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta&r2=106361
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta	(original)
+++ httpd/httpd/trunk/docs/manual/programs/dbmmanage.xml.meta	Tue Nov 23 15:28:09 2004
@@ -7,6 +7,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>