summaryrefslogtreecommitdiff
path: root/usr.sbin/sysctl/sysctl.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-10-15 19:30:56 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-10-15 19:30:56 +0000
commit55aac6243b5acbd17999433fd5a1d7dd11fe5ad5 (patch)
treee4d1d7c42f81f46837f969e2684101b5b6c1a313 /usr.sbin/sysctl/sysctl.c
parent24503d4d5e34e40fe7b8d340ba1212e5f5350b9d (diff)
s/xntpd/xntpdc/
Diffstat (limited to 'usr.sbin/sysctl/sysctl.c')
-rw-r--r--usr.sbin/sysctl/sysctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c
index 4841cecd466..060b933e3cc 100644
--- a/usr.sbin/sysctl/sysctl.c
+++ b/usr.sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.28 1997/10/03 21:15:19 deraadt Exp $ */
+/* $OpenBSD: sysctl.c,v 1.29 1997/10/15 19:30:55 kstailey Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
#else
-static char *rcsid = "$OpenBSD: sysctl.c,v 1.28 1997/10/03 21:15:19 deraadt Exp $";
+static char *rcsid = "$OpenBSD: sysctl.c,v 1.29 1997/10/15 19:30:55 kstailey Exp $";
#endif
#endif /* not lint */
@@ -307,7 +307,7 @@ parse(string, flags)
case KERN_NTPTIME:
if (flags == 0)
return;
- warnx("use xntpd to view %s information", string);
+ warnx("use xntpdc to view %s information", string);
return;
case KERN_CLOCKRATE:
special |= CLOCK;