Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2012 06:06:30 +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-7@freebsd.org
Subject:   svn commit: r231339 - stable/7/share/man/man9
Message-ID:  <201202100606.q1A66UFm056615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202100606.q1A66UFm056615>