[PHP-DOC] cvs: phpdoc /kr language-snippets.ent preface.xml /kr/appendices history.xml From: Egon Schmid (eschmid <email protected>)
Date: 12/29/01

eschmid Sat Dec 29 02:35:20 2001 EDT

  Modified files:
    /phpdoc/kr language-snippets.ent preface.xml
    /phpdoc/kr/appendices history.xml
  Log:
  Fixed some errors.
  
Index: phpdoc/kr/language-snippets.ent
diff -u phpdoc/kr/language-snippets.ent:1.5 phpdoc/kr/language-snippets.ent:1.6
--- phpdoc/kr/language-snippets.ent:1.5 Thu Jul 12 09:39:54 2001
+++ phpdoc/kr/language-snippets.ent Sat Dec 29 02:35:20 2001
@@ -1,9 +1,13 @@
-<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.5 2001/07/12 13:39:54 jeroen Exp $ -->
+<!-- PHPDoc snippets $Id: language-snippets.ent,v 1.6 2001/12/29 07:35:20 eschmid Exp $ -->
 
 
 
 <!ENTITY warn.experimental '<warning><simpara>This module is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of these functions, these function names, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this module at your own risk.</simpara></warning>'>
 <!ENTITY warn.experimental.func '<warning><simpara>This function is <emphasis>EXPERIMENTAL</emphasis>. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk.</simpara></warning>'>
+
+<!ENTITY warn.undocumented.func '<warning><simpara>This function is
+currently not documented, only the argument list is
+available.</simpara></warning>'>
 
 <!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result directly to the browser, you can use the <link linkend="ref.outcontrol">output-control functions</link> to capture the output of this function, and save it - for example - in a <type>string</type>.</simpara></tip>'>
 
Index: phpdoc/kr/preface.xml
diff -u phpdoc/kr/preface.xml:1.5 phpdoc/kr/preface.xml:1.6
--- phpdoc/kr/preface.xml:1.5 Wed Dec 12 15:54:10 2001
+++ phpdoc/kr/preface.xml Sat Dec 29 02:35:20 2001
@@ -8,7 +8,7 @@
                         이 언어의 목적은 웹개발자들이 동적인 웹문서를 빠르고 쉽게 작성할 수 있도록 하는 것이다.
    </simpara>
         </abstract>
- <sect1 id="about">
+ <sect1 id="see.en.appendices.about.xml">
                 <title>이 매뉴얼에 대하여</title>
                 <para>
                         이 매뉴얼은 <ulink url="&url.docbook.xml;">DocBook XML DTD</ulink>를 사용한 <acronym>XML</acronym>로 되어있고,
Index: phpdoc/kr/appendices/history.xml
diff -u phpdoc/kr/appendices/history.xml:1.5 phpdoc/kr/appendices/history.xml:1.6
--- phpdoc/kr/appendices/history.xml:1.5 Wed Nov 14 18:14:07 2001
+++ phpdoc/kr/appendices/history.xml Sat Dec 29 02:35:20 2001
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
 <chapt>PHP의 역사
   <sect>PHP 개발의 총람(Overview)
-
+-->