missing word in error message. ok millert
authortedu <tedu@openbsd.org>
Wed, 7 May 2014 01:49:36 +0000 (01:49 +0000)
committertedu <tedu@openbsd.org>
Wed, 7 May 2014 01:49:36 +0000 (01:49 +0000)
sbin/sysctl/sysctl.c

index 1f62dca..ad914e2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sysctl.c,v 1.201 2014/05/07 01:41:18 tedu Exp $       */
+/*     $OpenBSD: sysctl.c,v 1.202 2014/05/07 01:49:36 tedu Exp $       */
 /*     $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $       */
 
 /*
@@ -1054,8 +1054,8 @@ parse_baddynamic(int mib[], size_t len, char *string, void **newvalp,
                                                return;
                                        if (!nflag)
                                                printf("%s: ", string);
-                                       puts("kernel does contain bad dynamic "
-                                           "port tables");
+                                       puts("kernel does not contain bad "
+                                           "dynamic port tables");
                                        return;
                                }
                                baddynamic_loaded = 1;