OSDN Git Service

LDP: Update POT and ja.po to LDP v3.79
[linuxjm/LDP_man-pages.git] / po4a / netlink / po / netlink.pot
index ebc8d69..d210fff 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2015-01-04 23:49+0900\n"
+"POT-Creation-Date: 2015-02-04 23:33+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -227,7 +227,7 @@ msgid "These macros are nonstandard Linux extensions."
 msgstr ""
 
 #. type: SH
-#: build/C/man3/netlink.3:87 build/C/man7/netlink.7:384
+#: build/C/man3/netlink.3:87 build/C/man7/netlink.7:391
 #, no-wrap
 msgid "NOTES"
 msgstr ""
@@ -240,7 +240,7 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man3/netlink.3:91 build/C/man7/netlink.7:467 build/C/man3/rtnetlink.3:121 build/C/man7/rtnetlink.7:460
+#: build/C/man3/netlink.3:91 build/C/man7/netlink.7:474 build/C/man3/rtnetlink.3:121 build/C/man7/rtnetlink.7:460
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
@@ -251,15 +251,15 @@ msgid "B<libnetlink>(3), B<netlink>(7)"
 msgstr ""
 
 #. type: SH
-#: build/C/man3/netlink.3:94 build/C/man7/netlink.7:482 build/C/man3/rtnetlink.3:125 build/C/man7/rtnetlink.7:465
+#: build/C/man3/netlink.3:94 build/C/man7/netlink.7:489 build/C/man3/rtnetlink.3:125 build/C/man7/rtnetlink.7:465
 #, no-wrap
 msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man3/netlink.3:102 build/C/man7/netlink.7:490 build/C/man3/rtnetlink.3:133 build/C/man7/rtnetlink.7:473
+#: build/C/man3/netlink.3:102 build/C/man7/netlink.7:497 build/C/man3/rtnetlink.3:133 build/C/man7/rtnetlink.7:473
 msgid ""
-"This page is part of release 3.76 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.79 of the Linux I<man-pages> project.  A "
 "description of the project, information about reporting bugs, and the latest "
 "version of this page, can be found at "
 "\\%http://www.kernel.org/doc/man-pages/."
@@ -268,7 +268,7 @@ msgstr ""
 #. type: TH
 #: build/C/man7/netlink.7:11
 #, no-wrap
-msgid "2013-03-15"
+msgid "2015-01-10"
 msgstr ""
 
 #. type: TH
@@ -529,8 +529,23 @@ msgstr ""
 msgid "Generic netlink family for simplified netlink usage."
 msgstr ""
 
+#. type: TP
+#: build/C/man7/netlink.7:116
+#, no-wrap
+msgid "B<NETLINK_CRYPTO> (since Linux 3.2)"
+msgstr ""
+
+#.  commit a38f7907b926e4c6c7d389ad96cc38cec2e5a9e9
+#.  Author: Steffen Klassert <steffen.klassert@secunet.com>
 #. type: Plain text
-#: build/C/man7/netlink.7:126
+#: build/C/man7/netlink.7:123
+msgid ""
+"Netlink interface to request information about ciphers registered with the "
+"kernel crypto API as well as allow configuration of the kernel crypto API."
+msgstr ""
+
+#. type: Plain text
+#: build/C/man7/netlink.7:133
 msgid ""
 "Netlink messages consist of a byte stream with one or multiple I<nlmsghdr> "
 "headers and associated payload.  The byte stream should be accessed only "
@@ -539,7 +554,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:134
+#: build/C/man7/netlink.7:141
 msgid ""
 "In multipart messages (multiple I<nlmsghdr> headers with associated payload "
 "in one byte stream) the first and all following headers have the "
@@ -548,12 +563,12 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:138
+#: build/C/man7/netlink.7:145
 msgid "After each I<nlmsghdr> the payload follows."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:148
+#: build/C/man7/netlink.7:155
 #, no-wrap
 msgid ""
 "struct nlmsghdr {\n"
@@ -566,7 +581,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:161
+#: build/C/man7/netlink.7:168
 msgid ""
 "I<nlmsg_type> can be one of the standard message types: B<NLMSG_NOOP> "
 "message is to be ignored, B<NLMSG_ERROR> message signals an error and the "
@@ -575,7 +590,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:168
+#: build/C/man7/netlink.7:175
 #, no-wrap
 msgid ""
 "struct nlmsgerr {\n"
