bold common headings Syntax|Synopsis|..
[c-standard] / tohtml.sh
index b764269..504d92a 100755 (executable)
--- a/tohtml.sh
+++ b/tohtml.sh
@@ -63,6 +63,11 @@ BEGIN {
        next
 }
 
+/^ *(Syntax|Semantics|Description|Constraints|Synopsis|Returns)$/ {
+       print "<b>" $0 "</b>"
+       next
+}
+
 {
        s = $0
        p = ""