* [PATCH] rtnetlink.3: RTA_PAYLOAD returns int
@ 2012-04-29 16:19 Simon Paillard
0 siblings, 0 replies; only message in thread
From: Simon Paillard @ 2012-04-29 16:19 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard
Since 2.6.11: http://lxr.linux.no/#linux+v2.6.11/include/linux/rtnetlink.h#L120
Reported-by: Nick Black <dank-URhJvLu/5VteoWH0uzbU5w@public.gmane.org>
http://bugs.debian.org/621075
---
man3/rtnetlink.3 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man3/rtnetlink.3 b/man3/rtnetlink.3
index 027f668..afdcc2b 100644
--- a/man3/rtnetlink.3
+++ b/man3/rtnetlink.3
@@ -23,7 +23,7 @@ rtnetlink \- macros to manipulate rtnetlink messages
.sp
.BI "void *RTA_DATA(struct rtattr *" rta );
.sp
-.BI "unsigned int RTA_PAYLOAD(struct rtattr *" rta );
+.BI "int RTA_PAYLOAD(struct rtattr *" rta );
.sp
.BI "struct rtattr *RTA_NEXT(struct rtattr *" rta \
", unsigned int " rtabuflen );
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-29 16:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 16:19 [PATCH] rtnetlink.3: RTA_PAYLOAD returns int Simon Paillard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).