diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 12:53:11 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 13:43:30 +0200 |
| commit | 85e10b8c43c444ab9e43e23ea57ae9abb600fd1c (patch) | |
| tree | 9ab8440f182c40a2fac3413defa95e65a9322bff /man7/udp.7 | |
| parent | a933bc9ee98cd29b2128a5fc9f75c8d77f7ead3c (diff) | |
| download | man-pages-85e10b8c43c444ab9e43e23ea57ae9abb600fd1c.tar.gz | |
udp.7: srcfix: FIXME tidy-up
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/udp.7')
| -rw-r--r-- | man7/udp.7 | 7 |
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). |
