summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/summarize
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-18 18:15:01 +0000
commit7331714cf96cef835dd5bfd2ab29961cccdd1899 (patch)
tree05f93fdbf927996c6a4b4af201cd0b311d105805 /doc/posix1003.1/summarize
parentFirst attempt at adding constants and feature flags (diff)
downloadrtems-7331714cf96cef835dd5bfd2ab29961cccdd1899.tar.bz2
Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.
Diffstat (limited to '')
-rwxr-xr-xdoc/posix1003.1/summarize5
1 files changed, 2 insertions, 3 deletions
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