svn commit: r231339 - stable/7/share/man/man9

Bjoern A. Zeeb bz at FreeBSD.org
Fri Feb 10 06:06:30 UTC 2012


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


More information about the svn-src-stable-7 mailing list