From patchwork Tue May 30 17:01:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 768724 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wcfzP69T3z9s78 for ; Wed, 31 May 2017 03:02:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4F95289CF2; Tue, 30 May 2017 17:02:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yYe0yLRQq9Gi; Tue, 30 May 2017 17:02:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9D87D89D1E; Tue, 30 May 2017 17:02:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 51CF41C00E1 for ; Tue, 30 May 2017 17:01:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 44BD388A08 for ; Tue, 30 May 2017 17:01:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f4CLkUc2fK9l for ; Tue, 30 May 2017 17:01:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from srv-hp10-72.netsons.net (srv-hp10-72.netsons.net [94.141.22.72]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6722488D08 for ; Tue, 30 May 2017 17:01:46 +0000 (UTC) Received: from 78-134-18-77.v4.ngi.it ([78.134.18.77]:34960 helo=localhost.localdomain) by srv-hp10.netsons.net with esmtpa (Exim 4.89) (envelope-from ) id 1dFkWc-002lk7-Ka; Tue, 30 May 2017 19:01:42 +0200 From: Luca Ceresoli To: buildroot@buildroot.org Date: Tue, 30 May 2017 19:01:27 +0200 Message-Id: <1496163688-20870-5-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1496163688-20870-1-git-send-email-luca@lucaceresoli.net> References: <1496163688-20870-1-git-send-email-luca@lucaceresoli.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - srv-hp10.netsons.net X-AntiAbuse: Original Domain - buildroot.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: srv-hp10.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: srv-hp10.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Cc: Luca Ceresoli Subject: [Buildroot] [PATCH 5/6] snmppp: fix help text format X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Warning reported by check-package. Signed-off-by: Luca Ceresoli Cc: Gustavo Zacarias --- package/snmppp/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/snmppp/Config.in b/package/snmppp/Config.in index 9e800fd57ea8..8d284673bc4c 100644 --- a/package/snmppp/Config.in +++ b/package/snmppp/Config.in @@ -14,8 +14,9 @@ config BR2_PACKAGE_SNMPPP_LOGGING bool "enable logging" help Enable logging output for SNMP++. - According to the SNMP++ documentation, disabling logging "increases - performance drastically and minimizes memory consumption". + According to the SNMP++ documentation, disabling logging + "increases performance drastically and minimizes memory + consumption". config BR2_PACKAGE_SNMPPP_SNMPV3 bool "enable SNMPv3"