From wollman@khavrinen.lcs.mit.edu Thu Aug 26 20:49:40 1999
Return-Path: <wollman@khavrinen.lcs.mit.edu>
Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193])
	by hub.freebsd.org (Postfix) with ESMTP id 2E6F015293
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 26 Aug 1999 20:49:38 -0700 (PDT)
	(envelope-from wollman@khavrinen.lcs.mit.edu)
Received: (from wollman@localhost)
	by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id XAA04264;
	Thu, 26 Aug 1999 23:48:09 -0400 (EDT)
	(envelope-from wollman)
Message-Id: <199908270348.XAA04264@khavrinen.lcs.mit.edu>
Date: Thu, 26 Aug 1999 23:48:09 -0400 (EDT)
From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Reply-To: wollman@khavrinen.lcs.mit.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: ctime(3) has one grammar errors and one spelling eror
X-Send-Pr-Version: 3.2

>Number:         13406
>Category:       docs
>Synopsis:       ctime(3) has one grammar errors and one spelling eror
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    phantom
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 26 20:50:03 PDT 1999
>Closed-Date:    Sat Sep 18 09:21:31 PDT 1999
>Last-Modified:  Sat Sep 18 09:26:06 PDT 1999
>Originator:     Garrett Wollman
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
MIT LCS
>Environment:

	Irrelevant.

>Description:

	Bad English in ctime(3).

>How-To-Repeat:

	man ctime

>Fix:

	Index: ctime.3
	===================================================================
	RCS file: /home/cvs/src/lib/libc/stdtime/ctime.3,v
	retrieving revision 1.8
	diff -u -r1.8 ctime.3
	--- ctime.3	1999/01/03 01:07:41	1.8
	+++ ctime.3	1999/08/26 00:54:04
	@@ -175,7 +175,7 @@
	 .Fn mktime
	 and
	 .Fn timegm
	-converts the broken-down time in the structure
	+convert the broken-down time in the structure
	 pointed to by tm into a time value with the same encoding as that of the
	 values returned by the
	 .Xr time 3
	@@ -303,10 +303,15 @@
	 .St -iso9945-1
	 (again provided the selected local timezone does not contain a leap-second
	 table).
	+.Pp
	+The
	+.Fn timegm
	+function is not specified by any standard; its function cannot be
	+completely emulated using the standard functions described above.
	 .Sh HISTORY
	 This manual page is derived from
	 the time package contributed to Berkeley by
	-Arthur Olsen and which appeared in
	+Arthur Olson and which appeared in
	 .Bx 4.3 .
	 .Sh BUGS
	 Except for 
	

>Release-Note:
>Audit-Trail:

From: Alexey Zelkin <phantom@cris.net>
To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/13406: ctime(3) has one grammar errors and one spelling eror
Date: Fri, 27 Aug 1999 09:39:32 +0400

 hi,
 
 > >Number:         13406
 > >Category:       docs
 > >Synopsis:       ctime(3) has one grammar errors and one spelling eror
  
 And as well as continue applying PR's patch apply:
 
 Index: ctime.3
 ===================================================================
 RCS file: /usr/local/CVSROOT/src/lib/libc/stdtime/ctime.3,v
 retrieving revision 1.8
 diff -u -r1.8 ctime.3
 --- ctime.3	1999/01/03 01:07:41	1.8
 +++ ctime.3	1999/08/27 07:40:55
 @@ -306,7 +306,8 @@
  .Sh HISTORY
  This manual page is derived from
  the time package contributed to Berkeley by
 -Arthur Olsen and which appeared in
 +.An Arthur Olson
 +and which appeared in
  .Bx 4.3 .
  .Sh BUGS
  Except for 
 
 
 -- 
 Sincerely Yours,   | phantom@crimea.edu      (primary)
 Alexey Zelkin      | phantom@scorpion.crimea.ua (home)
                    | ICQ: #6196584,  FIDO: 2:460/12.26
 
State-Changed-From-To: open->suspended 
State-Changed-By: phantom 
State-Changed-When: Sat Sep 4 08:57:02 PDT 1999 
State-Changed-Why:  
Slightly modified patch is applied to -CURRENT. Thanks! 


Responsible-Changed-From-To: freebsd-doc->phantom 
Responsible-Changed-By: phantom 
Responsible-Changed-When: Sat Sep 4 08:57:02 PDT 1999 
Responsible-Changed-Why:  
I'll commit that to -STABLE after code freeze 
State-Changed-From-To: suspended->closed 
State-Changed-By: phantom 
State-Changed-When: Sat Sep 18 09:21:31 PDT 1999 
State-Changed-Why:  
Fix commited to -stable. Thanks! 
>Unformatted:
