svn commit: r368547 - head/lib/libc/gen

Enji Cooper <[email protected]> Fri, 11 Dec 2020 02:22:42 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012110222.0BB2Mg6p052795__16152.2925876611$1607653371$gmane$org@repo.freebsd.org>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"