docs: ip-sysctl.txt: fix name of some ipv6 variables
authorOlivier Gayot <olivier.gayot@sigexec.com>
Wed, 18 Apr 2018 20:03:06 +0000 (22:03 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 19:20:09 +0000 (15:20 -0400)
commitab913455dd59b81204b6a0d387a44697b0e0bd85
tree1aa6400bce64e68558558dc166ea8521896bc702
parent65ec0bd1c7c14522670a5294de35710fb577a7fd
docs: ip-sysctl.txt: fix name of some ipv6 variables

The name of the following proc/sysctl entries were incorrectly
documented:

    /proc/sys/net/ipv6/conf/<interface>/max_dst_opts_number
    /proc/sys/net/ipv6/conf/<interface>/max_hbt_opts_number
    /proc/sys/net/ipv6/conf/<interface>/max_dst_opts_length
    /proc/sys/net/ipv6/conf/<interface>/max_hbt_length

Their name was set to the name of the symbol in the .data field of the
control table instead of their .proc name.

Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt