From b084f1c99c0c3f0a4035be7a8f25816c4361097a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 18 Aug 2020 14:36:35 -0600 Subject: [PATCH] ifctrstat: add manpage xref --- cmd/ifctrstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/ifctrstat.c b/cmd/ifctrstat.c index 85d2ec7..24a5e5b 100644 --- a/cmd/ifctrstat.c +++ b/cmd/ifctrstat.c @@ -161,6 +161,7 @@ struct if_applet ifctrstat_applet = { .name = "ifctrstat", .desc = "Display statistics about an interface", .main = ifctrstat_main, - .usage = "ifctrstat [options] \n ifctrstat [options] --list\n", + .usage = "ifctrstat [options] \n ifctrstat [options] --list", + .manpage = "8 ifctrstat", .groups = { &global_option_group, &local_option_group, NULL } };