code: plan9front

Download patch

ref: 1ff642d9c61d62d6903db649e51675e13337418d
parent: a7016ce07864175f22ee85b537544b63f43935cf
author: rodri <rgl@antares-labs.eu>
date: Sun Mar 5 10:50:04 EST 2023

ip(3): corrections to Udphdr field descriptions

--- a/sys/man/3/ip
+++ b/sys/man/3/ip
@@ -883,8 +883,8 @@
 typedef struct Udphdr Udphdr;
 struct Udphdr
 {
-	uchar	raddr[16];	/* V6 remote address and port */
-	uchar	laddr[16];	/* V6 local address and port */
+	uchar	raddr[16];	/* V6 remote address */
+	uchar	laddr[16];	/* V6 local address */
 	uchar	ifcaddr[16];	/* V6 interface address (receive only) */
 	uchar	rport[2];	/* remote port */
 	uchar	lport[2];	/* local port */