Module Name: src
Committed By: wiz
Date: Mon Aug 13 06:08:48 UTC 2018
Modified Files:
src/lib/libc/gen: timespec_get.3
Log Message:
Sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/timespec_get.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/timespec_get.3
diff -u src/lib/libc/gen/timespec_get.3:1.3 src/lib/libc/gen/timespec_get.3:1.4
--- src/lib/libc/gen/timespec_get.3:1.3 Fri Aug 10 20:35:52 2018
+++ src/lib/libc/gen/timespec_get.3 Mon Aug 13 06:08:48 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: timespec_get.3,v 1.3 2018/08/10 20:35:52 kamil Exp $
+.\" $NetBSD: timespec_get.3,v 1.4 2018/08/13 06:08:48 wiz Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -64,8 +64,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