From owner-svn-src-stable-7@FreeBSD.ORG Mon May 25 10:10:47 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26019106564A; Mon, 25 May 2009 10:10:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 133EB8FC0A; Mon, 25 May 2009 10:10:47 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4PAAkc9019057; Mon, 25 May 2009 10:10:46 GMT (envelope-from maxim@svn.freebsd.org) Received: (from maxim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4PAAknC019056; Mon, 25 May 2009 10:10:46 GMT (envelope-from maxim@svn.freebsd.org) Message-Id: <200905251010.n4PAAknC019056@svn.freebsd.org> From: Maxim Konovalov Date: Mon, 25 May 2009 10:10:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192750 - stable/7/share/man/man4 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 10:10:47 -0000 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