]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Add routel and routef man page.
authorAndreas Henriksson <andreas@fatal.se>
Thu, 3 Jan 2008 15:48:56 +0000 (16:48 +0100)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Sat, 10 May 2008 00:07:06 +0000 (17:07 -0700)
Makefile
man/man8/routel.8 [new file with mode: 0644]

index de04176dcacdf0e195381e649c9272fb2b8b125a..723eb5d328e910550d5d0bfd32185aa3f6c705f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ install: all
        ln -sf lnstat.8  $(DESTDIR)$(MANDIR)/man8/rtstat.8
        ln -sf lnstat.8  $(DESTDIR)$(MANDIR)/man8/ctstat.8
        ln -sf rtacct.8  $(DESTDIR)$(MANDIR)/man8/nstat.8
+       ln -sf routel.8  $(DESTDIR)$(MANDIR)/man8/routef.8
        install -m 0755 -d $(DESTDIR)$(MANDIR)/man3
        install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3
 
diff --git a/man/man8/routel.8 b/man/man8/routel.8
new file mode 100644 (file)
index 0000000..cdf8f55
--- /dev/null
@@ -0,0 +1,32 @@
+.TH "ROUTEL" "8" "3 Jan, 2008" "iproute2" "Linux"
+.SH "NAME"
+.LP 
+routel \- list routes with pretty output format
+.br
+routef \- flush routes
+.SH "SYNTAX"
+.LP 
+routel [\fItablenr\fP [\fIraw ip args...\fP]]
+.br 
+routef
+.SH "DESCRIPTION"
+.LP 
+These programs are a set of helper scripts you can use instead of raw iproute2 commands.
+.br
+The routel script will list routes in a format that some might consider easier to interpret then the ip route list equivalent.
+.br
+The routef script does not take any arguments and will simply flush the routing table down the drain. Beware! This means deleting all routes which will make your network unusable!
+
+.SH "FILES"
+.LP 
+\fI/usr/bin/routef\fP 
+.br 
+\fI/usr/bin/routel\fP 
+.SH "AUTHORS"
+.LP 
+The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain.
+.br
+This manual page was written by Andreas Henriksson  <andreas@fatal.se>, for the Debian GNU/Linux system.
+.SH "SEE ALSO"
+.LP 
+ip(8)