svn commit: r368547 - head/lib/libc/gen
Enji Cooper
ngie at FreeBSD.org
Fri Dec 11 02:22:42 UTC 2020
Author: ngie
Date: Fri Dec 11 02:22:42 2020
New Revision: 368547
URL: https://svnweb.freebsd.org/changeset/base/368547
Log:
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
Modified:
head/lib/libc/gen/timespec_get.3
Modified: head/lib/libc/gen/timespec_get.3
==============================================================================
--- head/lib/libc/gen/timespec_get.3 Fri Dec 11 01:52:27 2020 (r368546)
+++ head/lib/libc/gen/timespec_get.3 Fri Dec 11 02:22:42 2020 (r368547)
@@ -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
More information about the svn-src-head
mailing list