summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/summarize
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 16:37:57 +0000
commit3cffce87d659305ef4ab8b7225116a36be47ce75 (patch)
treeff1dc28c88f6695c557ef27d4590fa2d53d20557 /doc/posix1003.1/summarize
parentAdded types, status of functions, cleaned up output of summarize. (diff)
downloadrtems-3cffce87d659305ef4ab8b7225116a36be47ce75.tar.bz2
Completed first pass at function status.
Added most data types without status information.
Diffstat (limited to '')
-rwxr-xr-xdoc/posix1003.1/summarize2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/posix1003.1/summarize b/doc/posix1003.1/summarize
index c60ce3a6d9..a8bdaa93a4 100755
--- a/doc/posix1003.1/summarize
+++ b/doc/posix1003.1/summarize
@@ -72,6 +72,7 @@ summarize_chapter()
datatypes_unmplementable=`wc3 "Type," "Unimplementable" $*`
datatypes_partial=` wc3 "Type," "Partial Implementation" $*`
datatypes_dummy=` wc3 "Type," "Dummy Implementation" $*`
+ datatypes_untested=` wc3 "Type," "Untested Implementation" $*`
datatypes_sum=`addit ${datatypes_implemented} \
${datatypes_unimplemented} ${datatypes_unmplementable} \
@@ -103,6 +104,7 @@ summarize_chapter()
echo " Unimplementable : ${datatypes_unmplementable}"
echo " Partial : ${datatypes_partial}"
echo " Dummy : ${datatypes_dummy}"
+ echo " Untested : ${datatypes_untested}"
echo "@end example"
echo
if [ ${datatypes_sum} -ne ${datatypes_total} ] ; then