summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/summarize
diff options
context:
space:
mode:
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