@@ -585,166 +600,166 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:176
+#: build/C/man7/netlink.7:183
 msgid ""
 "A netlink family usually specifies more message types, see the appropriate "
 "manual pages for that, for example, B<rtnetlink>(7)  for B<NETLINK_ROUTE>."
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:180
+#: build/C/man7/netlink.7:187
 #, no-wrap
 msgid "Standard flag bits in I<nlmsg_flags>\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:181 build/C/man7/netlink.7:197 build/C/man7/netlink.7:222 build/C/man7/rtnetlink.7:98 build/C/man7/rtnetlink.7:165 build/C/man7/rtnetlink.7:215 build/C/man7/rtnetlink.7:239 build/C/man7/rtnetlink.7:314 build/C/man7/rtnetlink.7:432
+#: build/C/man7/netlink.7:188 build/C/man7/netlink.7:204 build/C/man7/netlink.7:229 build/C/man7/rtnetlink.7:98 build/C/man7/rtnetlink.7:165 build/C/man7/rtnetlink.7:215 build/C/man7/rtnetlink.7:239 build/C/man7/rtnetlink.7:314 build/C/man7/rtnetlink.7:432
 #, no-wrap
 msgid "_\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:182
+#: build/C/man7/netlink.7:189
 #, no-wrap
 msgid "NLM_F_REQUEST:Must be set on all request messages.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:183
+#: build/C/man7/netlink.7:190
 #, no-wrap
 msgid "NLM_F_MULTI:T{\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:184
+#: build/C/man7/netlink.7:191
 #, no-wrap
 msgid "The message is part of a multipart message terminated by\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:185
+#: build/C/man7/netlink.7:192
 #, no-wrap
 msgid "B<NLMSG_DONE>.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:186 build/C/man7/netlink.7:202 build/C/man7/netlink.7:209 build/C/man7/rtnetlink.7:221 build/C/man7/rtnetlink.7:224 build/C/man7/rtnetlink.7:233 build/C/man7/rtnetlink.7:243 build/C/man7/rtnetlink.7:266 build/C/man7/rtnetlink.7:286
+#: build/C/man7/netlink.7:193 build/C/man7/netlink.7:209 build/C/man7/netlink.7:216 build/C/man7/rtnetlink.7:221 build/C/man7/rtnetlink.7:224 build/C/man7/rtnetlink.7:233 build/C/man7/rtnetlink.7:243 build/C/man7/rtnetlink.7:266 build/C/man7/rtnetlink.7:286
 #, no-wrap
 msgid "T}\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:187
+#: build/C/man7/netlink.7:194
 #, no-wrap
 msgid "NLM_F_ACK:Request for an acknowledgment on success.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:188
+#: build/C/man7/netlink.7:195
 #, no-wrap
 msgid "NLM_F_ECHO:Echo this request.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:196
+#: build/C/man7/netlink.7:203
 #, no-wrap
 msgid "Additional flag bits for GET requests\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:198
+#: build/C/man7/netlink.7:205
 #, no-wrap
 msgid "NLM_F_ROOT:Return the complete table instead of a single entry.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:199
+#: build/C/man7/netlink.7:206
 #, no-wrap
 msgid "NLM_F_MATCH:T{\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:200
+#: build/C/man7/netlink.7:207
 #, no-wrap
 msgid "Return all entries matching criteria passed in message content.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:201
+#: build/C/man7/netlink.7:208
 #, no-wrap
 msgid "Not implemented yet.\n"
 msgstr ""
 
 #.  FIXME NLM_F_ATOMIC is not used anymore?
 #. type: tbl table
-#: build/C/man7/netlink.7:204
+#: build/C/man7/netlink.7:211
 #, no-wrap
 msgid "NLM_F_ATOMIC:Return an atomic snapshot of the table.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:205
+#: build/C/man7/netlink.7:212
 #, no-wrap
 msgid "NLM_F_DUMP:T{\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:206
+#: build/C/man7/netlink.7:213
 #, no-wrap
 msgid "Convenience macro; equivalent to\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:207
+#: build/C/man7/netlink.7:214
 #, no-wrap
 msgid ".br\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:208
+#: build/C/man7/netlink.7:215
 #, no-wrap
 msgid "(NLM_F_ROOT|NLM_F_MATCH).\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:217
+#: build/C/man7/netlink.7:224
 msgid ""
 "Note that B<NLM_F_ATOMIC> requires the B<CAP_NET_ADMIN> capability or an "
 "effective UID of 0."
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:221
+#: build/C/man7/netlink.7:228
 #, no-wrap
 msgid "Additional flag bits for NEW requests\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:223
