Changeset e275cab in rtems for doc/posix1003.1/summarize
- Timestamp:
- 06/12/00 17:09:16 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ce5b291f
- Parents:
- 91a49b38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/summarize
r91a49b38 re275cab 183 183 } 184 184 185 chapters="ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t \ 186 ch09.t ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t" 185 if test $# -lt 1; then 186 echo "Missing arguments" 187 exit 1 188 fi 189 chapters="$*" 187 190 188 191 # go through the chapters one at a time
Note: See TracChangeset
for help on using the changeset viewer.