git: 0540c581186f - stable/12 - 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:05:28 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=0540c581186fdd1e8450bac0e337eec00443b014
commit 0540c581186fdd1e8450bac0e337eec00443b014
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-04 16:48:02 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-11 09:54:40 +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 1f4b9b1df95d..58264bfc7cbb 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 January 2, 1999
+.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 ,