diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-04-15 18:16:22 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-04-15 18:16:22 +0200 |
commit | 57d690c482c7e5f57608befe7cb04797b1bff153 (patch) | |
tree | 3d2385143a6f405f6193e8d54f970cdfca2dca9a | |
parent | fe6affc20faca78a716016bf48b640d6ff33f962 (diff) | |
download | plan9front-57d690c482c7e5f57608befe7cb04797b1bff153.tar.xz |
ip(3): remove outdated maximum ipstack number limit.
the maximum number of ip stacks is a implementation detail
of devip. it is 128 currently, instead of 16 as suggested
in the manpage.
-rw-r--r-- | sys/man/3/ip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/3/ip b/sys/man/3/ip index 031d5eca9..421faeac7 100644 --- a/sys/man/3/ip +++ b/sys/man/3/ip @@ -48,7 +48,7 @@ The .I ip device provides the interface to Internet Protocol stacks. .I Spec -is an integer from 0 to 15 identifying a stack. +is an integer starting from 0 identifying a stack. Each stack implements IPv4 and IPv6. Each stack is independent of all others: the only information transfer between them is via programs that |