From a8956ff09c06869b6c5bc5f525944d8c228e64e9 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 21 Oct 2010 13:32:42 +0200 Subject: doc: git tree update (now at netfilter.org) and fix listing in doxygen This patch update the git tree address (now at netfilter.org) and it also fixes a minor problem with the doxygen output in one of the socket helpers. Signed-off-by: Pablo Neira Ayuso --- src/socket.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/socket.c') diff --git a/src/socket.c b/src/socket.c index 53f98c7..a9ff053 100644 --- a/src/socket.c +++ b/src/socket.c @@ -55,7 +55,7 @@ * * \section scm Git Tree * The current development version of libmnl can be accessed at: - * http://1984.lsi.us.es/git/?p=libmnl/.git;a=summary + * http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libmnl.git;a=summary * * \section using Using libmnl * You can access several examples files under examples/ in the libmnl source @@ -247,13 +247,13 @@ int mnl_socket_close(struct mnl_socket *nl) * \param len the size of the buffer passed * * This function allows you to set some Netlink socket option. As of writing - * this, the existing options are: + * this (see linux/netlink.h), the existing options are: * - * #define NETLINK_ADD_MEMBERSHIP 1 - * #define NETLINK_DROP_MEMBERSHIP 2 - * #define NETLINK_PKTINFO 3 - * #define NETLINK_BROADCAST_ERROR 4 - * #define NETLINK_NO_ENOBUFS 5 + * - \#define NETLINK_ADD_MEMBERSHIP 1 + * - \#define NETLINK_DROP_MEMBERSHIP 2 + * - \#define NETLINK_PKTINFO 3 + * - \#define NETLINK_BROADCAST_ERROR 4 + * - \#define NETLINK_NO_ENOBUFS 5 * * In the early days, Netlink only supported 32 groups expressed in a * 32-bits mask. However, since 2.6.14, Netlink may have up to 2^32 multicast -- cgit v1.2.3