From e07ff761686629a3a7cf5af67f281a5b6ce4d8c5 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 7 Dec 2010 10:06:21 +0100 Subject: doc: fix wrong documentation on NFQNL_COPY_NONE NFQNL_COPY_NONE means noop and should not be used. Signed-off-by: Pablo Neira Ayuso --- src/libnetfilter_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnetfilter_queue.c') diff --git a/src/libnetfilter_queue.c b/src/libnetfilter_queue.c index b2ca219..08c4039 100644 --- a/src/libnetfilter_queue.c +++ b/src/libnetfilter_queue.c @@ -569,7 +569,7 @@ int nfq_handle_packet(struct nfq_handle *h, char *buf, int len) * Sets the amount of data to be copied to userspace for each packet queued * to the given queue. * - * - NFQNL_COPY_NONE - do not copy any data + * - NFQNL_COPY_NONE - noop, do not use it * - NFQNL_COPY_META - copy only packet metadata * - NFQNL_COPY_PACKET - copy entire packet * -- cgit v1.2.3