From 1ad166be50190981791f397c1052d51875fdb439 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 19 Jan 2006 08:28:46 +0000 Subject: 2006-01-19 Ralf Corsepius * base.t: Remove. * Makefile.am: Remove base.t. --- doc/new_chapters/ChangeLog | 5 ++++ doc/new_chapters/Makefile.am | 2 +- doc/new_chapters/base.t | 62 -------------------------------------------- 3 files changed, 6 insertions(+), 63 deletions(-) delete mode 100644 doc/new_chapters/base.t (limited to 'doc/new_chapters') diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index ac4eb236c0..685702f4ce 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -1,3 +1,8 @@ +2006-01-19 Ralf Corsepius + + * base.t: Remove. + * Makefile.am: Remove base.t. + 2006-01-19 Ralf Corsepius * eventlog.t: Remove. diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am index f94f40cc46..03bc2a8083 100644 --- a/doc/new_chapters/Makefile.am +++ b/doc/new_chapters/Makefile.am @@ -50,7 +50,7 @@ monitor.texi: monitor.t noinst_SCRIPTS = gen_section -EXTRA_DIST = base.t cpuuse.t error.t \ +EXTRA_DIST = cpuuse.t error.t \ monitor.t rtmonuse.t stackchk.t STATUS TODO \ $(noinst_SCRIPTS) diff --git a/doc/new_chapters/base.t b/doc/new_chapters/base.t deleted file mode 100644 index a5c9509a1a..0000000000 --- a/doc/new_chapters/base.t +++ /dev/null @@ -1,62 +0,0 @@ -@c -@c COPYRIGHT (c) 1988-2002. -@c On-Line Applications Research Corporation (OAR). -@c All rights reserved. -@c -@c $Id$ -@c - -@chapter Mutex Manager - -@section Introduction - -The mutex manager ... - -The directives provided by the mutex manager are: - -@itemize @bullet -@item @code{sigaddset} - -@item @code{sigdelset} - -@item @code{sigfillset} - -@item @code{sigismember} - -@item @code{sigemptyset} - -@item @code{sigaction} - -@item @code{pthread_kill} - -@item @code{pthread_sigmask} - -@item @code{kill} - -@item @code{sigwait} - -@end itemize - -@section Background - -There is currently no text in this section. - -@section Operations - -There is currently no text in this section. - -@section Directives - -This section details the mutex manager's directives. -A subsection is dedicated to each of this manager's directives -and describes the calling sequence, related constants, usage, -and status codes. - -@page -@subsection sigaddset - -@subheading CALLING SEQUENCE: - -@example -int sigaddset( - sigset_t *set, - int signo -); -@end example - -@subheading STATUS CODES: - -@subheading DESCRIPTION: - -@subheading NOTES: - -- cgit v1.2.3