diff options
Diffstat (limited to 'libipq/ipq_create_handle.3')
-rw-r--r-- | libipq/ipq_create_handle.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libipq/ipq_create_handle.3 b/libipq/ipq_create_handle.3 index 6e745b3..6c0c796 100644 --- a/libipq/ipq_create_handle.3 +++ b/libipq/ipq_create_handle.3 @@ -1,6 +1,6 @@ .TH IPQ_CREATE_HANDLE 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual" .\" -\" $Id: ipq_create_handle.3 1056 2001-11-24 15:09:19Z jamesm $ +\" $Id: ipq_create_handle.3,v 1.2 2001/10/16 14:41:02 jamesm Exp $ .\" .\" Copyright (c) 2000-2001 Netfilter Core Team .\" @@ -20,7 +20,7 @@ .\" .\" .SH NAME -ipq_create_handle, ipq_destroy_handle - create and destroy libipq handles. +ipq_create_handle, ipq_destroy_handle \(em create and destroy libipq handles. .SH SYNOPSIS .B #include <linux/netfilter.h> .br @@ -46,7 +46,7 @@ for forward compatibility. The .I protocol parameter is used to specify the protocol of the packets to be queued. -Valid values are PF_INET for IPv4 and PF_INET6 for IPv6. Currently, +Valid values are NFPROTO_IPV4 for IPv4 and NFPROTO_IPV6 for IPv6. Currently, only one protocol may be queued at a time for a handle. .PP The @@ -65,7 +65,7 @@ On success, .B ipq_destroy_handle returns zero. .br -On failure, -1 is returned. +On failure, \-1 is returned. .SH ERRORS On failure, a descriptive error message will be available via the |