273 |
|
|
274 |
# Print page header |
# Print page header |
275 |
# ----------------- |
# ----------------- |
276 |
|
chomp($Date); |
277 |
printf "\n\\markboth{Left}{Source File: %s, Date: %s}\n\n", |
printf "\n\\markboth{Left}{Source File: %s, Date: %s}\n\n", |
278 |
$FileBaseName, $Date; |
$FileBaseName, $Date; |
279 |
|
|
889 |
print " -A Ada code"; |
print " -A Ada code"; |
890 |
print " -C C++ code"; |
print " -C C++ code"; |
891 |
print " -F F90 code"; |
print " -F F90 code"; |
892 |
|
print " -7 F77 code"; |
893 |
print " -S Shell script"; |
print " -S Shell script"; |
894 |
print " "; |
print " "; |
895 |
print " The options can appear in any order. The options, -h and -b,"; |
print " The options can appear in any order. The options, -h and -b,"; |