diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2009-04-30 10:01:13 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2009-04-30 10:01:13 +0000 |
| commit | 3eef459ffcd022585f6606135985e315e9538cf4 (patch) | |
| tree | e2ce94c4449213d7a17881e7b168942c51163ad8 | |
| parent | b5a7b21c4e805ed3bd0b457c5bc897facbbc6f4e (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ng_hole.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ng_hole.4 b/share/man/man4/ng_hole.4 index 8089f541d651..0199d74b9795 100644 --- a/share/man/man4/ng_hole.4 +++ b/share/man/man4/ng_hole.4 @@ -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 |
