svn commit: r231338 - stable/8/share/man/man9
Bjoern A. Zeeb
bz at FreeBSD.org
Fri Feb 10 06:06:25 UTC 2012
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
More information about the svn-src-stable
mailing list