On Thu, 16 Aug 2018 12:27:52 +0200 Phil Sutter <p...@nwl.cc> wrote: > This series fixes a number of issues identified by an automated scan > over man pages and help texts. > > Phil Sutter (10): > man: bridge.8: Document -oneline option > bridge: trivial: Make help text consistent > devlink: trivial: Make help text consistent > man: devlink.8: Document -verbose option > genl: Fix help text > man: ifstat.8: Document --json and --pretty options > ip: Add missing -M flag to help text > man: rtacct.8: Fix nstat options > rtmon: List options in help text > man: ss.8: Describe --events option > > bridge/bridge.c | 2 +- > devlink/devlink.c | 2 +- > genl/genl.c | 4 ++-- > ip/ip.c | 2 +- > ip/rtmon.c | 4 +++- > man/man8/bridge.8 | 15 ++++++++++++++- > man/man8/devlink.8 | 4 ++++ > man/man8/ifstat.8 | 8 ++++++++ > man/man8/rtacct.8 | 14 +++++++++----- > man/man8/ss.8 | 3 +++ > 10 files changed, 46 insertions(+), 12 deletions(-) >
Sure, applied. Had to do one bit of whitespace cleanup on genl.c