Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 10:10:46 +0000 (UTC)
From:      Maxim Konovalov <maxim@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: r192750 - stable/7/share/man/man4
Message-ID:  <200905251010.n4PAAknC019056@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maxim
Date: Mon May 25 10:10:46 2009
New Revision: 192750
URL: http://svn.freebsd.org/changeset/base/192750

Log:
  MFC r191682: correct ng_hole(4) control messages names.

Modified:
  stable/7/share/man/man4/ng_hole.4

Modified: stable/7/share/man/man4/ng_hole.4
==============================================================================
--- stable/7/share/man/man4/ng_hole.4	Mon May 25 10:09:05 2009	(r192749)
+++ stable/7/share/man/man4/ng_hole.4	Mon May 25 10:10:46 2009	(r192750)
@@ -58,20 +58,20 @@ as long as the name is unique.
 This node type supports the generic control messages, plus the
 following:
 .Bl -tag -width indent
-.It Dv NGM_BPF_GET_STATS
+.It Dv NGM_HOLE_GET_STATS
 This command takes an
 .Tn ASCII
 string argument, the hook name, and returns the statistics
 associated with the hook as a
 .Vt "struct ng_hole_hookstat" .
-.It Dv NGM_BPF_CLR_STATS
+.It Dv NGM_HOLE_CLR_STATS
 This command takes an
 .Tn ASCII
 string argument, the hook name, and clears the statistics
 associated with the hook.
-.It Dv NGM_BPF_GETCLR_STATS
+.It Dv NGM_HOLE_GETCLR_STATS
 This command is identical to
-.Dv NGM_BPF_GET_STATS ,
+.Dv NGM_HOLE_GET_STATS ,
 except that the statistics are also atomically cleared.
 .El
 .Sh SHUTDOWN



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