mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:34:53 +01:00
+ Some small fixes
This commit is contained in:
parent
eaec1c4e68
commit
3974d889bc
@ -21,7 +21,7 @@ the linux 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
|
||||
<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>
|
||||
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>
|
||||
</errors>
|
||||
<seealso>
|
||||
<link id="#rtl.unix.fpPOpen"/>
|
||||
<link id="#rtl.unix.POpen"/>
|
||||
<link id="fpMkFifo"/>
|
||||
</seealso>
|
||||
<example file="linuxex/ex36"/>
|
||||
@ -3056,7 +3056,7 @@ The flags may be<var>OR</var>-ed with one of the following constants:
|
||||
</p>
|
||||
<dl>
|
||||
<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>
|
||||
<dt>O_NoCtty</dt><dd> If the file is a terminal device, it will NOT become
|
||||
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>
|
||||
<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>
|
||||
<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
|
||||
operation on the file will not return untill the data is physically written
|
||||
to disk.</dd>
|
||||
@ -3159,7 +3159,7 @@ directory containing it.</dd>
|
||||
</errors>
|
||||
<seealso>
|
||||
<link id="FpLink"/>
|
||||
<link id="#rtl.unix.SymLink"/>
|
||||
<link id="#rtl.unix.FpSymLink"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="ISO8859-1"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="fcl">
|
||||
<package name="rtl">
|
||||
<module name="classes">
|
||||
<short>Basic classes for FCL </short>
|
||||
<short>Basic classes for RTL </short>
|
||||
<descr>
|
||||
<p>This documentation describes the FPC <file>classes</file> unit.
|
||||
The <file>Classes</file> unit contains basic classes for the Free Component
|
||||
|
||||
@ -448,7 +448,7 @@ the size and sign of the ordinal type:
|
||||
<short>Set of <link id="TTypeKind"/> enumeration.</short>
|
||||
</element>
|
||||
|
||||
<element id="TTypeInfo">
|
||||
<element name="TTypeInfo">
|
||||
<short>Type information record</short>
|
||||
<descr>
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user