diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-10-15 19:30:56 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-10-15 19:30:56 +0000 |
commit | 55aac6243b5acbd17999433fd5a1d7dd11fe5ad5 (patch) | |
tree | e4d1d7c42f81f46837f969e2684101b5b6c1a313 /sbin | |
parent | 24503d4d5e34e40fe7b8d340ba1212e5f5350b9d (diff) |
s/xntpd/xntpdc/
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sysctl/sysctl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 4841cecd466..060b933e3cc 100644 --- a/sbin/sysctl/sysctl.c +++ b/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; |