Browse Source

+ Some small fixes

michael 21 years ago
parent
commit
3974d889bc
3 changed files with 8 additions and 8 deletions
  1. 5 5
      docs/baseunix.xml
  2. 2 2
      docs/classes.xml
  3. 1 1
      docs/typinfo.xml

+ 5 - 5
docs/baseunix.xml

@@ -21,7 +21,7 @@ the linux unit.
 People that have code which heavily uses the old <file>Linux</file> unit,
 People that have code which heavily uses the old <file>Linux</file> unit,
 can simply change <file>linux</file> by <file>oldlinux</file> in the
 can simply change <file>linux</file> by <file>oldlinux</file> in the
 <var>uses</var> clause of their projects, but they should really consider
 <var>uses</var> clause of their projects, but they should really consider
-moving to the <file>Unix</var> and <var>BaseUnix</var> units.
+moving to the <file>Unix</file> and <file>BaseUnix</file> units.
 </p>
 </p>
 <p>
 <p>
 For porting FPC to new unix-like platforms, it should be sufficient to
 For porting FPC to new unix-like platforms, it should be sufficient to
@@ -2239,7 +2239,7 @@ In case the function fails, the following return values are possible:
 </dl>
 </dl>
 </errors>
 </errors>
 <seealso>
 <seealso>
-<link id="#rtl.unix.fpPOpen"/>
+<link id="#rtl.unix.POpen"/>
 <link id="fpMkFifo"/>
 <link id="fpMkFifo"/>
 </seealso>
 </seealso>
 <example file="linuxex/ex36"/>
 <example file="linuxex/ex36"/>
@@ -3056,7 +3056,7 @@ The flags may be<var>OR</var>-ed with one of the following constants:
 </p>
 </p>
 <dl>
 <dl>
 <dt>O_Creat</dt><dd> File is created if it doesn't exist.</dd>
 <dt>O_Creat</dt><dd> File is created if it doesn't exist.</dd>
-<dt>O_Excl</dt><dd> If the file is opened with <var>Open_Creat</var> and it
+<dt>O_Excl</dt><dd> If the file is opened with <var>O_Creat</var> and it
 already exists, the call wil fail.</dd>
 already exists, the call wil fail.</dd>
 <dt>O_NoCtty</dt><dd> If the file is a terminal device, it will NOT become
 <dt>O_NoCtty</dt><dd> If the file is a terminal device, it will NOT become
 the process' controlling terminal.</dd>
 the process' controlling terminal.</dd>
@@ -3065,7 +3065,7 @@ the process' controlling terminal.</dd>
 write</em>, the file pointer is positioned at the end of the file.</dd>
 write</em>, the file pointer is positioned at the end of the file.</dd>
 <dt>O_NonBlock</dt><dd> The file is opened in non-blocking mode. No operation
 <dt>O_NonBlock</dt><dd> The file is opened in non-blocking mode. No operation
 on the file descriptor will cause the calling process to wait till.</dd>
 on the file descriptor will cause the calling process to wait till.</dd>
-<dt>O_NDelay</dt><dd> Idem as <var>Open_NonBlock</var></dd>
+<dt>O_NDelay</dt><dd> Idem as <var>O_NonBlock</var></dd>
 <dt>O_Sync</dt><dd> The file is opened for synchronous IO. Any write
 <dt>O_Sync</dt><dd> The file is opened for synchronous IO. Any write
 operation on the file will not return untill the data is physically written
 operation on the file will not return untill the data is physically written
 to disk.</dd>
 to disk.</dd>
@@ -3159,7 +3159,7 @@ directory containing it.</dd>
 </errors>
 </errors>
 <seealso>
 <seealso>
 <link id="FpLink"/>
 <link id="FpLink"/>
-<link id="#rtl.unix.SymLink"/>
+<link id="#rtl.unix.FpSymLink"/>
 </seealso>
 </seealso>
 </element>
 </element>
 
 

+ 2 - 2
docs/classes.xml

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO8859-1"?>
 <?xml version="1.0" encoding="ISO8859-1"?>
 <fpdoc-descriptions>
 <fpdoc-descriptions>
-<package name="fcl">
+<package name="rtl">
 <module name="classes">
 <module name="classes">
-<short>Basic classes for FCL </short>
+<short>Basic classes for RTL </short>
 <descr>
 <descr>
 <p>This documentation describes the FPC <file>classes</file> unit. 
 <p>This documentation describes the FPC <file>classes</file> unit. 
 The <file>Classes</file> unit contains basic classes for the Free Component
 The <file>Classes</file> unit contains basic classes for the Free Component

+ 1 - 1
docs/typinfo.xml

@@ -448,7 +448,7 @@ the size and sign of the ordinal type:
 <short>Set of <link id="TTypeKind"/> enumeration.</short>
 <short>Set of <link id="TTypeKind"/> enumeration.</short>
 </element>
 </element>
 
 
-<element id="TTypeInfo">
+<element name="TTypeInfo">
 <short>Type information record</short>
 <short>Type information record</short>
 <descr>
 <descr>
 <p>
 <p>