Module Name: src Committed By: wiz Date: Tue Oct 4 10:46:40 UTC 2016
Modified Files: src/lib/libc/gen: timespec_get.3 Log Message: Fix xref. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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.1 src/lib/libc/gen/timespec_get.3:1.2 --- src/lib/libc/gen/timespec_get.3:1.1 Tue Oct 4 09:41:41 2016 +++ src/lib/libc/gen/timespec_get.3 Tue Oct 4 10:46:40 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: timespec_get.3,v 1.1 2016/10/04 09:41:41 kamil Exp $ +.\" $NetBSD: timespec_get.3,v 1.2 2016/10/04 10:46:40 wiz Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -61,7 +61,7 @@ if successful, otherwise on failure. .\" .Sh ERRORS .Sh SEE ALSO -.Xr clock_gettime 3 +.Xr clock_gettime 2 .Sh STANDARDS The .Nm