aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-29 12:53:11 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-29 13:43:30 +0200
commit85e10b8c43c444ab9e43e23ea57ae9abb600fd1c (patch)
tree9ab8440f182c40a2fac3413defa95e65a9322bff
parenta933bc9ee98cd29b2128a5fc9f75c8d77f7ead3c (diff)
downloadman-pages-85e10b8c43c444ab9e43e23ea57ae9abb600fd1c.tar.gz
udp.7: srcfix: FIXME tidy-up
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/udp.77
1 files changed, 3 insertions, 4 deletions
diff --git a/man7/udp.7 b/man7/udp.7
index 8e9eecb18d..113d91f5b7 100644
--- a/man7/udp.7
+++ b/man7/udp.7
@@ -195,10 +195,9 @@ This option should not be used in code intended to be
portable.
.\" FIXME document UDP_ENCAP (new in kernel 2.5.67)
.\" From include/linux/udp.h:
-.\" /* UDP encapsulation types */
-.\" #define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
-.\" #define UDP_ENCAP_ESPINUDP 2 /* draft-ietf-ipsec-udp-encaps-06 */
-.\" #define UDP_ENCAP_L2TPINUDP 3 /* rfc2661 */
+.\" UDP_ENCAP_ESPINUDP_NON_IKE draft-ietf-ipsec-nat-t-ike-00/01
+.\" UDP_ENCAP_ESPINUDP draft-ietf-ipsec-udp-encaps-06
+.\" UDP_ENCAP_L2TPINUDP rfc2661
.SS Ioctls
These ioctls can be accessed using
.BR ioctl (2).