ifctrstat: add manpage xref
This commit is contained in:
parent
0a3f1e33a8
commit
b084f1c99c
1 changed files with 2 additions and 1 deletions
|
@ -161,6 +161,7 @@ struct if_applet ifctrstat_applet = {
|
||||||
.name = "ifctrstat",
|
.name = "ifctrstat",
|
||||||
.desc = "Display statistics about an interface",
|
.desc = "Display statistics about an interface",
|
||||||
.main = ifctrstat_main,
|
.main = ifctrstat_main,
|
||||||
.usage = "ifctrstat [options] <interface> <counter>\n ifctrstat [options] --list\n",
|
.usage = "ifctrstat [options] <interface> <counter>\n ifctrstat [options] --list",
|
||||||
|
.manpage = "8 ifctrstat",
|
||||||
.groups = { &global_option_group, &local_option_group, NULL }
|
.groups = { &global_option_group, &local_option_group, NULL }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue