netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] man: fix documentation for range of route table ID
@ 2017-09-21 18:14 Thomas Haller
  2017-09-21 18:26 ` Phil Sutter
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Haller @ 2017-09-21 18:14 UTC (permalink / raw)
  To: Stephen Hemminger, netdev; +Cc: Thomas Haller

Signed-off-by: Thomas Haller <thaller@redhat.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@/rt_tables
 By default all normal routes are inserted into the
 .B main
-- 
2.13.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-22 17:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-21 18:14 [PATCH iproute2] man: fix documentation for range of route table ID Thomas Haller
2017-09-21 18:26 ` Phil Sutter
2017-09-22 11:28   ` [PATCH iproute2 v2] " Thomas Haller
2017-09-22 17:09     ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).