diff options
author | mischief <mischief@offblast.org> | 2018-08-06 08:47:07 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2018-08-06 08:47:07 -0700 |
commit | 0c036b4d4a5ec309155f44e2620ddced2054b674 (patch) | |
tree | 7f6f3156e5f854197504b78098d0b2e6caa8e7a1 | |
parent | 209a6b4b55101d58327830d7e1306dfb43ece531 (diff) | |
download | plan9front-0c036b4d4a5ec309155f44e2620ddced2054b674.tar.xz |
ip(3): document ipifc ipv6 connection and fix delay formatting
-rw-r--r-- | sys/man/3/ip | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/man/3/ip b/sys/man/3/ip index 38ae273bc..9eb358cff 100644 --- a/sys/man/3/ip +++ b/sys/man/3/ip @@ -111,10 +111,11 @@ as an Ethernet medium carrying IP and ARP packets and associate it with this interface. The kernel will .IR dial (2) -.IR path !0x800 +.IR path !0x800, +.IR path !0x86DD and .IR path !0x806 -and use the two connections for IPv4 and +and use the three connections for IPv4, IPv6 and ARP respectively. .TP .B "bind pkt @@ -196,7 +197,7 @@ medium-specific headers. .TP .BI speed\ n Set the maximum transmit speed in bits per second. -TP +.TP .BI delay\ n Set the maximum burst delay in milliseconds. (Default is 40ms) When |