diff options
author | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | schweikh <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /usr.sbin/ntp | |
parent | 718a7892bc6da2237db71c255051dd54a4e93a92 (diff) | |
download | FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.zip FreeBSD-src-d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8.tar.gz |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
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. |