diff options
Diffstat (limited to 'usr.sbin/ntp')
-rw-r--r-- | usr.sbin/ntp/config.h | 2 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntp-genkeys.8 | 2 | ||||
-rw-r--r-- | usr.sbin/ntp/doc/ntp.conf.5 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 1f91e07..68087af 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -925,7 +925,7 @@ /* Do we want the SCO clock hacks? */ /* #undef SCO5_CLOCK */ -/* The size of a `int', as computed by sizeof. */ +/* The size of an `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long', as computed by sizeof. */ diff --git a/usr.sbin/ntp/doc/ntp-genkeys.8 b/usr.sbin/ntp/doc/ntp-genkeys.8 index 25c493a..96fc142 100644 --- a/usr.sbin/ntp/doc/ntp-genkeys.8 +++ b/usr.sbin/ntp/doc/ntp-genkeys.8 @@ -95,7 +95,7 @@ specified by the .Ic keys configuration file command and made visible only to root. -An additional key consisting of a easily +An additional key consisting of an easily remembered password should be added by hand for use with the .Xr ntpq 8 and diff --git a/usr.sbin/ntp/doc/ntp.conf.5 b/usr.sbin/ntp/doc/ntp.conf.5 index 7798a97..1686c1d 100644 --- a/usr.sbin/ntp/doc/ntp.conf.5 +++ b/usr.sbin/ntp/doc/ntp.conf.5 @@ -134,7 +134,7 @@ be used and the mode in which to operate. The .Ar address can be -either a DNS name or a IP address in dotted-quad notation. +either a DNS name or an IP address in dotted-quad notation. Additional information on association behavior can be found in the .Qq "Association Management" page. |