From 7331714cf96cef835dd5bfd2ab29961cccdd1899 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Mar 1998 18:15:01 +0000 Subject: Added Constants, Feature Flags, and Macros (included in Functions). No status information was included. --- doc/posix1003.1/summarize | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/posix1003.1/summarize') diff --git a/doc/posix1003.1/summarize b/doc/posix1003.1/summarize index 7432f85c2f..fc8631894a 100755 --- a/doc/posix1003.1/summarize +++ b/doc/posix1003.1/summarize @@ -41,8 +41,6 @@ addit() summarize_chapter() { echo - # takes at least 3.0 inches for each generated section - echo "@need 3000" if [ $# -eq 1 ] ; then grep "^@chapter" $1 | \ sed -e "s/^.chapter/@section/" \ @@ -128,7 +126,7 @@ summarize_chapter() echo if [ ${functions_sum} -ne ${functions_total} ] ; then echo "@sp 1" - echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!}}" + echo "@center @b{FUNCTION COUNTS DO NOT ADD UP!!}" echo "@sp 1" fi @@ -191,6 +189,7 @@ chapters="ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ for chapter in ${chapters} do summarize_chapter $chapter + echo "@page" done # now generate the overall summary -- cgit v1.2.3