diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2007-12-08 20:04:15 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2007-12-08 20:04:15 +0000 |
| commit | d7cb71e0df6f59d824ee3ba0b265e02e2804ade0 (patch) | |
| tree | 85778c314827967d8e3a768f0e80b8c400e594c7 /usr.sbin/timed | |
| parent | eff1c096ed1b87f66ba03078d6a22d850d72bf70 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/timed')
| -rw-r--r-- | usr.sbin/timed/timed/timed.8 | 39 |
1 files changed, 32 insertions, 7 deletions
diff --git a/usr.sbin/timed/timed/timed.8 b/usr.sbin/timed/timed/timed.8 index e368764c85f23..a3913bf13bc90 100644 --- a/usr.sbin/timed/timed/timed.8 +++ b/usr.sbin/timed/timed/timed.8 @@ -32,7 +32,7 @@ .\" @(#)timed.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd December 8, 2007 .Dt TIMED 8 .Os .Sh NAME @@ -77,19 +77,44 @@ are used by This option may be specified multiple times to add more than one network to the list. .It Fl F Ar host ... +.in +2 +.ti -2 +- Create a list of trusted hosts. -The +.ti -2 +- +Can take one or more parameters. +.ti -2 +- .Nm -utility will only accept trusted hosts as masters. +will only accept trusted hosts as masters. If it finds an untrusted host claiming to be master, .Nm will suppress incoming messages from that host and call for a new election. -This option implies the +.ti -2 +- +Use real host names (resolvable by RDNS) not aliases (eg in +.Xr named 8 +parlance: use A names, not C names). +.ti -2 +- +Use full names eg time1.domain.com not time1. +.ti -2 +- +.Fl F +automatically includes the fuctionality of .Fl M -option. -If this option is not specified, -all hosts on the connected networks are treated as trustworthy. +( so +.Fl M +does not need to asserted). +.ti -2 +- +If +.Fl F +is not specified, +all hosts on connected networks are treated as trustworthy. +.in -2 .It Fl M Allow this host to become a .Nm |
