From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [iproute PATCH 00/10] Review help texts and man pages Date: Thu, 16 Aug 2018 10:29:36 -0700 Message-ID: <20180816102936.6402d8e1@xeon-e3> References: <20180816102802.31782-1-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Phil Sutter Return-path: Received: from mail-pl0-f50.google.com ([209.85.160.50]:45331 "EHLO mail-pl0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727881AbeHPU30 (ORCPT ); Thu, 16 Aug 2018 16:29:26 -0400 Received: by mail-pl0-f50.google.com with SMTP id j8-v6so2401576pll.12 for ; Thu, 16 Aug 2018 10:29:38 -0700 (PDT) In-Reply-To: <20180816102802.31782-1-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 16 Aug 2018 12:27:52 +0200 Phil Sutter 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