Changeset e7acb60 in rtems
- Timestamp:
- 03/16/98 16:15:32 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4936b65
- Parents:
- d2865dce
- Location:
- doc/posix1003.1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/Makefile
rd2865dce re7acb60 152 152 -n "Command and Variable Index" ${*}.t 153 153 154 155 154 html: $(FILES) 156 155 -mkdir $(WWW_INSTALL)/$(PROJECT) -
doc/posix1003.1/posix1003_1.texi
rd2865dce re7acb60 82 82 @include ch17.texi 83 83 @include ch18.texi 84 @include ch19.texi 84 85 85 86 @ifinfo … … 109 110 * Thread-Specific Data:: 110 111 * Thread Cancellation:: 112 * Compliance Summary:: 111 113 * Command and Variable Index:: 112 114 * Concept Index:: … … 119 121 @c 120 122 121 @node Command and Variable Index, Concept Index, List of Cancellation Points, Top123 @node Command and Variable Index, Concept Index, Thread Cancellation Chapter, Top 122 124 @unnumbered Command and Variable Index 123 125 -
doc/posix1003.1/summarize
rd2865dce re7acb60 15 15 summarize_chapter() 16 16 { 17 grep "^@chapter" $1 | sed -e "s/^.chapter/@section/" 17 grep "^@chapter" $1 | \ 18 sed -e "s/^.chapter/@section/" \ 19 -e "s/$/ Chapter/" 18 20 echo 19 21 num_functions=`grep "()" $1 | wc -l`
Note: See TracChangeset
for help on using the changeset viewer.