svn commit: r223259 - head/share/man/man9

Bjoern A. Zeeb bz at FreeBSD.org
Sat Jun 18 13:03:07 UTC 2011


Author: bz
Date: Sat Jun 18 13:03:06 2011
New Revision: 223259
URL: http://svn.freebsd.org/changeset/base/223259

Log:
  Correct a typo in the function name.
  
  MFC after:	1 week

Modified:
  head/share/man/man9/device_get_sysctl.9

Modified: head/share/man/man9/device_get_sysctl.9
==============================================================================
--- head/share/man/man9/device_get_sysctl.9	Sat Jun 18 12:35:08 2011	(r223258)
+++ head/share/man/man9/device_get_sysctl.9	Sat Jun 18 13:03:06 2011	(r223259)
@@ -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-all mailing list