summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/util/ntptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/util/ntptime.c')
-rw-r--r--usr.sbin/xntpd/util/ntptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/util/ntptime.c b/usr.sbin/xntpd/util/ntptime.c
index 1515905..38d9a4a 100644
--- a/usr.sbin/xntpd/util/ntptime.c
+++ b/usr.sbin/xntpd/util/ntptime.c
@@ -189,7 +189,7 @@ main(argc, argv)
}
status = ntp_adjtime(&ntx);
if (status < 0)
- perror((errno == EPERM) ?
+ perror((errno == EPERM) ?
"Must be root to set kernel values\nntp_adjtime() call fails" :
"ntp_adjtime() call fails");
else {
OpenPOWER on IntegriCloud