On Thu, 29 Oct 2015 09:55:20 +0000
Phil Sutter [off-list ref] wrote:
This series adds man pages for ifcfg, genl and ifstat utilities. Some of
them have already been submitted once in 2013[1] but weren't picked up
for unknown reasons.
Along with this comes a final patch fixing bridge fdb help text.
[1]: http://lists.openwall.net/netdev/2013/05/27/102
Phil Sutter (4):
ifcfg: add manpage
genl: add manpage
ifstat: add manpage
bridge: fdb: minor syntax fix in help text
bridge/fdb.c | 6 ++---
man/man8/genl.8 | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
man/man8/ifcfg.8 | 48 ++++++++++++++++++++++++++++++++++
man/man8/ifstat.8 | 59 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 187 insertions(+), 3 deletions(-)
create mode 100644 man/man8/genl.8
create mode 100644 man/man8/ifcfg.8
create mode 100644 man/man8/ifstat.8
Applied thanks