man: rtpr: Rename s/bash/shell/

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>
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
This commit is contained in:
Petr Vorel 2018-12-15 19:00:38 +01:00 committed by Stephen Hemminger
parent 85bcb524a2
commit ee32695387
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ rtpr \- replace backslashes with newlines.
.SH DESCRIPTION .SH DESCRIPTION
.B rtpr .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 .B ip
when executed with it's when executed with it's
.B --oneline .B --oneline