git: 991c0e3ddb93 - stable/13 - ctime.3: Add a cross-reference to clock_gettime(2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Mar 2022 10:07:57 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=991c0e3ddb93803c0af22cb49093deb7f997803e
commit 991c0e3ddb93803c0af22cb49093deb7f997803e
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-04 16:48:02 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-11 10:05:47 +0000
ctime.3: Add a cross-reference to clock_gettime(2)
MFC after: 1 week
(cherry picked from commit dd74471e49fd927d5a3a16fcdf94243cdd34c3f3)
---
contrib/tzcode/stdtime/ctime.3 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/tzcode/stdtime/ctime.3 b/contrib/tzcode/stdtime/ctime.3
index 72bf6dea60a8..771027fa62ec 100644
--- a/contrib/tzcode/stdtime/ctime.3
+++ b/contrib/tzcode/stdtime/ctime.3
@@ -30,7 +30,7 @@
.\" From: @(#)ctime.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 14, 2020
+.Dd March 4, 2022
.Dt CTIME 3
.Os
.Sh NAME
@@ -292,6 +292,7 @@ with positive
values indicating east of the Prime Meridian.
.Sh SEE ALSO
.Xr date 1 ,
+.Xr clock_gettime 2 ,
.Xr gettimeofday 2 ,
.Xr getenv 3 ,
.Xr time 3 ,