From patchwork Tue May 28 11:37:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 10964743 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1B58192A for ; Tue, 28 May 2019 11:37:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 03678287C8 for ; Tue, 28 May 2019 11:37:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EB2E6287CE; Tue, 28 May 2019 11:37:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E8C38287C8 for ; Tue, 28 May 2019 11:37:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726500AbfE1Lhc (ORCPT ); Tue, 28 May 2019 07:37:32 -0400 Received: from guitar.tcltek.co.il ([192.115.133.116]:59810 "EHLO mx.tkos.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726305AbfE1Lhc (ORCPT ); Tue, 28 May 2019 07:37:32 -0400 Received: from tarshish.tkos.co.il (unknown [10.0.8.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPS id F21AC440459; Tue, 28 May 2019 14:37:28 +0300 (IDT) From: Baruch Siach To: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org, Baruch Siach Subject: [PATCH usbutils] usb-devices.1: don't mention bash Date: Tue, 28 May 2019 14:37:04 +0300 Message-Id: <920def362c8890ea3bed391cd120df17ce00a0cd.1559043424.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since commit 508d1acf42e ("usb-devices: use /bin/sh hashbang") usb-devices does not require bash. Signed-off-by: Baruch Siach --- usb-devices.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb-devices.1.in b/usb-devices.1.in index c5c1b798e4c3..2b142371cd67 100644 --- a/usb-devices.1.in +++ b/usb-devices.1.in @@ -11,7 +11,7 @@ usb-devices \- print USB device details .SH DESCRIPTION .B usb-devices -is a (bash) shell script that can be used to display details of USB +is a shell script that can be used to display details of USB buses in the system and the devices connected to them. The output of the script is similar to the \fIusb/devices\fP file