[PATCH] rtnetlink.3: RTA_PAYLOAD returns int

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Since 2.6.11: http://lxr.linux.no/#linux+v2.6.11/include/linux/rtnetlink.h#L120
Reported-by: Nick Black <dank@xxxxxxxxx>
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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux