From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Subject: [PATCH iproute2 1/7] man: rtpr: Rename s/bash/shell/ Date: Sat, 22 Sep 2018 23:24:45 +0200 Message-ID: <20180922212451.327-2-petr.vorel@gmail.com> References: <20180922212451.327-1-petr.vorel@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Petr Vorel , Stephen Hemminger To: netdev@vger.kernel.org Return-path: Received: from mail-wm1-f41.google.com ([209.85.128.41]:36632 "EHLO mail-wm1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728020AbeIWDUD (ORCPT ); Sat, 22 Sep 2018 23:20:03 -0400 Received: by mail-wm1-f41.google.com with SMTP id y13-v6so1760032wmi.1 for ; Sat, 22 Sep 2018 14:25:02 -0700 (PDT) In-Reply-To: <20180922212451.327-1-petr.vorel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: ip/rtpr mentioned in man as bash script is actually posix shell script (doesn't require to use bash). Signed-off-by: Petr Vorel --- man/man8/rtpr.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/rtpr.8 b/man/man8/rtpr.8 index 1b04a821..87f291ab 100644 --- a/man/man8/rtpr.8 +++ b/man/man8/rtpr.8 @@ -5,7 +5,7 @@ rtpr \- replace backslashes with newlines. .SH DESCRIPTION .B rtpr -is a trivial bash script which converts backslashes in standard input to newlines. It's sole purpose is to be fed with input from +is a trivial shell script which converts backslashes in standard input to newlines. It's sole purpose is to be fed with input from .B ip when executed with it's .B --oneline -- 2.19.0.rc2