Mercurial > ecos
changeset 662:3c728b950c4c
* 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 | 8db735631ddb |
| children | 51dfc634eb20 |
| files | packages/compat/posix/current/ChangeLog packages/compat/posix/current/cdl/posix.cdl packages/compat/posix/current/doc/posix.sgml |
| diffstat | 3 files changed, 9 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/compat/posix/current/ChangeLog +++ b/packages/compat/posix/current/ChangeLog @@ -1,3 +1,8 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * doc/posix.sgml: Expunge EL/IX. Dead standard. + * cdl/posix.cdl: Add doc link. + 2003-02-13 Jonathan Larmour <jifl@eCosCentric.com> * src/mutex.cxx: Include sched.hxx for scheduler lock/unlock primitives.
--- 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>
