diff options
author | Péter Dimitrov <[email protected]> | 2018-03-13 16:30:31 +0100 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 10:19:38 +0200 |
commit | b5c8b3c8eb493b11b847a39749a11eb6661f62ed (patch) | |
tree | 14f49b89e1dbd11ab289e25c0a449827fd3cce8b | |
parent | 66209e1ed94bb13c62987f5ca3f6d50c92fd17b7 (diff) | |
download | otp-b5c8b3c8eb493b11b847a39749a11eb6661f62ed.tar.gz otp-b5c8b3c8eb493b11b847a39749a11eb6661f62ed.tar.bz2 otp-b5c8b3c8eb493b11b847a39749a11eb6661f62ed.zip |
inets: Fix broken link warning
Change-Id: I9ec81e25d8135fa624554b5d011b2c554b3481d5
-rw-r--r-- | lib/inets/doc/src/inets.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/inets/doc/src/inets.xml b/lib/inets/doc/src/inets.xml index 137381cbe9..9b17567fd4 100644 --- a/lib/inets/doc/src/inets.xml +++ b/lib/inets/doc/src/inets.xml @@ -188,8 +188,7 @@ <section> <title>SEE ALSO</title> - <p><seealso marker="ftp">ftp(3)</seealso>, - <seealso marker="httpc">httpc(3)</seealso>, + <p><seealso marker="httpc">httpc(3)</seealso>, <seealso marker="httpd">httpd(3)</seealso>, <seealso marker="tftp">tftp(3)</seealso></p> </section> |