]> diplodocus.org Git - nmh/blobdiff - uip/comp.c
man/*.man: Use italic for emphasis, not bold or SHOUTING.
[nmh] / uip / comp.c
index a018d7438f4d92836f67508d07848ff466040ab5..6f685c76d7d9a909e556bcb717e9146141e10156 100644 (file)
@@ -123,7 +123,7 @@ main (int argc, char **argv)
 
                case BILDSW:
                    build++;
-                   /* fall through */
+                   /* FALLTHRU */
                case NWHATSW: 
                    nwhat++;
                    continue;
@@ -359,7 +359,7 @@ try_it_again:
                        i = YESW;
                    break;
                default: 
-                   advise (NULL, "say what?");
+                   inform("say what?");
                    break;
            }
        }