From e694c94bf7221d94232743eb162c227975cd91e8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Sep 2006 15:06:38 +0000 Subject: 2006-09-14 Joel Sherrill * new_chapters/Makefile.am, new_chapters/gen_section, new_chapters/new_chapters.texi, user/Makefile.am, user/c_user.texi, user/dirstat.texi: Promote CPU Usage to first class citizen. Rename to start with rtems_ and include documentation in user guide. * user/cpuuse.t: New file. * new_chapters/cpuuse.t: Removed. --- doc/new_chapters/gen_section | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/new_chapters/gen_section') diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section index d1b472ec3f..5950a2e303 100644 --- a/doc/new_chapters/gen_section +++ b/doc/new_chapters/gen_section @@ -129,22 +129,12 @@ case ${chapter} in ROUTINES="strcpy strncpy strcat strncat strcmp strncmp strchr strcspn \ strpbrk strrchr strspn strstr strtok stlen" ;; - misc_stackchk) - CHAPTER_CAPS="Stack Bounds Checker" - CHAPTER_LOWER="stack bounds checker" - ROUTINES="Stack_check_Initialize Stack_check_Dump_usage" - ;; misc_rtmonuse) CHAPTER_CAPS="Rate Monotonic Period Statistics" CHAPTER_LOWER="rate monotonic period statistics" ROUTINES="Period_usage_Initialize Period_usage_Reset \ Period_usage_Update Period_usage_Dump" ;; - misc_cpuuse) - CHAPTER_CAPS="CPU Usage Statistics" - CHAPTER_LOWER="CPU usage statistics" - ROUTINES="CPU_usage_Dump CPU_usage_Reset" - ;; misc_error) CHAPTER_CAPS="Error Reporting Support" CHAPTER_LOWER="error reporting support" -- cgit v1.2.3