aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_tag.4
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2020-11-18 15:23:43 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2020-11-18 15:23:43 +0000
commit0c4a53b453de3794746aeccf5a42a8b42f943524 (patch)
treeb9b7a4ef56d0423682b5dde9fc42d4dad1549233 /share/man/man4/ng_tag.4
parent7d2e6f207ec94a1caf49610031f50a02a3187202 (diff)
downloadsrc-0c4a53b453de3794746aeccf5a42a8b42f943524.tar.gz
src-0c4a53b453de3794746aeccf5a42a8b42f943524.zip
Fix mandoc lint warnings.
Notes
Notes: svn path=/head/; revision=367804
Diffstat (limited to 'share/man/man4/ng_tag.4')
-rw-r--r--share/man/man4/ng_tag.418
1 files changed, 5 insertions, 13 deletions
diff --git a/share/man/man4/ng_tag.4 b/share/man/man4/ng_tag.4
index 25bb7c3437b3..76209f5a3337 100644
--- a/share/man/man4/ng_tag.4
+++ b/share/man/man4/ng_tag.4
@@ -150,9 +150,7 @@ If
.Va strip
flag is non-zero, then found tag is deleted from list of packet tags.
.It Dv NGM_TAG_GET_HOOKIN Pq Ic gethookin
-This command takes an
-.Tn ASCII
-string argument, the hook name, and returns the
+This command takes an ASCII string argument, the hook name, and returns the
corresponding
.Vt "struct ng_tag_hookin"
as shown above.
@@ -176,22 +174,16 @@ Other variables mean basically the same as in
.Vt "struct ng_tag_hookin"
shown above, except used for setting values in a new tag.
.It Dv NGM_TAG_GET_HOOKOUT Pq Ic gethookout
-This command takes an
-.Tn ASCII
-string argument, the hook name, and returns the
+This command takes an ASCII string argument, the hook name, and returns the
corresponding
.Vt "struct ng_tag_hookout"
as shown above.
.It Dv NGM_TAG_GET_STATS Pq Ic getstats
-This command takes an
-.Tn ASCII
-string argument, the hook name, and returns the
+This command takes an ASCII string argument, the hook name, and returns the
statistics associated with the hook as a
.Vt "struct ng_tag_hookstat" .
.It Dv NGM_TAG_CLR_STATS Pq Ic clrstats
-This command takes an
-.Tn ASCII
-string argument, the hook name, and clears the
+This command takes an ASCII string argument, the hook name, and clears the
statistics associated with the hook.
.It Dv NGM_TAG_GETCLR_STATS Pq Ic getclrstats
This command is identical to
@@ -199,7 +191,7 @@ This command is identical to
except that the statistics are also atomically cleared.
.El
.Pp
-.Em Note:
+.Em Note :
statistics counters as well as three statistics messages above work
only if code was compiled with the
.Dv NG_TAG_DEBUG