diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-28 00:01:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-28 14:40:18 -0700 |
commit | 1cec2cacaaec5d53adc04dd3ecfdb687b26c0e89 (patch) | |
tree | 89e5f3347d8d28ae4b2826a12f89f4db092f7778 /net/ipv4/icmp.c | |
parent | 355e656e017c3b42deb57d125d86c4cbd277d6db (diff) | |
download | linux-1cec2cacaaec5d53adc04dd3ecfdb687b26c0e89.tar.gz linux-1cec2cacaaec5d53adc04dd3ecfdb687b26c0e89.tar.bz2 linux-1cec2cacaaec5d53adc04dd3ecfdb687b26c0e89.zip |
docs: networking: convert ip-sysctl.txt to ReST
- add SPDX header;
- adjust titles and chapters, adding proper markups;
- mark code blocks and literals as such;
- mark lists as such;
- mark tables as such;
- use footnote markup;
- adjust identation, whitespaces and blank lines;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r-- | net/ipv4/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index fc61f51d87a3..956a806649f7 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -853,7 +853,7 @@ static bool icmp_unreach(struct sk_buff *skb) case ICMP_FRAG_NEEDED: /* for documentation of the ip_no_pmtu_disc * values please see - * Documentation/networking/ip-sysctl.txt + * Documentation/networking/ip-sysctl.rst */ switch (net->ipv4.sysctl_ip_no_pmtu_disc) { default: |