svn commit: r226994 - stable/9/lib/libc/sys

[ Available lists | Index of svn-src-all | Month of Nov 2011 | Week of 1 Nov 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sergey Kandaurov <pluknet@FreeBSD.org>
Date
1 Nov 2011 16:11:44
Subject
svn commit: r226994 - stable/9/lib/libc/sys
Message-ID
201111011611.pA1GBiKu074124@svn.freebsd.org


[ Hide this part ]
Author: pluknet
Date: Tue Nov 1 16:11:44 2011
New Revision: 226994
URL: http://svn.freebsd.org/changeset/base/226994

Log:
MFC r226790:
Fix typo in timer_getoverrun cross-reference.

Approved by: re (kib)

Modified:
stable/9/lib/libc/sys/timer_create.2
Directory Properties:
stable/9/lib/libc/ (props changed)
stable/9/lib/libc/stdtime/ (props changed)

Modified: stable/9/lib/libc/sys/timer_create.2
==============================================================================
--- stable/9/lib/libc/sys/timer_create.2 Tue Nov 1 15:56:15 2011 (r226993)
+++ stable/9/lib/libc/sys/timer_create.2 Tue Nov 1 16:11:44 2011 (r226994)
@@ -151,7 +151,7 @@ memory protection fault.
.Sh SEE ALSO
.Xr clock_getres 2 ,
.Xr timer_delete 2 ,
-.Xr timer_getoverun 2 ,
+.Xr timer_getoverrun 2 ,
.Xr siginfo 3
.Sh STANDARDS
The

Elapsed time: 0.086 seconds