aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2021-09-01 13:46:58 -0700
committerDavid Ahern <dsahern@kernel.org>2021-09-06 16:30:36 -0600
commit2c8110881bacaa039b23e314bca73affaac0a188 (patch)
treed8094b6e126590a14ddff23266d4b88ff3979241 /man
parentfb843668fbafe314edb0f99901565173b04976b8 (diff)
downloadiproute2-2c8110881bacaa039b23e314bca73affaac0a188.tar.gz
ip: remove old rtpr script
This script was a one off hack for a special case. Now that ip commands have better formatting, there is no real reason for it. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'man')
-rw-r--r--man/man8/rtpr.825
1 files changed, 0 insertions, 25 deletions
diff --git a/man/man8/rtpr.8 b/man/man8/rtpr.8
deleted file mode 100644
index 87f291ab5..000000000
--- a/man/man8/rtpr.8
+++ /dev/null
@@ -1,25 +0,0 @@
-.TH RTPR 8 "18 September, 2015"
-
-.SH NAME
-rtpr \- replace backslashes with newlines.
-
-.SH DESCRIPTION
-.B rtpr
-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
-flag.
-
-.SH EXAMPLES
-.TP
-ip --oneline address show | rtpr
-Undo oneline converted
-.B ip-address
-output.
-
-.SH SEE ALSO
-.BR ip (8)
-
-.SH AUTHORS
-Stephen Hemminger <shemming@brocade.com>