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:
parent
85bcb524a2
commit
ee32695387
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue