Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 17:19:31 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365422 - head/usr.sbin/ntp/ntpd
Message-ID:  <202009071719.087HJVUJ040607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Mon Sep  7 17:19:31 2020
New Revision: 365422
URL: https://svnweb.freebsd.org/changeset/base/365422

Log:
  ntp: whitespace and typo fix in conf file
  
  PR:		248942
  Submitted by:	Jose Luis Duran (whitespace), igor (typo)
  MFC after:	1 week

Modified:
  head/usr.sbin/ntp/ntpd/ntp.conf

Modified: head/usr.sbin/ntp/ntpd/ntp.conf
==============================================================================
--- head/usr.sbin/ntp/ntpd/ntp.conf	Mon Sep  7 16:11:49 2020	(r365421)
+++ head/usr.sbin/ntp/ntpd/ntp.conf	Mon Sep  7 17:19:31 2020	(r365422)
@@ -14,8 +14,8 @@
 # Set the target and limit for adding servers configured via pool statements
 # or discovered dynamically via mechanisms such as broadcast and manycast.
 # Ntpd automatically adds maxclock-1 servers from configured pools, and may
-# add as many as maxclock*2 if necessary to ensure that at least minclock 
-# servers are providing good consistant time.
+# add as many as maxclock*2 if necessary to ensure that at least minclock
+# servers are providing good consistent time.
 #
 tos minclock 3 maxclock 6
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009071719.087HJVUJ040607>