cmd: add manpage xrefs where we have manpages already
This commit is contained in:
parent
e2959275b6
commit
520b831bdf
2 changed files with 3 additions and 0 deletions
|
@ -329,5 +329,6 @@ struct if_applet ifquery_applet = {
|
|||
.desc = "query interface configuration",
|
||||
.main = ifquery_main,
|
||||
.usage = "ifquery [options] <interfaces>\n ifquery [options] --list",
|
||||
.manpage = "8 ifquery",
|
||||
.groups = { &global_option_group, &match_option_group, &exec_option_group, &local_option_group },
|
||||
};
|
||||
|
|
|
@ -239,6 +239,7 @@ struct if_applet ifup_applet = {
|
|||
.desc = "bring interfaces up",
|
||||
.main = ifupdown_main,
|
||||
.usage = "ifup [options] <interfaces>",
|
||||
.manpage = "8 ifup",
|
||||
.groups = { &global_option_group, &match_option_group, &exec_option_group, },
|
||||
};
|
||||
|
||||
|
@ -247,5 +248,6 @@ struct if_applet ifdown_applet = {
|
|||
.desc = "take interfaces down",
|
||||
.main = ifupdown_main,
|
||||
.usage = "ifdown [options] <interfaces>",
|
||||
.manpage = "8 ifdown",
|
||||
.groups = { &global_option_group, &match_option_group, &exec_option_group, },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue