From owner-svn-src-stable@FreeBSD.ORG Fri Feb 10 06:06:30 2012 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C954B106564A; Fri, 10 Feb 2012 06:06:30 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B79378FC13; Fri, 10 Feb 2012 06:06:30 +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 q1A66UHF056617; Fri, 10 Feb 2012 06:06:30 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1A66UFm056615; Fri, 10 Feb 2012 06:06:30 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201202100606.q1A66UFm056615@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 10 Feb 2012 06:06:30 +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: r231339 - stable/7/share/man/man9 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 06:06:30 -0000 Author: bz Date: Fri Feb 10 06:06:30 2012 New Revision: 231339 URL: http://svn.freebsd.org/changeset/base/231339 Log: MFC r223259: Correct a typo in the function name. Modified: stable/7/share/man/man9/device_get_sysctl.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified: stable/7/share/man/man9/device_get_sysctl.9 ============================================================================== --- stable/7/share/man/man9/device_get_sysctl.9 Fri Feb 10 06:06:25 2012 (r231338) +++ stable/7/share/man/man9/device_get_sysctl.9 Fri Feb 10 06:06:30 2012 (r231339) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 23, 2006 +.Dd June 18, 2011 .Dt DEVICE_GET_SYSCTL 9 .Os .Sh NAME @@ -49,7 +49,7 @@ This node can be accessed with the .Fn device_get_sysctl_tree function. The context for the node can be obtained with the -.Fn device_get_sysctl_ctl +.Fn device_get_sysctl_ctx function. .Sh SEE ALSO .Xr device 9