From d46ab11bcd2c662d59ca7d40a98f0e718c0df155 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 7 Mar 2014 13:20:04 -0600 Subject: Classic API Users Guide: Add SMP and affinity services. This patch adds the initial version of the SMP chapter to the Users Guide. --- doc/ada_user/Makefile.am | 3 ++- doc/ada_user/ada_user.texi | 4 +++- doc/ada_user/example.texi | 7 ++----- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/ada_user') diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am index d628a29669..ab19e71643 100644 --- a/doc/ada_user/Makefile.am +++ b/doc/ada_user/Makefile.am @@ -24,7 +24,8 @@ COMMON_FILES += \ $(top_builddir)/user/task.texi $(top_builddir)/user/timer.texi \ $(top_builddir)/user/userext.texi $(top_builddir)/user/stackchk.texi \ $(top_builddir)/user/cpuuse.texi $(top_srcdir)/common/cpright.texi \ - $(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi + $(top_builddir)/user/object.texi $(top_builddir)/user/cbs.texi \ + $(top_builddir)/user/smp.texi FILES = example.texi diff --git a/doc/ada_user/ada_user.texi b/doc/ada_user/ada_user.texi index d12663d81f..80a0e49c11 100644 --- a/doc/ada_user/ada_user.texi +++ b/doc/ada_user/ada_user.texi @@ -8,7 +8,7 @@ @c %**end of header @c -@c COPYRIGHT (c) 1989-2013. +@c COPYRIGHT (c) 1989-2014. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @@ -107,6 +107,7 @@ * User Extensions Manager:: * Configuring a System:: * Multiprocessing Manager:: +* Symmetric Multiprocessing Services:: * Stack Bounds Checker:: * CPU Usage Statistics:: * Object Services:: @@ -150,6 +151,7 @@ @include user/userext.texi @include user/conf.texi @include user/mp.texi +@include user/smp.texi @include user/stackchk.texi @include user/cpuuse.texi @include user/object.texi diff --git a/doc/ada_user/example.texi b/doc/ada_user/example.texi index 697d1e0153..74567672a8 100644 --- a/doc/ada_user/example.texi +++ b/doc/ada_user/example.texi @@ -1,9 +1,9 @@ @c -@c COPYRIGHT (c) 1989-2011. +@c COPYRIGHT (c) 1989-2014. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. -@node Example Application, Glossary, Directive Status Codes STATUS_TEXT - Returns a text for a status code, Top +@node Example Application, Glossary, Directive Status Codes STATUS_CODE_DESCRIPTION - Returns a description for a status code, Top @chapter Example Application @example @@ -11,6 +11,3 @@ Currently there is no example Ada application provided. @end example - - - -- cgit v1.2.3