new ULOG revision: supports in-kernel batching of packets and netlink multipart messages
diff --git a/iptables.8 b/iptables.8
index 1a7f810..3ea3bd9 100644
--- a/iptables.8
+++ b/iptables.8
@@ -714,16 +714,23 @@
 socket. One or more userspace processes may then subscribe to various 
 multicast groups and receive the packets.
 .TP
-.BI "--ulog-nlgroup" "<nlgroup>"
+.BI "--ulog-nlgroup " "<nlgroup>"
 This specifies the netlink group (1-32) to which the packet is sent.
+Default value is 1.
 .TP
-.BI "--ulog-prefix" "<prefix>"
+.BI "--ulog-prefix " "<prefix>"
 Prefix log messages with the specified prefix; up to 32 characters
 long, and useful fro distinguishing messages in the logs.
 .TP
-.BI "--ulog-cprange" "<size>"
+.BI "--ulog-cprange " "<size>"
 Number of bytes to be copied to userspace. A value of 0 always copies
-the entire packet, regardless of its size.
+the entire packet, regardless of its size. Default is 0
+.TP
+.BI "--ulog-qthreshold " "<size>"
+Number of packet to queue inside kernel. Setting this value to, e.g. 10
+accumulates ten packets inside the kernel and transmits them as one
+netlink multpart message to userspace.  Default is 1 (for backwards 
+compatibility)
 .SH DIAGNOSTICS
 Various error messages are printed to standard error.  The exit code
 is 0 for correct functioning.  Errors which appear to be caused by