ifctrstat: add manpage xref

This commit is contained in:
Ariadne Conill 2020-08-18 14:36:35 -06:00
parent 0a3f1e33a8
commit b084f1c99c

View file

@ -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 }
}; };