Mercurial > ecos-v2_0-branch
changeset 653:35f3302e10c5
* doc/posix.sgml: Expunge EL/IX. Dead standard.
* cdl/posix.cdl: Add doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:08:21 +0000 |
| parents | 14022303a178 |
| children | eb2faddfc70e |
| files | packages/compat/posix/current/cdl/posix.cdl packages/compat/posix/current/doc/posix.sgml |
| diffstat | 2 files changed, 4 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/compat/posix/current/cdl/posix.cdl +++ b/packages/compat/posix/current/cdl/posix.cdl @@ -52,6 +52,7 @@ cdl_package CYGPKG_POSIX { display "POSIX compatibility layer" description "This package enables the POSIX compatibility layer that implements IEEE 1003.1." + doc ref/posix-compatibility.html include_dir cyg/posix requires CYGPKG_KERNEL
--- a/packages/compat/posix/current/doc/posix.sgml +++ b/packages/compat/posix/current/doc/posix.sgml @@ -29,8 +29,8 @@ <!-- }}} --> -<part id="elix-compatibility"> -<title>eCos EL/IX compatibility layer</title> +<part id="posix-compatibility"> +<title>eCos POSIX compatibility layer</title> <chapter id="posix-standard-support"> <title>POSIX Standard Support</title> @@ -39,8 +39,7 @@ <para> eCos contains support for the POSIX Specification (ISO/IEC - 9945-1)[POSIX]. This support follows EL/IX level 1 - in the functionality supplied [ELIX]. + 9945-1)[POSIX]. </para> <para> POSIX support is divided between the POSIX and the FILEIO @@ -1464,13 +1463,6 @@ int shutdown( int s, int how); <title>References and Bibliography</title> <bibliomixed> - <bibliomisc>[ELIX]</bibliomisc> - <title>Embedded Linux API Specification</title> - <bibliomisc><ulink - url="http://sources.redhat.com/elix/">http://sources.redhat.com/elix/ - </ulink></bibliomisc> - </bibliomixed> - <bibliomixed> <bibliomisc>[Lewine]</bibliomisc> <author> <firstname>Donald</firstname>
