Date: Fri, 10 Feb 2012 06:06:25 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r231338 - stable/8/share/man/man9 Message-ID: <201202100606.q1A66Pft056576@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Fri Feb 10 06:06:25 2012 New Revision: 231338 URL: http://svn.freebsd.org/changeset/base/231338 Log: MFC r223259: Correct a typo in the function name. Modified: stable/8/share/man/man9/device_get_sysctl.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified: stable/8/share/man/man9/device_get_sysctl.9 ============================================================================== --- stable/8/share/man/man9/device_get_sysctl.9 Fri Feb 10 06:02:21 2012 (r231337) +++ stable/8/share/man/man9/device_get_sysctl.9 Fri Feb 10 06:06:25 2012 (r231338) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202100606.q1A66Pft056576>