git: 1b60c4e671d3 - stable/12 - timespec_get(3): sort SEE ALSO correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Apr 2022 02:07:37 UTC
The branch stable/12 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b60c4e671d3e47eaac29a8a957799cfeee7dc84
commit 1b60c4e671d3e47eaac29a8a957799cfeee7dc84
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2020-12-11 02:22:42 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2022-04-11 01:22:03 +0000
timespec_get(3): sort SEE ALSO correctly
clock_gettime(2) should be mentioned before gettimeofday(2).
Reported by: make manlint
MFC after: 1 week
Sponsored by: DellEMC Isilon
(cherry picked from commit d03bd62f313209c99641381c35a65fc5f568c5b3)
---
lib/libc/gen/timespec_get.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/gen/timespec_get.3 b/lib/libc/gen/timespec_get.3
index d0e0d067ce15..43300074eea7 100644
--- a/lib/libc/gen/timespec_get.3
+++ b/lib/libc/gen/timespec_get.3
@@ -66,8 +66,8 @@ if successful, otherwise
.Dv 0
on failure.
.Sh SEE ALSO
-.Xr gettimeofday 2 ,
.Xr clock_gettime 2 ,
+.Xr gettimeofday 2 ,
.Xr time 3
.Sh STANDARDS
The