OSDN Git Service

Retire iptables repository
[linuxjm/iptables.git] / po4a / man3 / ipq_create_handle.3.ja.po
diff --git a/po4a/man3/ipq_create_handle.3.ja.po b/po4a/man3/ipq_create_handle.3.ja.po
deleted file mode 100644 (file)
index 98767a4..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-# SOME DESCRIPTIVE TITLE
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-04-08 14:07+0900\n"
-"PO-Revision-Date: 2013-04-08 14:12+0900\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. type: TH
-#, no-wrap
-msgid "IPQ_CREATE_HANDLE"
-msgstr ""
-
-#. type: TH
-#, no-wrap
-msgid "16 October 2001"
-msgstr ""
-
-#. type: TH
-#, no-wrap
-msgid "Linux iptables 1.2"
-msgstr ""
-
-#. type: TH
-#, no-wrap
-msgid "Linux Programmer's Manual"
-msgstr ""
-
-#
-#
-#
-#
-#.      Copyright (c) 2000-2001 Netfilter Core Team
-#.      This program is free software; you can redistribute it and/or modify
-#.      it under the terms of the GNU General Public License as published by
-#.      the Free Software Foundation; either version 2 of the License, or
-#.      (at your option) any later version.
-#.      This program is distributed in the hope that it will be useful,
-#.      but WITHOUT ANY WARRANTY; without even the implied warranty of
-#.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#.      GNU General Public License for more details.
-#.      You should have received a copy of the GNU General Public License
-#.      along with this program; if not, write to the Free Software
-#.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#. type: SH
-#, no-wrap
-msgid "NAME"
-msgstr ""
-
-#. type: Plain text
-msgid "ipq_create_handle, ipq_destroy_handle \\(em create and destroy libipq handles."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "SYNOPSIS"
-msgstr ""
-
-#. type: Plain text
-msgid "B<#include E<lt>linux/netfilter.hE<gt>>"
-msgstr ""
-
-#. type: Plain text
-msgid "B<#include E<lt>libipq.hE<gt>>"
-msgstr ""
-
-#. type: Plain text
-msgid "B<struct ipq_handle *ipq_create_handle(u_int32_t >I<flags>B<, u_int32_t >I<protocol>B<);>"
-msgstr ""
-
-#. type: Plain text
-msgid "B<int ipq_destroy_handle(struct ipq_handle *>I<h>B<);>"
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "DESCRIPTION"
-msgstr ""
-
-#. type: Plain text
-msgid "The B<ipq_create_handle> function initialises libipq for an application, attempts to bind to the Netlink socket used by ip_queue, and returns an opaque context handle.  It should be the first libipq function to be called by an application.  The handle returned should be used in all subsequent library calls which require a handle parameter."
-msgstr ""
-
-#. type: Plain text
-msgid "The I<flags> parameter is not currently used and should be set to zero by the application for forward compatibility."
-msgstr ""
-
-#. type: Plain text
-msgid "The I<protocol> parameter is used to specify the protocol of the packets to be queued.  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."
-msgstr ""
-
-#. type: Plain text
-msgid "The B<ipq_destroy_handle> function frees up resources allocated by B<ipq_create_handle>, and should be used when the handle is no longer required by the application."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "RETURN VALUES"
-msgstr ""
-
-#. type: Plain text
-msgid "On success, B<ipq_create_handle> returns a pointer to a context handle."
-msgstr ""
-
-#. type: Plain text
-msgid "On failure, NULL is returned."
-msgstr ""
-
-#. type: Plain text
-msgid "On success, B<ipq_destroy_handle> returns zero."
-msgstr ""
-
-#. type: Plain text
-msgid "On failure, -1 is returned."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "ERRORS"
-msgstr ""
-
-#. type: Plain text
-msgid "On failure, a descriptive error message will be available via the B<ipq_errstr> function."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "BUGS"
-msgstr ""
-
-#. type: Plain text
-msgid "None known."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "AUTHOR"
-msgstr ""
-
-#. type: Plain text
-msgid "James Morris E<lt>jmorris@intercode.com.auE<gt>"
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "COPYRIGHT"
-msgstr ""
-
-#. type: Plain text
-msgid "Copyright (c) 2000-2001 Netfilter Core Team."
-msgstr ""
-
-#. type: Plain text
-msgid "Distributed under the GNU General Public License."
-msgstr ""
-
-#. type: SH
-#, no-wrap
-msgid "SEE ALSO"
-msgstr ""
-
-#. type: Plain text
-msgid "B<iptables>(8), B<libipq>(3)."
-msgstr ""