From jamie@dyslexicfish.net  Sun Feb  9 22:18:22 2014
Return-Path: <jamie@dyslexicfish.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 943F476A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Feb 2014 22:18:22 +0000 (UTC)
Received: from pacha.mail.dyslexicfish.net (catnip.dyslexicfish.net [91.109.5.35])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 2B9811CC4
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  9 Feb 2014 22:18:20 +0000 (UTC)
Received: from catnip.dyslexicfish.net (470130.vps-10.com [91.109.5.35] (may be forged))
	by pacha.mail.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id s1972GQf067726
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 9 Feb 2014 07:02:17 GMT
	(envelope-from jamie@catnip.dyslexicfish.net)
Received: (from jamie@localhost)
	by catnip.dyslexicfish.net (8.14.5/8.14.5/Submit) id s1972G1s067725;
	Sun, 9 Feb 2014 07:02:16 GMT
	(envelope-from jamie)
Message-Id: <201402090702.s1972G1s067725@catnip.dyslexicfish.net>
Date: Sun, 9 Feb 2014 07:02:16 GMT
From: Jamie Landeg-Jones <jamie@dyslexicfish.net>
Reply-To: Jamie Landeg-Jones <jamie@dyslexicfish.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: typo in 'ctime(3) man page
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         186608
>Category:       docs
>Synopsis:       typo in 'ctime(3) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gavin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 09 22:20:00 UTC 2014
>Closed-Date:    Thu May 22 21:00:20 UTC 2014
>Last-Modified:  Thu May 22 21:00:20 UTC 2014
>Originator:     Jamie Landeg-Jones
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD catnip.dyslexicfish.net 10.0-STABLE FreeBSD 10.0-STABLE #0: Wed Jan 22 09:10:20 GMT 2014 root@catflap.dyslexicfish.net:/usr/obj/usr/src/sys/CATFLAP amd64


	
>Description:

Another typo. This time in ctime.3 man page..  I realise this is in 'contrib' but there doesn't seem to be any info regarding who this is pulled from.

I hope I don't get the reputation for most anal contributor :-(

(Is a PR the best way to report something so insignificant? Seems like overkill... Gimme doc commit access!)

Anyway.... The word 'leaves' instead of 'leave' in the following line:

"-these functions leaves their result in an internal static object and return"

cheers, Jamie

	
>How-To-Repeat:

man 3 ctime

	
>Fix:

apply patch (!)

	

--- patch begins here ---
--- contrib/tzcode/stdtime/ctime.3.orig	2014-02-09 06:47:03.000000000 +0000
+++ contrib/tzcode/stdtime/ctime.3	2014-02-09 06:47:47.000000000 +0000
@@ -342,7 +342,7 @@
 and the
 .Fn \&_r
 variants of the other functions,
-these functions leaves their result in an internal static object and return
+these functions leave their result in an internal static object and return
 a pointer to that object.
 Subsequent calls to these
 function will modify the same object.
--- patch ends here ---


>Release-Note:
>Audit-Trail:

From: Benjamin Kaduk <bjk@freebsd.org>
To: Jamie Landeg-Jones <jamie@dyslexicfish.net>
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-doc@freebsd.org
Subject: Re: docs/186608: typo in 'ctime(3) man page
Date: Mon, 10 Feb 2014 14:54:16 -0500 (EST)

 On Sun, 9 Feb 2014, Jamie Landeg-Jones wrote:
 
 >
 >> Description:
 >
 > Another typo. This time in ctime.3 man page..  I realise this is in 
 > 'contrib' but there doesn't seem to be any info regarding who this is 
 > pulled from.
 
 I think that the current ~upstream for the tzcode is supposed to be 
 https://github.com/eggert/tz/ , but I haven't checked particularly 
 recently.  (There was some excitement involving a legal action, etc., so 
 it had gone away and/or moved.)  That said, I don't see a BUGS section at 
 all in the newctime.3 in that repo, and I also don't see the erroneous 
 line you quote in the history of that repo, so ... I'm not sure what 
 happened.
 
 > I hope I don't get the reputation for most anal contributor :-(
 
 Definitely not!
 
 > (Is a PR the best way to report something so insignificant? Seems like 
 > overkill... Gimme doc commit access!)
 
 PR is fine, it gives us a place to look when we need to find things.
 
 > Anyway.... The word 'leaves' instead of 'leave' in the following line:
 >
 > "-these functions leaves their result in an internal static object and return"
 
 Thanks for pointing it out.  I'll try to think about what the best route 
 to a fix is.
 
 -Ben

From: Jamie Landeg-Jones <jamie@dyslexicfish.net>
To: jamie@dyslexicfish.net, bjk@freebsd.org
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-doc@freebsd.org
Subject: Re: docs/186608: typo in 'ctime(3) man page
Date: Thu, 13 Feb 2014 09:16:13 +0000

 Benjamin Kaduk <bjk@freebsd.org> wrote:
 
 > I think that the current ~upstream for the tzcode is supposed to be 
 > https://github.com/eggert/tz/ , but I haven't checked particularly 
 > recently.  (There was some excitement involving a legal action, etc., so 
 > it had gone away and/or moved.)  That said, I don't see a BUGS section at 
 > all in the newctime.3 in that repo, and I also don't see the erroneous 
 > line you quote in the history of that repo, so ... I'm not sure what 
 > happened.
 
 Ahh. OK! Thanks.
 
 > > I hope I don't get the reputation for most anal contributor :-(
 >
 > Definitely not!
 
 ha! You haven't seen my other PR's :-)
 
 > PR is fine, it gives us a place to look when we need to find things.
 
 ok, thanks.
 
 > Thanks for pointing it out.  I'll try to think about what the best route 
 > to a fix is.
 
 no rush. hee hee.
 
 p.s. my next PRs (2 pending) are 'proper' bug fixes!
 
 cheers, Jamie
 
