From owner-svn-src-stable-7@FreeBSD.ORG Tue Nov 1 16:56:43 2011 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A13D106566B; Tue, 1 Nov 2011 16:56:43 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 294B78FC17; Tue, 1 Nov 2011 16:56:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pA1GuhiI075742; Tue, 1 Nov 2011 16:56:43 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pA1GuhhK075740; Tue, 1 Nov 2011 16:56:43 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201111011656.pA1GuhhK075740@svn.freebsd.org> From: Sergey Kandaurov Date: Tue, 1 Nov 2011 16:56:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r226997 - stable/7/lib/libc/sys X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 16:56:43 -0000 Author: pluknet Date: Tue Nov 1 16:56:42 2011 New Revision: 226997 URL: http://svn.freebsd.org/changeset/base/226997 Log: MFC r226790: Fix typo in timer_getoverrun cross-reference. Modified: stable/7/lib/libc/sys/timer_create.2 Directory Properties: stable/7/lib/libc/ (props changed) stable/7/lib/libc/stdtime/ (props changed) Modified: stable/7/lib/libc/sys/timer_create.2 ============================================================================== --- stable/7/lib/libc/sys/timer_create.2 Tue Nov 1 16:27:47 2011 (r226996) +++ stable/7/lib/libc/sys/timer_create.2 Tue Nov 1 16:56:42 2011 (r226997) @@ -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