+#: build/C/man7/netlink.7:230
 #, no-wrap
 msgid "NLM_F_REPLACE:Replace existing matching object.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:224
+#: build/C/man7/netlink.7:231
 #, no-wrap
 msgid "NLM_F_EXCL:Don't replace if the object already exists.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:225
+#: build/C/man7/netlink.7:232
 #, no-wrap
 msgid "NLM_F_CREATE:Create object if it doesn't already exist.\n"
 msgstr ""
 
 #. type: tbl table
-#: build/C/man7/netlink.7:226
+#: build/C/man7/netlink.7:233
 #, no-wrap
 msgid "NLM_F_APPEND:Add to the end of the object list.\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:242
+#: build/C/man7/netlink.7:249
 msgid ""
 "I<nlmsg_seq> and I<nlmsg_pid> are used to track messages.  I<nlmsg_pid> "
 "shows the origin of the message.  Note that there isn't a 1:1 relationship "
@@ -755,12 +770,12 @@ msgstr ""
 
 #.  FIXME Explain more about nlmsg_seq and nlmsg_pid.
 #. type: Plain text
-#: build/C/man7/netlink.7:249
+#: build/C/man7/netlink.7:256
 msgid "Both I<nlmsg_seq> and I<nlmsg_pid> are opaque to netlink core."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:267
+#: build/C/man7/netlink.7:274
 msgid ""
 "Netlink is not a reliable protocol.  It tries its best to deliver a message "
 "to its destination(s), but may drop messages when an out-of-memory condition "
@@ -773,7 +788,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:278
+#: build/C/man7/netlink.7:285
 msgid ""
 "However, reliable transmissions from kernel to user are impossible in any "
 "case.  The kernel can't send a netlink message if the socket buffer is full: "
@@ -784,13 +799,13 @@ msgid ""
 msgstr ""
 
 #. type: SS
-#: build/C/man7/netlink.7:278
+#: build/C/man7/netlink.7:285
 #, no-wrap
 msgid "Address formats"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:288
+#: build/C/man7/netlink.7:295
 msgid ""
 "The I<sockaddr_nl> structure describes a netlink client in user space or in "
 "the kernel.  A I<sockaddr_nl> can be either unicast (only sent to one peer) "
@@ -798,7 +813,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:297
+#: build/C/man7/netlink.7:304
 #, no-wrap
 msgid ""
 "struct sockaddr_nl {\n"
@@ -810,7 +825,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:328
+#: build/C/man7/netlink.7:335
 msgid ""
 "I<nl_pid> is the unicast address of netlink socket.  It's always 0 if the "
 "destination is in the kernel.  For a user-space process, I<nl_pid> is "
@@ -828,7 +843,7 @@ msgstr ""
 
 #.  commit d629b836d151d43332492651dd841d32e57ebe3b
 #. type: Plain text
-#: build/C/man7/netlink.7:365
+#: build/C/man7/netlink.7:372
 msgid ""
 "I<nl_groups> is a bit mask with every bit representing a netlink group "
 "number.  Each netlink family has a set of 32 multicast groups.  When "
@@ -850,18 +865,18 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/netlink.7:365 build/C/man7/rtnetlink.7:455
+#: build/C/man7/netlink.7:372 build/C/man7/rtnetlink.7:455
 #, no-wrap
 msgid "VERSIONS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:367
+#: build/C/man7/netlink.7:374
 msgid "The socket interface to netlink is a new feature of Linux 2.2."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:371
+#: build/C/man7/netlink.7:378
 msgid ""
 "Linux 2.0 supported a more primitive device-based netlink interface (which "
 "is still available as a compatibility option).  This obsolete interface is "
@@ -869,63 +884,63 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:373
+#: build/C/man7/netlink.7:380
 msgid "NETLINK_SELINUX appeared in Linux 2.6.4."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:375
+#: build/C/man7/netlink.7:382
 msgid "NETLINK_AUDIT appeared in Linux 2.6.6."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:377
+#: build/C/man7/netlink.7:384
 msgid "NETLINK_KOBJECT_UEVENT appeared in Linux 2.6.10."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:379
+#: build/C/man7/netlink.7:386
 msgid "NETLINK_W1 and NETLINK_FIB_LOOKUP appeared in Linux 2.6.13."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:382
