From jhs@berklix.org  Sun Aug 12 14:00:04 2007
Return-Path: <jhs@berklix.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0678216A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Aug 2007 14:00:04 +0000 (UTC)
	(envelope-from jhs@berklix.org)
Received: from thin.berklix.org (thin.berklix.org [194.246.123.68])
	by mx1.freebsd.org (Postfix) with ESMTP id 7BFE913C478
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Aug 2007 14:00:03 +0000 (UTC)
	(envelope-from jhs@berklix.org)
Received: from js.berklix.net (p549A7138.dip.t-dialin.net [84.154.113.56])
	(authenticated bits=128)
	by thin.berklix.org (8.12.11/8.12.11) with ESMTP id l7CDYZlD058489;
	Sun, 12 Aug 2007 15:34:36 +0200 (CEST)
	(envelope-from jhs@berklix.org)
Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41])
	by js.berklix.net (8.13.6/8.13.6) with ESMTP id l7CDYTIM002384;
	Sun, 12 Aug 2007 15:34:29 +0200 (CEST)
	(envelope-from jhs@berklix.org)
Received: from fire.js.berklix.net (localhost.js.berklix.net [127.0.0.1])
	by fire.js.berklix.net (8.13.8/8.13.8) with ESMTP id l7CDYTXT004594;
	Sun, 12 Aug 2007 15:34:29 +0200 (CEST)
	(envelope-from jhs@fire.js.berklix.net)
Received: (from jhs@localhost)
	by fire.js.berklix.net (8.13.8/8.13.8/Submit) id l7CDYTaA004593;
	Sun, 12 Aug 2007 15:34:29 +0200 (CEST)
	(envelope-from jhs)
Message-Id: <200708121334.l7CDYTaA004593@fire.js.berklix.net>
Date: Sun, 12 Aug 2007 15:34:29 +0200 (CEST)
From: "Julian Stacey" <jhs@berklix.org>
Reply-To: "Julian Stacey" <jhs@berklix.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: "Julian Stacey" <jhs@berklix.com>
Subject: Patch to improve manual of timed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115445
>Category:       docs
>Synopsis:       [patch] improve timed(8) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 12 14:10:01 GMT 2007
>Closed-Date:    Sun Feb 10 12:33:14 UTC 2008
>Last-Modified:  Thu Feb 14 21:50:06 UTC 2008
>Originator:     "Julian Stacey" <jhs@berklix.com>
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
http://berklix.com
>Environment:
System: FreeBSD fire.js.berklix.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Jun 20 12:09:48 CEST 2007 jhs@laps.js.berklix.net:/usr1/6.2-RELEASE/src/sys/i386/compile/FIRE32.small i386


	
>Description:
	timed -F # poorly documented 
>How-To-Repeat:
	
>Fix:
	Patch appended (also on
http://berklix.com/~jhs/src/bsd/fixes/freebsd/src/gen/usr.sbin/timed/timed/timed.8.REL=ALL.diff
)

*** 6.2-RELEASE/src/usr.sbin/timed/timed/timed.8	Sun Aug 12 14:12:35 2007
--- new/src/usr.sbin/timed/timed/timed.8	Sun Aug 12 14:27:11 2007
***************
*** 77,95 ****
  This option may be specified multiple times
  to add more than one network to the list.
  .It Fl F Ar host ...
  Create a list of trusted hosts.
! The
  .Nm
! utility 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
  .Fl M
! option.
! If this option is not specified,
! all hosts on the connected networks are treated as trustworthy.
  .It Fl M
  Allow this host to become a
  .Nm
--- 77,126 ----
  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.
! .ti -2
! -
! Can take one or more parameters.
! .ti -2
! -
  .Nm
! 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.
! .ti -2
! -
! Use real host names (resolvable by RDNS) not aliases (eg in 
! .Xr named 8
! parlance: use A names, not C names).
! .\" I'm certain this is necessary.
! .ti -2
! -
! Use full names eg time1.domain.com not time1.
! .\" Not certain it is necessary, but sensible to get timed working.
! .ti -2
! -
! .\"	Old wording 
! .\"		This option implies the
! .\"	Was ambiguous. It Was not clear if functionality was automatically
! .\"	provided, Or -M should also be manually asserted.
! .Fl F
! automatically includes the fuctionality of 
  .Fl M
! ( 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



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Aug 12 18:20:07 UTC 2007 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115445 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Sat Dec 8 20:04:27 UTC 2007 
State-Changed-Why:  
Patched in current, take ownership of the PR 


Responsible-Changed-From-To: freebsd-doc->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sat Dec 8 20:04:27 UTC 2007 
Responsible-Changed-Why:  
Patched in current, take ownership of the PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115445 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115445: commit references a PR
Date: Sat,  8 Dec 2007 20:04:20 +0000 (UTC)

 remko       2007-12-08 20:04:15 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.sbin/timed/timed timed.8 
   Log:
   Enhance descriptions in the timed manual.
   
   PR:             docs/115445
   Submitted by:   "Julian Stacey" <jhs at berklix dot org>
   MFC After:      3 days
   
   Revision  Changes    Path
   1.17      +32 -7     src/usr.sbin/timed/timed/timed.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Sun Feb 10 12:33:13 UTC 2008 
State-Changed-Why:  
MFC'ed to all relevant branches, thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115445 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115445: commit references a PR
Date: Sun, 10 Feb 2008 12:32:19 +0000 (UTC)

 remko       2008-02-10 12:32:13 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     usr.sbin/timed/timed timed.8 
   Log:
   MFC rev 1.17 timed.8
   
     Enhance descriptions in the timed manual.
   
     PR: docs/115445
     Submitted by: "Julian Stacey" <jhs at berklix dot org>
     MFC After: 3 days
   
   Revision   Changes    Path
   1.16.20.1  +32 -7     src/usr.sbin/timed/timed/timed.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115445: commit references a PR
Date: Sun, 10 Feb 2008 12:33:02 +0000 (UTC)

 remko       2008-02-10 12:32:59 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.sbin/timed/timed timed.8 
   Log:
   MFC rev 1.17 timed.8
   
     Enhance descriptions in the timed manual.
   
     PR: docs/115445
     Submitted by: "Julian Stacey" <jhs at berklix dot org>
     MFC After: 3 days
   
   Revision   Changes    Path
   1.16.10.1  +32 -7     src/usr.sbin/timed/timed/timed.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115445: commit references a PR
Date: Thu, 14 Feb 2008 21:48:32 +0000 (UTC)

 remko       2008-02-14 21:48:24 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7_0)
     usr.sbin/timed/timed timed.8 
   Log:
   MFC revs 1.17 to 1.18 timed.8
   
     v1.18
     Typo fix.
   
     Spotted by:   brueffer
   
     v1.17
     Enhance descriptions in the timed manual.
   
     PR:           docs/115445
     Submitted by: "Julian Stacey" <jhs at berklix dot org>
     MFC After:    3 days
   
   Approved by:    re (bmah)
   
   Revision   Changes    Path
   1.16.24.1  +32 -7     src/usr.sbin/timed/timed/timed.8
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
