From owner-freebsd-doc@FreeBSD.ORG Thu Apr 30 10:10:05 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D7941065676 for ; Thu, 30 Apr 2009 10:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3978FC13 for ; Thu, 30 Apr 2009 10:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3UAA43x055507 for ; Thu, 30 Apr 2009 10:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3UAA4Ra055506; Thu, 30 Apr 2009 10:10:04 GMT (envelope-from gnats) Date: Thu, 30 Apr 2009 10:10:04 GMT Message-Id: <200904301010.n3UAA4Ra055506@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: docs/134100: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 10:10:05 -0000 The following reply was made to PR docs/134100; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/134100: commit references a PR Date: Thu, 30 Apr 2009 10:01:29 +0000 (UTC) Author: maxim Date: Thu Apr 30 10:01:13 2009 New Revision: 191682 URL: http://svn.freebsd.org/changeset/base/191682 Log: o Correct ng_hole(4) control messages names. PR: docs/134100 Submitted by: Eugene Mychlo MFC after: 1 week Modified: head/share/man/man4/ng_hole.4 Modified: head/share/man/man4/ng_hole.4 ============================================================================== --- head/share/man/man4/ng_hole.4 Thu Apr 30 07:48:49 2009 (r191681) +++ head/share/man/man4/ng_hole.4 Thu Apr 30 10:01:13 2009 (r191682) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"