artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3ccfb
)
missing word in error message. ok millert
author
tedu
<tedu@openbsd.org>
Wed, 7 May 2014 01:49:36 +0000
(
01:49
+0000)
committer
tedu
<tedu@openbsd.org>
Wed, 7 May 2014 01:49:36 +0000
(
01:49
+0000)
sbin/sysctl/sysctl.c
patch
|
blob
|
history
diff --git
a/sbin/sysctl/sysctl.c
b/sbin/sysctl/sysctl.c
index
1f62dca
..
ad914e2
100644
(file)
--- a/
sbin/sysctl/sysctl.c
+++ b/
sbin/sysctl/sysctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sysctl.c,v 1.20
1 2014/05/07 01:41:18
tedu Exp $ */
+/* $OpenBSD: sysctl.c,v 1.20
2 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;