netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESENT iproute2 1/7] man: rtpr: Rename s/bash/shell/
@ 2018-12-15 18:00 Petr Vorel
  2018-12-15 18:00 ` [PATCH RESENT iproute2 2/7] tests: Use /bin/sh shebang Petr Vorel
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Petr Vorel @ 2018-12-15 18:00 UTC (permalink / raw)
  To: netdev; +Cc: Petr Vorel, Stephen Hemminger

ip/rtpr mentioned in man as bash script is actually posix shell script
(doesn't require to use bash).

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 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.20.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-12-18 18:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-15 18:00 [PATCH RESENT iproute2 1/7] man: rtpr: Rename s/bash/shell/ Petr Vorel
2018-12-15 18:00 ` [PATCH RESENT iproute2 2/7] tests: Use /bin/sh shebang Petr Vorel
2018-12-18 18:51   ` Stephen Hemminger
2018-12-15 18:00 ` [PATCH RESENT iproute2 3/7] configure: Remove unused function check_prog() Petr Vorel
2018-12-15 18:00 ` [PATCH RESENT iproute2 4/7] configure: Remove non-posix shell expansion Petr Vorel
2018-12-15 18:00 ` [PATCH RESENT iproute2 5/7] configure: Minor code cleanup Petr Vorel
2018-12-15 18:00 ` [PATCH RESENT iproute2 6/7] examples: Remove dhcp-client-script Petr Vorel
2018-12-15 18:00 ` [PATCH RESENT iproute2 7/7] examples: Remove cbq.init-v0.7.3 Petr Vorel
2018-12-18 18:53 ` [PATCH RESENT iproute2 1/7] man: rtpr: Rename s/bash/shell/ Stephen Hemminger

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).