From nobody@FreeBSD.org  Mon Mar 11 21:42:09 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 65651DD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Mar 2013 21:42:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 567AC391
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Mar 2013 21:42:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2BLg8Y0070366
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 11 Mar 2013 21:42:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2BLg8d1070365;
	Mon, 11 Mar 2013 21:42:08 GMT
	(envelope-from nobody)
Message-Id: <201303112142.r2BLg8d1070365@red.freebsd.org>
Date: Mon, 11 Mar 2013 21:42:08 GMT
From: Stephen Fisher <stephenfisher@outlook.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: tzfile man page has wrong path to tzfile.h
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176864
>Category:       docs
>Synopsis:       tzfile(5) has wrong path to tzfile.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bjk
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 21:50:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Mon Dec 16 02:00:00 UTC 2013
>Originator:     Stephen Fisher
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD <hostname omitted> 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
The manpage for tzfile(5) says under the synopsis that the include file
tzfile.h is in /usr/src/lib/libc/stdtime/, but it's really in
/usr/src/contrib/tzcode/stdtime/
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->bjk 
Responsible-Changed-By: bjk 
Responsible-Changed-When: Wed Mar 13 02:12:21 UTC 2013 
Responsible-Changed-Why:  
I will work on this. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/176864: commit references a PR
Date: Mon, 16 Dec 2013 01:58:19 +0000 (UTC)

 Author: bjk (doc committer)
 Date: Mon Dec 16 01:58:12 2013
 New Revision: 259446
 URL: http://svnweb.freebsd.org/changeset/base/259446
 
 Log:
   tzfile.5: catch up to r204333
   
   The stdtime sources were moved from lib/libc to contrib/tzcode, and tzfile.h
   is not an installed header, so the man page refers to its location in the
   source tree.
   
   The documentation could be more clear about the internal nature of the
   header, but those changes should go through upstream tzcode.
   
   PR:	docs/176864
   Approved by:	hrs (mentor)
 
 Modified:
   head/contrib/tzcode/stdtime/tzfile.5
 
 Modified: head/contrib/tzcode/stdtime/tzfile.5
 ==============================================================================
 --- head/contrib/tzcode/stdtime/tzfile.5	Mon Dec 16 01:47:52 2013	(r259445)
 +++ head/contrib/tzcode/stdtime/tzfile.5	Mon Dec 16 01:58:12 2013	(r259446)
 @@ -6,7 +6,7 @@
  .Nm tzfile
  .Nd timezone information
  .Sh SYNOPSIS
 -.Fd #include \&"/usr/src/lib/libc/stdtime/tzfile.h\&"
 +.Fd #include \&"/usr/src/contrib/tzcode/stdtime/tzfile.h\&"
  .Sh DESCRIPTION
  The time zone information files used by
  .Xr tzset 3
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
