From owner-freebsd-doc Sat Sep 8 17:50:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC5737B408 for ; Sat, 8 Sep 2001 17:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f890o0E79035; Sat, 8 Sep 2001 17:50:00 -0700 (PDT) (envelope-from gnats) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id DF2D037B408 for ; 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 ; 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 Reply-To: Giorgos Keramidas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/30442: remove broken referemce to gettime(9) from time(9) manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30442 >Category: docs >Synopsis: remove broken referemce to gettime(9) from time(9) manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 08 17:50:00 PDT 2001 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message