From charon@labs.gr  Sat Sep  8 17:48:52 2001
Return-Path: <charon@labs.gr>
Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5])
	by hub.freebsd.org (Postfix) with ESMTP id DF2D037B408
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Sep 2001 17:48:50 -0700 (PDT)
Received: from hades.hell.gr (patr530-b118.otenet.gr [195.167.121.246])
	by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f890mkA16237
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 9 Sep 2001 03:48:47 +0300 (EEST)
Received: (from charon@localhost)
	by hades.hell.gr (8.11.6/8.11.6) id f890m5P17771;
	Sun, 9 Sep 2001 03:48:05 +0300 (EEST)
	(envelope-from charon)
Message-Id: <200109090048.f890m5P17771@hades.hell.gr>
Date: Sun, 9 Sep 2001 03:48:05 +0300 (EEST)
From: Giorgos Keramidas <charon@labs.gr>
Reply-To: Giorgos Keramidas <charon@labs.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: remove broken referemce to gettime(9) from time(9) manpage
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30442
>Category:       docs
>Synopsis:       remove broken reference to gettime(9) from time(9) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 17:50:00 PDT 2001
>Closed-Date:    Fri Dec 23 21:19:27 GMT 2005
>Last-Modified:  Fri Dec 23 21:19:27 GMT 2005
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

    The time(9) manpage references a non existent gettime(9) manpage.
    Things have also changed a bit with time keeping, and this is probably
    a bit out of date.  There is no gettime() function now.  I could only
    find clock_gettime() in sys/kern/kern_time.c that seems similar to
    what time(9) describes that gettime() would do.

>How-To-Repeat:

    Err, read the manpage?  It says that gettime() can be used, but
    all I could find in the kernel sources was clock_gettime(); this
    is one that seems similar and has no manpage too :-/

>Fix:

    Index: man9/time.9
    ===================================================================
    RCS file: /home/ncvs/src/share/man/man9/time.9,v
    retrieving revision 1.9
    diff -u -r1.9 time.9
    --- man9/time.9	14 Jul 2001 19:41:16 -0000	1.9
    +++ man9/time.9	9 Sep 2001 00:19:50 -0000
    @@ -129,7 +129,6 @@
     for use in any given context.
     .Sh SEE ALSO
     .Xr settimeofday 2 ,
    -.Xr gettime 9 ,
     .\" .Xr hardclock 9 ,
     .\" .Xr hz 9 ,
     .Xr inittodr 9 ,
>Release-Note:
>Audit-Trail:

From: Dima Dorfman <dima@unixfreak.org>
To: Giorgos Keramidas <charon@labs.gr>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/30442: remove broken referemce to gettime(9) from time(9) manpage 
Date: Sun, 09 Sep 2001 07:37:47 -0700

 Giorgos Keramidas <charon@labs.gr> wrote:
 > >Description:
 > 
 >     The time(9) manpage references a non existent gettime(9) manpage.
 >     Things have also changed a bit with time keeping, and this is probably
 >     a bit out of date.  There is no gettime() function now.  I could only
 >     find clock_gettime() in sys/kern/kern_time.c that seems similar to
 >     what time(9) describes that gettime() would do.
 > 
 > >How-To-Repeat:
 > 
 >     Err, read the manpage?  It says that gettime() can be used, but
 >     all I could find in the kernel sources was clock_gettime(); this
 >     is one that seems similar and has no manpage too :-/
 
 I think the right thing to do would be to update the man page not to
 talk about functions that don't exist rather than removing gettime(9)
 from SEE ALSO.  It is further pointless because the rest of the man
 page references gettime(9), so you wouldn't have fixed anything--there
 would still be references to man pages that don't exist.
 
Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sat May 3 17:02:23 PDT 2003 
Responsible-Changed-Why:  
Over to me.  I'll try to Xref the correct manual page and clean this page 
up a tad. 

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

From: "Mazeland, Siebrand  (RBI-NL)" <Siebrand.Mazeland@reedbusiness.nl>
To: "'bug-followup@FreeBSD.org'" <bug-followup@FreeBSD.org>, 
	"'charon@labs.gr'" <charon@labs.gr>
Cc:  
Subject: Re: docs/30442: remove broken referemce to gettime(9) from time(9
	) manpage
Date: Fri, 16 Dec 2005 14:10:20 +0100

 Looks like this PR can be closed as src/share/man/man9/time.9 has been
 changed in revision 1.13 in such a way that what was proposed in this PR was
 fixed.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/30442
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Dec 23 21:19:02 UTC 2005 
State-Changed-Why:  
It seems that this has already been committed. 

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