[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170921181411.17720-1-thaller@redhat.com>
Date: Thu, 21 Sep 2017 20:14:11 +0200
From: Thomas Haller <thaller@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>,
netdev@...r.kernel.org
Cc: Thomas Haller <thaller@...hat.com>
Subject: [PATCH iproute2] man: fix documentation for range of route table ID
Signed-off-by: Thomas Haller <thaller@...hat.com>
---
man/man8/ip-route.8.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
index 803de3b9..9717b959 100644
--- a/man/man8/ip-route.8.in
+++ b/man/man8/ip-route.8.in
@@ -322,7 +322,7 @@ normal routing tables.
.P
.B Route tables:
Linux-2.x can pack routes into several routing tables identified
-by a number in the range from 1 to 2^31 or by name from the file
+by a number in the range from 0 to 2^32-1 or by name from the file
.B @SYSCONFDIR@..._tables
By default all normal routes are inserted into the
.B main
--
2.13.5
Powered by blists - more mailing lists