Date: Sun, 9 Sep 2001 03:48:05 +0300 (EEST) From: Giorgos Keramidas <charon@labs.gr> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/30442: remove broken referemce to gettime(9) from time(9) manpage Message-ID: <200109090048.f890m5P17771@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109090048.f890m5P17771>
