diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2006-12-21 19:08:25 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2006-12-21 19:08:25 +0000 |
| commit | af0673c2045b22a3029e24a453b831b944d2dad7 (patch) | |
| tree | e3a26eff8b6bd6c11ec1e295b70c4169a7cb36ed | |
| parent | 32ef7e9ba8c00b08197001a11a98edaa6742ffae (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ntp/doc/ntp.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index c1df2a2cb134..3ba6d6a133ec 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 17, 2006 +.Dd December 21, 2006 .Dt NTP.CONF 5 .Os .Sh NAME @@ -305,7 +305,7 @@ default is to include no encryption field. .It Cm minpoll Ar minpoll .It Cm maxpoll Ar maxpoll These options specify the minimum and maximum poll intervals -for NTP messages, in seconds to the power of two. +for NTP messages, as a power of 2 in seconds The maximum poll interval defaults to 10 (1,024 s), but can be increased by the .Cm maxpoll @@ -2178,7 +2178,7 @@ drivers. .It Cm minpoll Ar int .It Cm maxpoll Ar int These options specify the minimum and maximum polling interval -for reference clock messages, in seconds to the power of two. +for reference clock messages, as a power of 2 in seconds For most directly connected reference clocks, both .Cm minpoll |
