source: rtems/doc/new_chapters/adminiface.t @ 16bed8a

4.104.114.84.95
Last change on this file since 16bed8a was 16bed8a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/04/98 at 19:25:14

More complete shells generated.

  • Property mode set to 100644
File size: 921 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Administration Interface Manager
10
11@section Introduction
12
13The
14administration interface manager is ...
15
16The directives provided by the administration interface manager are:
17
18@itemize @bullet
19@item @code{admin_shutdown} -
20@end itemize
21
22@section Background
23
24@section Operations
25
26@section Directives
27
28This section details the administration interface manager's directives.
29A subsection is dedicated to each of this manager's directives
30and describes the calling sequence, related constants, usage,
31and status codes.
32
33@page
34@subsection admin_shutdown -
35
36@subheading CALLING SEQUENCE:
37
38@ifset is-C
39@example
40int admin_shutdown(
41);
42@end example
43@end ifset
44
45@ifset is-Ada
46@end ifset
47
48@subheading STATUS CODES:
49
50@table @b
51@item E
52The
53
54@end table
55
56@subheading DESCRIPTION:
57
58@subheading NOTES:
59
Note: See TracBrowser for help on using the repository browser.