+#: build/C/man7/netlink.7:389
 msgid ""
 "NETLINK_INET_DIAG, NETLINK_CONNECTOR and NETLINK_NETFILTER appeared in Linux "
 "2.6.14."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:384
+#: build/C/man7/netlink.7:391
 msgid "NETLINK_GENERIC and NETLINK_ISCSI appeared in Linux 2.6.15."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:390
+#: build/C/man7/netlink.7:397
 msgid ""
 "It is often better to use netlink via I<libnetlink> or I<libnl> than via the "
 "low-level kernel interface."
 msgstr ""
 
 #. type: SH
-#: build/C/man7/netlink.7:390 build/C/man3/rtnetlink.3:84 build/C/man7/rtnetlink.7:458
+#: build/C/man7/netlink.7:397 build/C/man3/rtnetlink.3:84 build/C/man7/rtnetlink.7:458
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:392
+#: build/C/man7/netlink.7:399
 msgid "This manual page is not complete."
 msgstr ""
 
 #. type: SH
-#: build/C/man7/netlink.7:392 build/C/man3/rtnetlink.3:86
+#: build/C/man7/netlink.7:399 build/C/man3/rtnetlink.3:86
 #, no-wrap
 msgid "EXAMPLE"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:400
+#: build/C/man7/netlink.7:407
 msgid ""
 "The following example creates a B<NETLINK_ROUTE> netlink socket which will "
 "listen to the B<RTMGRP_LINK> (network interface create/delete/up/down "
@@ -934,13 +949,13 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:404
+#: build/C/man7/netlink.7:411
 #, no-wrap
 msgid "struct sockaddr_nl sa;\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:408
+#: build/C/man7/netlink.7:415
 #, no-wrap
 msgid ""
 "memset(&sa, 0, sizeof(sa));\n"
@@ -949,7 +964,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:411
+#: build/C/man7/netlink.7:418
 #, no-wrap
 msgid ""
 "fd = socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE);\n"
@@ -957,7 +972,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:418
+#: build/C/man7/netlink.7:425
 msgid ""
 "The next example demonstrates how to send a netlink message to the kernel "
 "(pid 0).  Note that the application must take care of message sequence "
@@ -965,7 +980,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:425
+#: build/C/man7/netlink.7:432
 #, no-wrap
 msgid ""
 "struct nlmsghdr *nh;    /* The nlmsghdr with payload to send. */\n"
@@ -975,7 +990,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:433
+#: build/C/man7/netlink.7:440
 #, no-wrap
 msgid ""
 "msg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 };\n"
@@ -988,18 +1003,18 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:435
+#: build/C/man7/netlink.7:442
 #, no-wrap
 msgid "sendmsg(fd, &msg, 0);\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:439
+#: build/C/man7/netlink.7:446
 msgid "And the last example is about reading netlink message."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:448
+#: build/C/man7/netlink.7:455
 #, no-wrap
 msgid ""
 "int len;\n"
@@ -1011,7 +1026,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:451
+#: build/C/man7/netlink.7:458
 #, no-wrap
 msgid ""
 "msg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 };\n"
@@ -1019,7 +1034,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:457
+#: build/C/man7/netlink.7:464
 #, no-wrap
 msgid ""
 "for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len);\n"
@@ -1030,7 +1045,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:461
+#: build/C/man7/netlink.7:468
 #, no-wrap
 msgid ""
 "    if (nh-E<gt>nlmsg_type == NLMSG_ERROR)\n"
@@ -1039,7 +1054,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:465
+#: build/C/man7/netlink.7:472
 #, no-wrap
 msgid ""
 "    /* Continue with parsing payload. */\n"
@@ -1048,26 +1063,26 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:472
+#: build/C/man7/netlink.7:479
 msgid "B<cmsg>(3), B<netlink>(3), B<capabilities>(7), B<rtnetlink>(7)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:476
+#: build/C/man7/netlink.7:483
 msgid ""
 "E<.UR ftp://ftp.inr.ac.ru\\:/ip-routing\\:/iproute2*> information about "
 "libnetlink E<.UE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:480
+#: build/C/man7/netlink.7:487
 msgid ""
 "E<.UR http://people.suug.ch\\:/~tgr\\:/libnl/> information about libnl "
 "E<.UE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/netlink.7:482
+#: build/C/man7/netlink.7:489
 msgid "RFC 3549 \"Linux Netlink as an IP Services Protocol\""
 msgstr ""