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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to