From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id BA99F4A65
 for <dev@dpdk.org>; Tue, 30 Aug 2016 17:12:59 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga103.jf.intel.com with ESMTP; 30 Aug 2016 08:12:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.30,257,1470726000"; d="scan'208";a="872643964"
Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75])
 by orsmga003.jf.intel.com with ESMTP; 30 Aug 2016 08:12:32 -0700
Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by
 IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Tue, 30 Aug 2016 16:12:31 +0100
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by
 irsmsx111.ger.corp.intel.com ([169.254.2.19]) with mapi id 14.03.0248.002;
 Tue, 30 Aug 2016 16:12:31 +0100
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: Christian Ehrhardt <christian.ehrhardt@canonical.com>,
 "thomas.monjalon@6wind.com" <thomas.monjalon@6wind.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH 4/4] doc: make the devbind man page be part
 of	section 8
Thread-Index: AQHR7kHm1p0u1ad+TEmmgqx/HpjkbKBhxS1w
Date: Tue, 30 Aug 2016 15:12:29 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE2025D8A72@IRSMSX103.ger.corp.intel.com>
References: <1470309419-4389-1-git-send-email-christian.ehrhardt@canonical.com>
 <1470309419-4389-5-git-send-email-christian.ehrhardt@canonical.com>
In-Reply-To: <1470309419-4389-5-git-send-email-christian.ehrhardt@canonical.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ctpclassification: CTP_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGIzMjQxOTctNjcwMS00ZWUzLTk3YzQtY2Y1OTM0ZDcxZTQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijdwd01vb05nWUVCNk5pd2VLU0Q0a3pkSmY4bHZQRVhnU1d1U2xjUUVQNWM9In0=
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 4/4] doc: make the devbind man page be part
 of	section 8
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Aug 2016 15:13:00 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Christian Ehrhardt
> Sent: Thursday, August 4, 2016 12:17 PM
> To: christian.ehrhardt@canonical.com; thomas.monjalon@6wind.com;
> dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 4/4] doc: make the devbind man page be part of
> section 8
>=20
> As a root only program in sbin it should belong to section 8
> "8   System administration commands (usually only for root)"
>=20
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
> ---
>  doc/guides/conf.py   | 2 +-
>  mk/rte.sdkinstall.mk | 5 +++++
>  2 files changed, 6 insertions(+), 1 deletion(-)
>=20
> diff --git a/doc/guides/conf.py b/doc/guides/conf.py index
> ad8e8b3..52e2acf 100644
> --- a/doc/guides/conf.py
> +++ b/doc/guides/conf.py
> @@ -102,7 +102,7 @@ man_pages =3D [("testpmd_app_ug/run_app", "testpmd",
>               ("sample_app_ug/pmdinfo", "dpdk-pmdinfo",
>                "dump a PMDs hardware support info", "", 1),
>               ("sample_app_ug/devbind", "dpdk-devbind",
> -              "check device status and bind/unbind them from drivers",
> "", 1)]
> +              "check device status and bind/unbind them from drivers",
> + "", 8)]


Could this be rolled into one of the earlier patches?