]> git.saurik.com Git - bison.git/blobdiff - examples/extexi
doc: fix mfcalc code.
[bison.git] / examples / extexi
index 0ac5c8aee210641e681b82fff5be53900e6bcf82..efce4e5738f1852cb3b3ddcd7a5b35302be66d4e 100644 (file)
@@ -52,11 +52,11 @@ BEGIN {
     }
 }
 
-/^@example$/, /^@end example$/ {
+/^@(small)?example$/, /^@end (small)?example$/ {
   if (!file)
     next;
 
-  if ($0 ~ /^@example$/)
+  if ($0 ~ /^@(small)?example$/)
     {
       input = files_output[file] ? "\n" : "";
 
@@ -69,7 +69,7 @@ BEGIN {
       next;
     }
 
-  if ($0 ~ /^@end example$/)
+  if ($0 ~ /^@end (small)?example$/)
     {
       if (input == "")
         fatal("no contents: " file);