State-Changed-From-To: open->patched 
State-Changed-By: gavin 
State-Changed-When: Thu May 15 03:08:28 UTC 2014 
State-Changed-Why:  
Patched in head, will merge in three days. 


Responsible-Changed-From-To: freebsd-doc->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Thu May 15 03:08:28 UTC 2014 
Responsible-Changed-Why:  
Patched in head, will merge in three days. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186608: commit references a PR
Date: Thu, 15 May 2014 03:08:26 +0000 (UTC)

 Author: gavin
 Date: Thu May 15 03:08:20 2014
 New Revision: 266111
 URL: http://svnweb.freebsd.org/changeset/base/266111
 
 Log:
   Fix typo.  Note that although this file is under contrib, it has diverged
   sufficiently from upstream (including a full whitespace commit and large
   portions rewritten) that this change does not move us further from the
   upstream.
   
   PR:		docs/186608
   Submitted by:	Jamie Landeg-Jones <jamie@dyslexicfish.net>
   MFC after:	3 days
 
 Modified:
   head/contrib/tzcode/stdtime/ctime.3
 
 Modified: head/contrib/tzcode/stdtime/ctime.3
 ==============================================================================
 --- head/contrib/tzcode/stdtime/ctime.3	Thu May 15 02:41:23 2014	(r266110)
 +++ head/contrib/tzcode/stdtime/ctime.3	Thu May 15 03:08:20 2014	(r266111)
 @@ -342,7 +342,7 @@ Except for
  and the
  .Fn \&_r
  variants of the other functions,
 -these functions leaves their result in an internal static object and return
 +these functions leave their result in an internal static object and return
  a pointer to that object.
  Subsequent calls to these
  function will modify the same object.
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186608: commit references a PR
Date: Thu, 22 May 2014 20:56:00 +0000 (UTC)

 Author: gavin
 Date: Thu May 22 20:55:57 2014
 New Revision: 266557
 URL: http://svnweb.freebsd.org/changeset/base/266557
 
 Log:
   Merge r266111 from head:
   
     Fix typo.  Note that although this file is under contrib, it has diverged
     sufficiently from upstream (including a full whitespace commit and large
     portions rewritten) that this change does not move us further from the
     upstream.
   
   PR:		docs/186608
   Submitted by:	Jamie Landeg-Jones <jamie@dyslexicfish.net>
 
 Modified:
   stable/10/contrib/tzcode/stdtime/ctime.3
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/10/contrib/tzcode/stdtime/ctime.3
 ==============================================================================
 --- stable/10/contrib/tzcode/stdtime/ctime.3	Thu May 22 20:24:30 2014	(r266556)
 +++ stable/10/contrib/tzcode/stdtime/ctime.3	Thu May 22 20:55:57 2014	(r266557)
 @@ -342,7 +342,7 @@ Except for
  and the
  .Fn \&_r
  variants of the other functions,
 -these functions leaves their result in an internal static object and return
 +these functions leave their result in an internal static object and return
  a pointer to that object.
  Subsequent calls to these
  function will modify the same object.
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186608: commit references a PR
Date: Thu, 22 May 2014 20:59:43 +0000 (UTC)

 Author: gavin
 Date: Thu May 22 20:59:38 2014
 New Revision: 266558
 URL: http://svnweb.freebsd.org/changeset/base/266558
 
 Log:
   Merge r266111 from head:
   
     Fix typo.  Note that although this file is under contrib, it has diverged
     sufficiently from upstream (including a full whitespace commit and large
     portions rewritten) that this change does not move us further from the
     upstream.
   
   PR:		docs/186608
   Submitted by:	Jamie Landeg-Jones <jamie@dyslexicfish.net>
 
 Modified:
   stable/9/contrib/tzcode/stdtime/ctime.3
 Directory Properties:
   stable/9/contrib/tzcode/stdtime/   (props changed)
 
 Modified: stable/9/contrib/tzcode/stdtime/ctime.3
 ==============================================================================
 --- stable/9/contrib/tzcode/stdtime/ctime.3	Thu May 22 20:55:57 2014	(r266557)
 +++ stable/9/contrib/tzcode/stdtime/ctime.3	Thu May 22 20:59:38 2014	(r266558)
 @@ -342,7 +342,7 @@ Except for
  and the
  .Fn \&_r
  variants of the other functions,
 -these functions leaves their result in an internal static object and return
 +these functions leave their result in an internal static object and return
  a pointer to that object.
  Subsequent calls to these
  function will modify the same object.
 _______________________________________________
 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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gavin 
State-Changed-When: Thu May 22 21:00:04 UTC 2014 
State-Changed-Why:  
Merged to stable/10 and stable/9. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186608 
>Unformatted:
