Changeset 8f9efcb9 in rtems


Ignore:
Timestamp:
11/16/99 19:41:31 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3135649
Parents:
71689d44
Message:

Added status chapter.

Location:
doc/posix_users
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/posix_users/Makefile

    r71689d44 r8f9efcb9  
    2222   cspecific.texi device.texi files.texi \
    2323   io.texi key.texi memorymgmt.texi message.texi mutex.texi procenv.texi \
    24    process.texi sched.texi semaphores.texi signal.texi systemdb.texi \
    25    thread.texi
     24   process.texi sched.texi semaphores.texi signal.texi status.texi \
     25   systemdb.texi thread.texi
    2626
    2727FILES= posix_users.texi preface.texi \
     
    155155            -n "" ${*}.t
    156156
     157status.texi: status.t Makefile
     158         $(BMENU) -p "" \
     159            -u "Top" \
     160            -n "" ${*}.t
     161
  • doc/posix_users/posix_users.texi

    r71689d44 r8f9efcb9  
    104104@include key.texi
    105105@include cancel.texi
     106@include status.texi
    106107@ifinfo
    107108@node Top, Preface, (dir), (dir)
     
    130131* Key Manager::
    131132* Thread Cancellation Manager::
     133* Status of Implementation::
    132134* Command and Variable Index::
    133135* Concept Index::
Note: See TracChangeset for help on using the changeset viewer.