From: Stephen Hemminger <shemming@brocade.com>
To: Phil Sutter <phil@nwl.cc>
Cc: <netdev@vger.kernel.org>
Subject: Re: [iproute PATCH 00/20] Sync man pages and help texts
Date: Wed, 2 Mar 2016 11:59:01 -0800 [thread overview]
Message-ID: <20160302115901.6d9cd39c@xeon-e3> (raw)
In-Reply-To: <1456302093-697-1-git-send-email-phil@nwl.cc>
On Wed, 24 Feb 2016 09:21:13 +0100
Phil Sutter <phil@nwl.cc> wrote:
> This patch series aims at improving consistency of builtin help texts and
> related man pages (synopsis section at least). It was created by
> comparing the two and fixing up whatever occurred to be broken.
>
> Phil Sutter (20):
> ip: align help text with manpage
> ipaddrlabel: Improve help text precision
> iplink: fix help text syntax
> ipneigh: add missing proxy keyword to help text
> ipntable: Fix typo in help text
> iproute: TYPE keyword is not optional, fix help text accordingly
> iprule: add missing nat keyword to help text
> man: ip-address.8: Minor syntax fixes
> man: ip-link.8: minor font fix
> man: ip-link.8: Fix and improve synopsis
> man: ip-neighbour: Fix for missing NUD_STATE description
> man: ip-netns.8: Clarify synopsis a bit
> man: ip-ntable.8: Review synopsis section
> man: ip-rule.8: Review synopsis section
> man: ip-token.8: Review synopsis section
> man: ip-tunnel.8: Document missing 6rd action
> man: ip-xfrm.8: Document missing parameters
> man: ip.8: Add missing flags and token subcommand description
> man: ip-l2tp.8: Fix BNF syntax
> man: ip-*.8: drop any reference to generic ip options
>
> ip/ip.c | 2 +-
> ip/ipaddrlabel.c | 3 +-
> ip/iplink.c | 9 ++--
> ip/ipneigh.c | 2 +-
> ip/ipntable.c | 2 +-
> ip/iproute.c | 6 +--
> ip/iprule.c | 1 +
> man/man8/ip-address.8.in | 8 ++--
> man/man8/ip-addrlabel.8 | 14 +-----
> man/man8/ip-l2tp.8 | 24 ++++------
> man/man8/ip-link.8.in | 114 +++++++++++++++++++++++------------------------
> man/man8/ip-monitor.8 | 4 +-
> man/man8/ip-mroute.8 | 2 +-
> man/man8/ip-neighbour.8 | 11 +++--
> man/man8/ip-netns.8 | 4 +-
> man/man8/ip-ntable.8 | 39 +++++++++-------
> man/man8/ip-rule.8 | 19 +++++---
> man/man8/ip-token.8 | 12 ++---
> man/man8/ip-tunnel.8 | 11 +++--
> man/man8/ip-xfrm.8 | 11 +++++
> man/man8/ip.8 | 29 +++++++++++-
> 21 files changed, 181 insertions(+), 146 deletions(-)
Applied
prev parent reply other threads:[~2016-03-02 19:58 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 8:21 [iproute PATCH 00/20] Sync man pages and help texts Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 01/20] ip: align help text with manpage Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 02/20] ipaddrlabel: Improve help text precision Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 03/20] iplink: fix help text syntax Phil Sutter
2016-03-02 17:38 ` Stephen Hemminger
2016-03-02 18:19 ` [iproute PATCH v2 00/20] Sync man pages and help texts Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 01/20] ip: align help text with manpage Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 02/20] ipaddrlabel: Improve help text precision Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 03/20] iplink: fix help text syntax Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 04/20] ipneigh: add missing proxy keyword to help text Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 05/20] ipntable: Fix typo in " Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 06/20] iproute: TYPE keyword is not optional, fix help text accordingly Phil Sutter
2016-03-03 14:21 ` Jamal Hadi Salim
2016-03-03 15:05 ` Phil Sutter
2016-03-07 11:23 ` Jamal Hadi Salim
2016-03-02 18:19 ` [iproute PATCH v2 07/20] iprule: add missing nat keyword to help text Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 08/20] man: ip-address.8: Minor syntax fixes Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 09/20] man: ip-link.8: minor font fix Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 10/20] man: ip-link.8: Fix and improve synopsis Phil Sutter
2016-03-02 18:19 ` [iproute PATCH v2 11/20] man: ip-neighbour: Fix for missing NUD_STATE description Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 12/20] man: ip-netns.8: Clarify synopsis a bit Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 13/20] man: ip-ntable.8: Review synopsis section Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 14/20] man: ip-rule.8: " Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 15/20] man: ip-token.8: " Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 16/20] man: ip-tunnel.8: Document missing 6rd action Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 17/20] man: ip-xfrm.8: Document missing parameters Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 18/20] man: ip.8: Add missing flags and token subcommand description Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 19/20] man: ip-l2tp.8: Fix BNF syntax Phil Sutter
2016-03-02 18:20 ` [iproute PATCH v2 20/20] man: ip-*.8: drop any reference to generic ip options Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 04/20] ipneigh: add missing proxy keyword to help text Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 05/20] ipntable: Fix typo in " Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 06/20] iproute: TYPE keyword is not optional, fix help text accordingly Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 07/20] iprule: add missing nat keyword to help text Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 08/20] man: ip-address.8: Minor syntax fixes Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 09/20] man: ip-link.8: minor font fix Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 10/20] man: ip-link.8: Fix and improve synopsis Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 11/20] man: ip-neighbour: Fix for missing NUD_STATE description Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 12/20] man: ip-netns.8: Clarify synopsis a bit Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 13/20] man: ip-ntable.8: Review synopsis section Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 14/20] man: ip-rule.8: " Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 15/20] man: ip-token.8: " Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 16/20] man: ip-tunnel.8: Document missing 6rd action Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 17/20] man: ip-xfrm.8: Document missing parameters Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 18/20] man: ip.8: Add missing flags and token subcommand description Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 19/20] man: ip-l2tp.8: Fix BNF syntax Phil Sutter
2016-02-24 8:21 ` [iproute PATCH 20/20] man: ip-*.8: drop any reference to generic ip options Phil Sutter
2016-03-02 19:59 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160302115901.6d9cd39c@xeon-e3 \
--to=shemming@brocade.com \
--cc=netdev@vger.kernel.org \
--cc=phil@nwl.cc \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).