summaryrefslogtreecommitdiffstats
path: root/po/cs/man2
diff options
context:
space:
mode:
Diffstat (limited to 'po/cs/man2')
-rw-r--r--po/cs/man2/_exit.2.po381
-rw-r--r--po/cs/man2/access.2.po997
-rw-r--r--po/cs/man2/bind.2.po766
-rw-r--r--po/cs/man2/chdir.2.po427
-rw-r--r--po/cs/man2/connect.2.po657
-rw-r--r--po/cs/man2/getpeername.2.po355
-rw-r--r--po/cs/man2/getsockname.2.po329
-rw-r--r--po/cs/man2/intro.2.po276
-rw-r--r--po/cs/man2/ioctl_console.2.po1877
-rw-r--r--po/cs/man2/listen.2.po441
-rw-r--r--po/cs/man2/send.2.po1062
-rw-r--r--po/cs/man2/shutdown.2.po306
-rw-r--r--po/cs/man2/sigaction.2.po2355
-rw-r--r--po/cs/man2/signal.2.po701
-rw-r--r--po/cs/man2/sigreturn.2.po294
-rw-r--r--po/cs/man2/socket.2.po1206
-rw-r--r--po/cs/man2/socketcall.2.po540
-rw-r--r--po/cs/man2/socketpair.2.po380
-rw-r--r--po/cs/man2/unimplemented.2.po175
19 files changed, 13525 insertions, 0 deletions
diff --git a/po/cs/man2/_exit.2.po b/po/cs/man2/_exit.2.po
new file mode 100644
index 00000000..f57451f2
--- /dev/null
+++ b/po/cs/man2/_exit.2.po
@@ -0,0 +1,381 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:55+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "_exit"
+msgstr "_exit"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "_exit, _Exit - terminate the calling process"
+msgstr "_exit, _Exit - ukonči právě probíhající proces"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>unistd.hE<gt>>\n"
+msgstr "B<#include E<lt>unistd.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<[[noreturn]] void _exit(int >I<status>B<);>\n"
+msgstr "B<[[noreturn]] void _exit(int >I<status>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>stdlib.hE<gt>>\n"
+msgstr "B<#include E<lt>stdlib.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<[[noreturn]] void _Exit(int >I<status>B<);>\n"
+msgstr "B<[[noreturn]] void _Exit(int >I<status>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Požaduje množinu testovacích maker pro glibc (viz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<_Exit>():"
+msgstr "B<_Exit>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+msgstr " _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The function B<_exit>() terminates the calling process \"immediately\". "
+#| "Any open file descriptors belonging to the process are closed; any "
+#| "children of the process are inherited by process 1, I<init>, and the "
+#| "process's parent is sent a B<SIGCHLD> signal."
+msgid ""
+"B<_exit>() terminates the calling process \"immediately\". Any open file "
+"descriptors belonging to the process are closed. Any children of the "
+"process are inherited by B<init>(1) (or by the nearest \"subreaper\" "
+"process as defined through the use of the B<prctl>(2) "
+"B<PR_SET_CHILD_SUBREAPER> operation). The process's parent is sent a "
+"B<SIGCHLD> signal."
+msgstr ""
+"B<_exit>() okamžitě ukončí volající proces. Všechny otevřené deskriptory "
+"souborů, které náleží procesu jsou uzavřeny; případní potomci procesu jsou "
+"zděděni procesem číslo 1, initem, a rodiči procesu je zaslán signál "
+"B<SIGCHLD>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The value I<status> is returned to the parent process as the process's "
+#| "exit status, and can be collected using one of the B<wait>(2) family of "
+#| "calls."
+msgid ""
+"The value I<status & 0xFF> is returned to the parent process as the "
+"process's exit status, and can be collected by the parent using one of the "
+"B<wait>(2) family of calls."
+msgstr ""
+"I<status> je vrácen rodiči jako návratový kód, a může být použit některou "
+"funkcí z rodiny B<wait>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The function B<_Exit>() is equivalent to B<_exit>()."
+msgstr "Funkce B< _Exit>() je shodná s funkcí B<_exit>()."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions do not return."
+msgstr "Funkce nic nevrací."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<_exit>()"
+msgstr "B<_exit>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<_Exit>()"
+msgstr "B<_Exit>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, SVr4, 4.3BSD."
+msgstr "POSIX.1-2001, SVr4, 4.3BSD."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<_Exit>() was introduced by C99."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For a discussion on the effects of an exit, the transmission of exit status, "
+"zombie processes, signals sent, and so on, see B<exit>(3)."
+msgstr ""
+"Pro další informace o efektech funkce exit, jako například přenos "
+"návratového stavu, zombie procesy, zasílání signálů, viz. B<exit>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The function B<_exit>() is like B<exit>(3), but does not call any "
+#| "functions registered with B<atexit>(3) or B<on_exit>(3). Whether it "
+#| "flushes standard I/O buffers and removes temporary files created with "
+#| "B<tmpfile>(3) is implementation-dependent. On the other hand, "
+#| "B<_exit>() does close open file descriptors, and this may cause an "
+#| "unknown delay, waiting for pending output to finish. If the delay is "
+#| "undesired, it may be useful to call functions like B<tcflush>(3) before "
+#| "calling B<_exit>(). Whether any pending I/O is canceled, and which "
+#| "pending I/O may be canceled upon B<_exit>(), is implementation-dependent."
+msgid ""
+"The function B<_exit>() is like B<exit>(3), but does not call any functions "
+"registered with B<atexit>(3) or B<on_exit>(3). Open B<stdio>(3) streams "
+"are not flushed. On the other hand, B<_exit>() does close open file "
+"descriptors, and this may cause an unknown delay, waiting for pending output "
+"to finish. If the delay is undesired, it may be useful to call functions "
+"like B<tcflush>(3) before calling B<_exit>(). Whether any pending I/O is "
+"canceled, and which pending I/O may be canceled upon B<_exit>(), is "
+"implementation-dependent."
+msgstr ""
+"Funkce B<_exit>() pracuje podobně jako B<exit>(3), ale nevolá žádné funkce "
+"registrované v B<atexit>(3) nebo B<on_exit>(3). To, zda maže standardní "
+"vstup, výstupní zásobníky a odstraňuje dočasné soubory vytvořené pomocí "
+"B<tmpfile>(3) je závislé na implementaci. Na druhou stranu B<_exit>() "
+"zavírá otevřené file descriptory, což může způsobit zpoždění, čeká-li se na "
+"dokončení zahájeného přenosu. Pokud je čekání nežádoucí, je vhodné zavolat "
+"funkce jako B<tcflush>(3) před tím, než zavoláme B<_exit>(). Zda bude "
+"nějaká zahájená vstupně výstupní operace zrušena a která to případně bude, "
+"je implementačně závislé."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "C library/kernel differences"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The text above in DESCRIPTION describes the traditional effect of "
+"B<_exit>(), which is to terminate a process, and these are the semantics "
+"specified by POSIX.1 and implemented by the C library wrapper function. On "
+"modern systems, this means termination of all threads in the process."
+msgstr ""
+
+#. _exit() is used by pthread_exit() to terminate the calling thread
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"By contrast with the C library wrapper function, the raw Linux B<_exit>() "
+"system call terminates only the calling thread, and actions such as "
+"reparenting child processes or sending B<SIGCHLD> to the parent process are "
+"performed only if this is the last thread in the thread group."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Up to glibc 2.3, the B<_exit>() wrapper function invoked the kernel system "
+"call of the same name. Since glibc 2.3, the wrapper function invokes "
+"B<exit_group>(2), in order to terminate all of the threads in a process."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<execve>(2), B<exit_group>(2), B<fork>(2), B<kill>(2), B<wait>(2), "
+"B<wait4>(2), B<waitpid>(2), B<atexit>(3), B<exit>(3), B<on_exit>(3), "
+"B<termios>(3)"
+msgstr ""
+"B<execve>(2), B<exit_group>(2), B<fork>(2), B<kill>(2), B<wait>(2), "
+"B<wait4>(2), B<waitpid>(2), B<atexit>(3), B<exit>(3), B<on_exit>(3), "
+"B<termios>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-01-22"
+msgstr "22. ledna 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. The function B<_Exit>() was "
+"introduced by C99."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD. Funkce B<_Exit>() byla uvedena v "
+"C99."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/access.2.po b/po/cs/man2/access.2.po
new file mode 100644
index 00000000..3442a007
--- /dev/null
+++ b/po/cs/man2/access.2.po
@@ -0,0 +1,997 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Jirka Santolik <jiri.santolik@st.ms.mff.cuni.cz>, 2001.
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:52+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "access"
+msgstr "access"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2024-01-01"
+msgstr "1. ledna 2024"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "access - check real user's permissions for a file"
+msgid "access, faccessat, faccessat2 - check user's permissions for a file"
+msgstr "access - kontroluje přístupová práva k souboru"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>unistd.hE<gt>>\n"
+msgstr "B<#include E<lt>unistd.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int access(const char *>I<pathname>B<, int >I<mode>B<);>\n"
+msgstr "B<int access(const char *>I<pathname>B<, int >I<mode>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<#include E<lt>sys/types.hE<gt>> /* See NOTES */\n"
+#| "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgid ""
+"B<#include E<lt>fcntl.hE<gt>> /* Definition of B<AT_*> constants */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>sys/types.hE<gt>> /* Viz POZNÁMKY */\n"
+"B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<int faccessat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+msgid ""
+"B<int faccessat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+" /* But see C library/kernel differences, below */\n"
+msgstr "B<int faccessat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>fcntl.hE<gt>> /* Definition of B<AT_*> constants */\n"
+"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_*> constants */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<int faccessat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+msgid ""
+"B<int syscall(SYS_faccessat2,>\n"
+"B< int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+msgstr "B<int faccessat(int >I<dirfd>B<, const char *>I<pathname>B<, int >I<mode>B<, int >I<flags>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Požaduje množinu testovacích maker pro glibc (viz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<faccessat>():"
+msgstr "B<faccessat>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" Since glibc 2.10:\n"
+" _POSIX_C_SOURCE E<gt>= 200809L\n"
+" Before glibc 2.10:\n"
+" _ATFILE_SOURCE\n"
+msgstr ""
+" Od glibc 2.10:\n"
+" _POSIX_C_SOURCE E<gt>= 200809L\n"
+" Před glibc 2.10:\n"
+" _ATFILE_SOURCE\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<access>() checks whether the calling process can access the file "
+"I<pathname>. If I<pathname> is a symbolic link, it is dereferenced."
+msgstr ""
+"B<access>() kontroluje, zda proces může číst či zapisovat do souboru (nebo "
+"jiného objektu souborového systému) se jménem I<pathname>. Lze jej také "
+"použít ke zjištění existence I<pathname>. Pokud je I<pathname> symbolický "
+"odkaz, pak jsou testována přístupová práva souboru, na který odkaz směřuje."
+
+#. F_OK is defined as 0 on every system that I know of.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"The I<mode> specifies the accessibility check(s) to be performed, and is "
+"either the value B<F_OK>, or a mask consisting of the bitwise OR of one or "
+"more of B<R_OK>, B<W_OK>, and B<X_OK>. B<F_OK> tests for the existence of "
+"the file. B<R_OK>, B<W_OK>, and B<X_OK> test whether the file exists and "
+"grants read, write, and execute permissions, respectively."
+msgstr ""
+"I<mode> je maska obsahující jednu či více těchto možností: B<R_OK>, B<W_OK>, "
+"B<X_OK> a B<F_OK>. B<R_OK>, B<W_OK> a B<X_OK> provede testování, zda soubor "
+"existuje a má pro běžící proces nastavená práva ke čtení (Read), psaní "
+"(Write) a vykonání (eXecute). B<F_OK> kontroluje pouze existenci souboru. "
+"Výsledek testu závisí na přístupových právech adresářů, jež náleží cestě k "
+"souboru I<pathname>, a na přístupových právech adresářů a souborů, na které "
+"směřují symbolické odkazy na cestě. "
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The check is done using the calling process's I<real> UID and GID, rather "
+#| "than the effective IDs as is done when actually attempting an operation "
+#| "(e.g., B<open>(2)) on the file. This allows set-user-ID programs to "
+#| "easily determine the invoking user's authority."
+msgid ""
+"The check is done using the calling process's I<real> UID and GID, rather "
+"than the effective IDs as is done when actually attempting an operation (e."
+"g., B<open>(2)) on the file. Similarly, for the root user, the check uses "
+"the set of permitted capabilities rather than the set of effective "
+"capabilities; and for non-root users, the check uses an empty set of "
+"capabilities."
+msgstr ""
+"Kontrola je provedena se I<skutečným> uid a gid procesu. Nebere se zřetel na "
+"efektivní id, které se projeví při souborové operaci. Tak mohou setuid "
+"programy snadno zjistit skutečná práva uživatele. "
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This allows set-user-ID programs and capability-endowed programs to easily "
+"determine the invoking user's authority. In other words, B<access>() does "
+"not answer the \"can I read/write/execute this file?\" question. It answers "
+"a slightly different question: \"(assuming I'm a setuid binary) can I<the "
+"user who invoked me> read/write/execute this file?\", which gives set-user-"
+"ID programs the possibility to prevent malicious users from causing them to "
+"read files which users shouldn't be able to read."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the calling process is privileged (i.e., its real UID is zero), then an "
+"B<X_OK> check is successful for a regular file if execute permission is "
+"enabled for any of the file owner, group, or other."
+msgstr ""
+"Pokud má volající proces dostatečná privilegia (například skutečné UID je "
+"nula), pak je test B<X_OK> pro soubor úspěšný, pokud je povoleno spouštění "
+"souboru jeho vlastníkem skupinou nebo ostatními."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "faccessat()"
+msgstr "faccessat()"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<faccessat>() operates in exactly the same way as B<access>(), except for "
+"the differences described here."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the pathname given in I<pathname> is relative, then it is interpreted "
+"relative to the directory referred to by the file descriptor I<dirfd> "
+"(rather than relative to the current working directory of the calling "
+"process, as is done by B<access>() for a relative pathname)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<pathname> is relative and I<dirfd> is the special value B<AT_FDCWD>, "
+"then I<pathname> is interpreted relative to the current working directory of "
+"the calling process (like B<access>())."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<pathname> is absolute, then I<dirfd> is ignored."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<flags> is constructed by ORing together zero or more of the following "
+"values:"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AT_EACCESS>"
+msgstr "B<AT_EACCESS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Perform access checks using the effective user and group IDs. By default, "
+"B<faccessat>() uses the real IDs (like B<access>())."
+msgstr ""
+
+#. type: TP
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "B<AT_EMPTY_PATH> (since Linux 2.6.39)"
+msgid "B<AT_EMPTY_PATH> (since Linux 5.8)"
+msgstr "B<AT_EMPTY_PATH> (od Linux 2.6.39)"
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"If I<pathname> is an empty string, operate on the file referred to by "
+"I<dirfd> (which may have been obtained using the B<open>(2) B<O_PATH> "
+"flag). In this case, I<dirfd> can refer to any type of file, not just a "
+"directory. If I<dirfd> is B<AT_FDCWD>, the call operates on the current "
+"working directory. This flag is Linux-specific; define B<_GNU_SOURCE> to "
+"obtain its definition."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AT_SYMLINK_NOFOLLOW>"
+msgstr "B<AT_SYMLINK_NOFOLLOW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<pathname> is a symbolic link, do not dereference it: instead return "
+"information about the link itself."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<openat>(2) for an explanation of the need for B<faccessat>()."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "faccessat()"
+msgid "faccessat2()"
+msgstr "faccessat()"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The description of B<faccessat>() given above corresponds to POSIX.1 and to "
+"the implementation provided by glibc. However, the glibc implementation was "
+"an imperfect emulation (see BUGS) that papered over the fact that the raw "
+"Linux B<faccessat>() system call does not have a I<flags> argument. To "
+"allow for a proper implementation, Linux 5.8 added the B<faccessat2>() "
+"system call, which supports the I<flags> argument and allows a correct "
+"implementation of the B<faccessat>() wrapper function."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success (all requested permissions granted), zero is returned. On "
+#| "error (at least one bit in I<mode> asked for a permission that is denied, "
+#| "or some other error occurred), -1 is returned, and I<errno> is set "
+#| "appropriately."
+msgid ""
+"On success (all requested permissions granted, or I<mode> is B<F_OK> and the "
+"file exists), zero is returned. On error (at least one bit in I<mode> asked "
+"for a permission that is denied, or I<mode> is B<F_OK> and the file does not "
+"exist, or some other error occurred), -1 is returned, and I<errno> is set to "
+"indicate the error."
+msgstr ""
+"Při úspěchu (všechna kontrolovaná práva jsou dostupná) vrací nulu. Při "
+"neúspěchu (alespoň jeden druh přístupu reprezentovaný příslušným bitem z "
+"I<mode> je odepřen, nebo nastane jiná chyba), vrací -1, a proměnná I<errno> "
+"je nastavena."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The requested access would be denied to the file, or search permission is "
+"denied for one of the directories in the path prefix of I<pathname>. (See "
+"also B<path_resolution>(7).)"
+msgstr ""
+"Přístup k požadovanému souboru by byl odepřen nebo právo na vyhledávání je "
+"odepřeno pro některý z adresářů v cestě I<pathname>. (Viz také "
+"B<path_resolution>(7).)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(B<faccessat>()) I<pathname> is relative but I<dirfd> is neither "
+"B<AT_FDCWD> (B<faccessat>()) nor a valid file descriptor."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<pathname> points outside your accessible address space."
+msgstr ""
+"I<pathname> odkazuje někam mimo přístupný adresovatelný diskový prostor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<mode> was incorrectly specified."
+msgstr "I<mode> je zadán chybně."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "(B<faccessat>()) Invalid flag specified in I<flags>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EIO>"
+msgstr "B<EIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An I/O error occurred."
+msgstr "Objevila se vstup výstupní chyba."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ELOOP>"
+msgstr "B<ELOOP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Too many symbolic links were encountered in resolving I<pathname>."
+msgstr ""
+"I<pathname> obsahuje cyklický symbolický odkaz, např. symbolický odkaz "
+"odkazuje sám na sebe."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENAMETOOLONG>"
+msgstr "B<ENAMETOOLONG>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<pathname> is too long."
+msgstr "I<pathname> je příliš dlouhý."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOENT>"
+msgstr "B<ENOENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A component of I<pathname> does not exist or is a dangling symbolic link."
+msgstr ""
+"Adresáře v I<pathname> by mohly být přístupné, ale neexistují, nebo jsou to "
+"volné symbolické odkazy."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOMEM>"
+msgstr "B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Insufficient kernel memory was available."
+msgstr "Málo paměti jádra."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTDIR>"
+msgstr "B<ENOTDIR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A component used as a directory in I<pathname> is not, in fact, a directory."
+msgstr ""
+"Části I<pathname> použité jako adresáře ve skutečnosti nejsou adresáře."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(B<faccessat>()) I<pathname> is relative and I<dirfd> is a file descriptor "
+"referring to a file other than a directory."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPERM>"
+msgstr "B<EPERM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Write permission was requested for a file on a read-only filesystem."
+msgid ""
+"Write permission was requested to a file that has the immutable flag set. "
+"See also B<ioctl_iflags>(2)."
+msgstr ""
+"Bylo požadováné právo zápisu pro soubor, ale souborový systém je pouze pro "
+"čtení."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EROFS>"
+msgstr "B<EROFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Write permission was requested for a file on a read-only filesystem."
+msgstr ""
+"Bylo požadováné právo zápisu pro soubor, ale souborový systém je pouze pro "
+"čtení."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ETXTBSY>"
+msgstr "B<ETXTBSY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Write access was requested to an executable which is being executed."
+msgstr ""
+"Bylo požadováno právo zápisu na spustitelný soubor, který je právě spuštěn."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. HPU-UX 11 and Tru64 5.1 do this.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the calling process has appropriate privileges (i.e., is superuser), "
+"POSIX.1-2001 permits an implementation to indicate success for an B<X_OK> "
+"check even if none of the execute file permission bits are set. Linux does "
+"not do this."
+msgstr ""
+"Pokud má volající proces dostatečné privilegia (například super uživatel), "
+"pak norma POSIX.1-2001 povoluje implementaci, která indikuje úspěch pro "
+"kontrolu B<X_OK> i když není nastavený žádný z bitů, které povolují "
+"spouštění souboru. Linux toto nepovoluje."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "C library/kernel differences"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The raw B<faccessat>() system call takes only the first three arguments. "
+"The B<AT_EACCESS> and B<AT_SYMLINK_NOFOLLOW> flags are actually implemented "
+"within the glibc wrapper function for B<faccessat>(). If either of these "
+"flags is specified, then the wrapper function employs B<fstatat>(2) to "
+"determine access permissions, but see BUGS."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "glibc notes"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On older kernels where B<faccessat>() is unavailable (and when the "
+"B<AT_EACCESS> and B<AT_SYMLINK_NOFOLLOW> flags are not specified), the glibc "
+"wrapper function falls back to the use of B<access>(). When I<pathname> is "
+"a relative pathname, glibc constructs a pathname based on the symbolic link "
+"in I</proc/self/fd> that corresponds to the I<dirfd> argument."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<access>(2)"
+msgid "B<access>()"
+msgstr "B<access>(2)"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<faccessat>():"
+msgid "B<faccessat>()"
+msgstr "B<faccessat>():"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<faccessat>():"
+msgid "B<faccessat2>()"
+msgstr "B<faccessat>():"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux."
+msgstr "Linux."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "SVr4, 4.3BSD, POSIX.1-2001."
+msgstr "SVr4, 4.3BSD, POSIX.1-2001."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux 2.6.16, glibc 2.4."
+msgstr "Linux 2.6.16, glibc 2.4."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "Linux."
+msgid "Linux 5.8."
+msgstr "Linux."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<Warning>: Using B<access>() to check if a user is authorized to, for "
+#| "example, open a file before actually doing so using B<open>(2) creates a "
+#| "security hole, because the user might exploit the short time interval "
+#| "between checking and opening the file to manipulate it. B<For this "
+#| "reason, the use of this system call should be avoided>."
+msgid ""
+"B<Warning>: Using these calls to check if a user is authorized to, for "
+"example, open a file before actually doing so using B<open>(2) creates a "
+"security hole, because the user might exploit the short time interval "
+"between checking and opening the file to manipulate it. B<For this reason, "
+"the use of this system call should be avoided>. (In the example just "
+"described, a safer alternative would be to temporarily switch the process's "
+"effective user ID to the real ID and then call B<open>(2).)"
+msgstr ""
+"B<Varování>: Použití funkce B<access> pro kontrolu zda je uživatel schopen "
+"například otevřít soubor, před tím, než tak opravdu učiníme, je bezpečnostní "
+"problém, protože je možné využít relativně krátkého časového okamžiku mezi "
+"kontrolou a otevřením souboru k manipulaci s ním. B< Proto by jste se měli "
+"vyvarovat použití tohoto systémového volání pro tento účel>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<access>() always dereferences symbolic links. If you need to check the "
+"permissions on a symbolic link, use B<faccessat>() with the flag "
+"B<AT_SYMLINK_NOFOLLOW>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<access>() returns an error if any of the access types in I<mode> is "
+#| "denied, even if some of the other access types in I<mode> are permitted."
+msgid ""
+"These calls return an error if any of the access types in I<mode> is denied, "
+"even if some of the other access types in I<mode> are permitted."
+msgstr ""
+"Funkce B<access> vrací chybu, je-li libovolný z přístupových typů "
+"specifikovaných v I<mode> odmítnut, i když jsou některé jiné přijaty."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A file is accessible only if the permissions on each of the directories in "
+"the path prefix of I<pathname> grant search (i.e., execute) access. If any "
+"directory is inaccessible, then the B<access>() call fails, regardless of "
+"the permissions on the file itself."
+msgstr ""
+"Soubor je přístupný pouze pokud je povoleno prohledávání všech adresářů, "
+"které se nacházejí v prefixu cesty k souboru (I<pathname>). Pokud je "
+"libovolný z těchto adresářů nedostupný, pak volání B<access>() skončí "
+"neúspěchem, nezáleží na tom, zda máme právo přistupovat k souboru samotnému."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Only access bits are checked, not the file type or contents. Therefore, "
+#| "if a directory is found to be writable, it probably means that files can "
+#| "be created in the directory, and not that the directory can be written as "
+#| "a file. Similarly, a DOS file may be found to be \"executable,\" but the "
+#| "B<execve>(2) call will still fail."
+msgid ""
+"Only access bits are checked, not the file type or contents. Therefore, if "
+"a directory is found to be writable, it probably means that files can be "
+"created in the directory, and not that the directory can be written as a "
+"file. Similarly, a DOS file may be reported as executable, but the "
+"B<execve>(2) call will still fail."
+msgstr ""
+"Jsou kontrolovány pouze bity, které určují přístup k souboru nikoli typ "
+"souboru nebo jeho obsah. Takže pokud je možný zápis do adresáře, pak to "
+"pravděpodobně znamená, že mohou být uvnitř tohoto adresáře vytvářeny "
+"soubory, a ne že lze adresář zapisovat jako soubor. Podobně může být DOS "
+"soubor shledán zapisovatelným, ale volání B<execve>(2) skončí chybovou "
+"hláškou."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<access>() may not work correctly on NFS file systems with UID mapping "
+#| "enabled, because UID mapping is done on the server and hidden from the "
+#| "client, which checks permissions."
+msgid ""
+"These calls may not work correctly on NFSv2 filesystems with UID mapping "
+"enabled, because UID mapping is done on the server and hidden from the "
+"client, which checks permissions. (NFS versions 3 and higher perform the "
+"check on the server.) Similar problems can occur to FUSE mounts."
+msgstr ""
+"Volání B<access>() nemusí korektně fungovat na NFS souborových systémech, "
+"které mají povolené UID mapování, protože UID mapování se provádí na straně "
+"serveru a je skryté před klientem, který kontroluje práva."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "CHYBY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Because the Linux kernel's B<faccessat>() system call does not support a "
+"I<flags> argument, the glibc B<faccessat>() wrapper function provided in "
+"glibc 2.32 and earlier emulates the required functionality using a "
+"combination of the B<faccessat>() system call and B<fstatat>(2). However, "
+"this emulation does not take ACLs into account. Starting with glibc 2.33, "
+"the wrapper function avoids this bug by making use of the B<faccessat2>() "
+"system call where it is provided by the underlying kernel."
+msgstr ""
+
+#. This behavior appears to have been an implementation accident.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "In kernel 2.4 (and earlier) there is some strangeness in the handling of "
+#| "B<X_OK> tests for superuser. If all categories of execute permission are "
+#| "disabled for a nondirectory file, then the only B<access>() test that "
+#| "returns -1 is when I<mode> is specified as just B<X_OK>; if B<R_OK> or "
+#| "B<W_OK> is also specified in I<mode>, then B<access>() returns 0 for "
+#| "such files. Early 2.6 kernels (up to and including 2.6.3) also behaved "
+#| "in the same way as kernel 2.4."
+msgid ""
+"In Linux 2.4 (and earlier) there is some strangeness in the handling of "
+"B<X_OK> tests for superuser. If all categories of execute permission are "
+"disabled for a nondirectory file, then the only B<access>() test that "
+"returns -1 is when I<mode> is specified as just B<X_OK>; if B<R_OK> or "
+"B<W_OK> is also specified in I<mode>, then B<access>() returns 0 for such "
+"files. Early Linux 2.6 (up to and including Linux 2.6.3) also behaved in "
+"the same way as Linux 2.4."
+msgstr ""
+"Ve verzích kernelu 2.4 a starších jsou problemy v testu na B<X_OK> pro super "
+"uživatele. Pokud jsou práva pro spouštění zakázána pro všechny uživatele a "
+"jedná se o soubor, ne adresář, pak tento test vrátí -1, pouze pokud je "
+"I<mode> specifikován jako B<X_OK>. Pokud je v I<mode> specifikováno i "
+"B<R_OK> nebo B<W_OK> pak B<access>() vrací pro takovéto soubory 0. Verze "
+"kernelu 2.6 (až do verze 2.6.3 včetně) se chovaly stejně jako kernel 2.4."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "In kernels before 2.6.20, B<access>() ignored the effect of the "
+#| "B<MS_NOEXEC> flag if it was used to B<mount>(2) the underlying file "
+#| "system. Since kernel 2.6.20, B<access>() honors this flag."
+msgid ""
+"Before Linux 2.6.20, these calls ignored the effect of the B<MS_NOEXEC> flag "
+"if it was used to B<mount>(2) the underlying filesystem. Since Linux "
+"2.6.20, the B<MS_NOEXEC> flag is honored."
+msgstr ""
+"V kernelech před verzí 2.6.20 ignorovala funkce B<access>() efekt flagu "
+"B<MS_NOEXEC> pokud byl tento příznak použit pro přípojení (B<mount>(2)) "
+"souborového podsystému. Od verze 2.6.20 již funkce B<access>() bere tento "
+"příznak v potaz."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<chmod>(2), B<chown>(2), B<open>(2), B<setgid>(2), B<setuid>(2), "
+"B<stat>(2), B<euidaccess>(3), B<credentials>(7), B<path_resolution>(7), "
+"B<symlink>(7)"
+msgstr ""
+"B<chmod>(2), B<chown>(2), B<open>(2), B<setgid>(2), B<setuid>(2), "
+"B<stat>(2), B<euidaccess>(3), B<credentials>(7), B<path_resolution>(7), "
+"B<symlink>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"B<faccessat>() was added in Linux 2.6.16; library support was added in "
+"glibc 2.4."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid "B<faccessat>():"
+msgid "B<faccessat2>() was added in Linux 5.8."
+msgstr "B<faccessat>():"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "B<access>(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008."
+msgstr "B<access>(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "B<faccessat>(): POSIX.1-2008."
+msgstr "B<faccessat>(): POSIX.1-2008."
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid "B<faccessat>():"
+msgid "B<faccessat2>(): Linux-specific."
+msgstr "B<faccessat>():"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/bind.2.po b/po/cs/man2/bind.2.po
new file mode 100644
index 00000000..b0296606
--- /dev/null
+++ b/po/cs/man2/bind.2.po
@@ -0,0 +1,766 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:53+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "bind"
+msgstr "bind"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "bind - bind a name to a socket"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int bind(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
+"B< socklen_t >I<addrlen>B<);>\n"
+msgstr ""
+"B<int bind(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
+"B< socklen_t >I<addrlen>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"When a socket is created with B<socket>(2), it exists in a name space "
+"(address family) but has no address assigned to it. B<bind>() assigns the "
+"address specified by I<addr> to the socket referred to by the file "
+"descriptor I<sockfd>. I<addrlen> specifies the size, in bytes, of the "
+"address structure pointed to by I<addr>. Traditionally, this operation is "
+"called \\[lq]assigning a name to a socket\\[rq]."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"It is normally necessary to assign a local address using B<bind>() before a "
+"B<SOCK_STREAM> socket may receive connections (see B<accept>(2))."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The rules used in name binding vary between address families. Consult the "
+"manual entries in Section 7 for detailed information. For B<AF_INET>, see "
+"B<ip>(7); for B<AF_INET6>, see B<ipv6>(7); for B<AF_UNIX>, see B<unix>(7); "
+"for B<AF_APPLETALK>, see B<ddp>(7); for B<AF_PACKET>, see B<packet>(7); for "
+"B<AF_X25>, see B<x25>(7); and for B<AF_NETLINK>, see B<netlink>(7)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The actual structure passed for the I<addr> argument will depend on the "
+"address family. The I<sockaddr> structure is defined as something like:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct sockaddr {\n"
+" sa_family_t sa_family;\n"
+" char sa_data[14];\n"
+"}\n"
+msgstr ""
+"struct sockaddr {\n"
+" sa_family_t sa_family;\n"
+" char sa_data[14];\n"
+"}\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The only purpose of this structure is to cast the structure pointer passed "
+"in I<addr> in order to avoid compiler warnings. See EXAMPLES below."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. e.g., privileged port in AF_INET domain
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The address is protected, and the user is not the superuser."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EADDRINUSE>"
+msgstr "B<EADDRINUSE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The given address is already in use."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(Internet domain sockets) The port number was specified as zero in the "
+"socket address structure, but, upon attempting to bind to an ephemeral port, "
+"it was determined that all port numbers in the ephemeral port range are "
+"currently in use. See the discussion of I</proc/sys/net/ipv4/"
+"ip_local_port_range> B<ip>(7)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sockfd> is not a valid file descriptor."
+msgstr "I<sockfd> není platným deskriptorem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. This may change in the future: see
+#. .I linux/unix/sock.c for details.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is already bound to an address."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<addrlen> is wrong, or I<addr> is not a valid address for this socket's "
+"domain."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following errors are specific to UNIX domain (B<AF_UNIX>) sockets:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Search permission is denied on a component of the path prefix. (See also "
+"B<path_resolution>(7).)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EADDRNOTAVAIL>"
+msgstr "B<EADDRNOTAVAIL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A nonexistent interface was requested or the requested address was not local."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<addr> points outside the user's accessible address space."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ELOOP>"
+msgstr "B<ELOOP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Too many symbolic links were encountered in resolving I<addr>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENAMETOOLONG>"
+msgstr "B<ENAMETOOLONG>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<addr> is too long."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOENT>"
+msgstr "B<ENOENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A component in the directory prefix of the socket pathname does not exist."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOMEM>"
+msgstr "B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Insufficient kernel memory was available."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTDIR>"
+msgstr "B<ENOTDIR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A component of the path prefix is not a directory."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EROFS>"
+msgstr "B<EROFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket inode would reside on a read-only filesystem."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. SVr4 documents an additional
+#. .B ENOSR
+#. general error condition, and
+#. additional
+#. .B EIO
+#. and
+#. .B EISDIR
+#. UNIX-domain error conditions.
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, SVr4, 4.4BSD (B<bind>() first appeared in 4.2BSD)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "CHYBY"
+
+#. FIXME Document transparent proxy options
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The transparent proxy options are not described."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"An example of the use of B<bind>() with Internet domain sockets can be "
+"found in B<getaddrinfo>(3)."
+msgstr ""
+
+#. listen.7 refers to this example.
+#. accept.7 refers to this example.
+#. unix.7 refers to this example.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following example shows how to bind a stream socket in the UNIX "
+"(B<AF_UNIX>) domain, and accept connections:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>string.hE<gt>\n"
+"#include E<lt>sys/socket.hE<gt>\n"
+"#include E<lt>sys/un.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+"\\&\n"
+"#define MY_SOCK_PATH \"/somepath\"\n"
+"#define LISTEN_BACKLOG 50\n"
+"\\&\n"
+"#define handle_error(msg) \\e\n"
+" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
+"\\&\n"
+"int\n"
+"main(void)\n"
+"{\n"
+" int sfd, cfd;\n"
+" socklen_t peer_addr_size;\n"
+" struct sockaddr_un my_addr, peer_addr;\n"
+"\\&\n"
+" sfd = socket(AF_UNIX, SOCK_STREAM, 0);\n"
+" if (sfd == -1)\n"
+" handle_error(\"socket\");\n"
+"\\&\n"
+" memset(&my_addr, 0, sizeof(my_addr));\n"
+" my_addr.sun_family = AF_UNIX;\n"
+" strncpy(my_addr.sun_path, MY_SOCK_PATH,\n"
+" sizeof(my_addr.sun_path) - 1);\n"
+"\\&\n"
+" if (bind(sfd, (struct sockaddr *) &my_addr,\n"
+" sizeof(my_addr)) == -1)\n"
+" handle_error(\"bind\");\n"
+"\\&\n"
+" if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+" handle_error(\"listen\");\n"
+"\\&\n"
+" /* Now we can accept incoming connections one\n"
+" at a time using accept(2). */\n"
+"\\&\n"
+" peer_addr_size = sizeof(peer_addr);\n"
+" cfd = accept(sfd, (struct sockaddr *) &peer_addr,\n"
+" &peer_addr_size);\n"
+" if (cfd == -1)\n"
+" handle_error(\"accept\");\n"
+"\\&\n"
+" /* Code to deal with incoming connection(s)... */\n"
+"\\&\n"
+" if (close(sfd) == -1)\n"
+" handle_error(\"close\");\n"
+"\\&\n"
+" if (unlink(MY_SOCK_PATH) == -1)\n"
+" handle_error(\"unlink\");\n"
+"}\n"
+msgstr ""
+
+#. SRC END
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<accept>(2), B<connect>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
+"B<getaddrinfo>(3), B<getifaddrs>(3), B<ip>(7), B<ipv6>(7), "
+"B<path_resolution>(7), B<socket>(7), B<unix>(7)"
+msgstr ""
+"B<accept>(2), B<connect>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
+"B<getaddrinfo>(3), B<getifaddrs>(3), B<ip>(7), B<ipv6>(7), "
+"B<path_resolution>(7), B<socket>(7), B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. SVr4 documents an additional
+#. .B ENOSR
+#. general error condition, and
+#. additional
+#. .B EIO
+#. and
+#. .B EISDIR
+#. UNIX-domain error conditions.
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<bind>() first appeared in "
+"4.2BSD)."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "For background on the I<socklen_t> type, see B<accept>(2)."
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| "#include E<lt>sys/socket.hE<gt>\n"
+#| "#include E<lt>sys/un.hE<gt>\n"
+#| "#include E<lt>stdlib.hE<gt>\n"
+#| "#include E<lt>stdio.hE<gt>\n"
+#| "#include E<lt>string.hE<gt>\n"
+msgid ""
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>string.hE<gt>\n"
+"#include E<lt>sys/socket.hE<gt>\n"
+"#include E<lt>sys/un.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+msgstr ""
+"#include E<lt>sys/socket.hE<gt>\n"
+"#include E<lt>sys/un.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>string.hE<gt>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#define MY_SOCK_PATH \"/somepath\"\n"
+"#define LISTEN_BACKLOG 50\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#define handle_error(msg) \\e\n"
+" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
+msgstr ""
+"#define handle_error(msg) \\e\n"
+" do { perror(msg); exit(EXIT_FAILURE); } while (0)\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"int\n"
+"main(void)\n"
+"{\n"
+" int sfd, cfd;\n"
+" socklen_t peer_addr_size;\n"
+" struct sockaddr_un my_addr, peer_addr;\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" sfd = socket(AF_UNIX, SOCK_STREAM, 0);\n"
+" if (sfd == -1)\n"
+" handle_error(\"socket\");\n"
+msgstr ""
+" sfd = socket(AF_UNIX, SOCK_STREAM, 0);\n"
+" if (sfd == -1)\n"
+" handle_error(\"socket\");\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" memset(&my_addr, 0, sizeof(my_addr));\n"
+" my_addr.sun_family = AF_UNIX;\n"
+" strncpy(my_addr.sun_path, MY_SOCK_PATH,\n"
+" sizeof(my_addr.sun_path) - 1);\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| " if (bind(sfd, (struct sockaddr *) &my_addr,\n"
+#| " sizeof(struct sockaddr_un)) == -1)\n"
+#| " handle_error(\"bind\");\n"
+msgid ""
+" if (bind(sfd, (struct sockaddr *) &my_addr,\n"
+" sizeof(my_addr)) == -1)\n"
+" handle_error(\"bind\");\n"
+msgstr ""
+" if (bind(sfd, (struct sockaddr *) &my_addr,\n"
+" sizeof(struct sockaddr_un)) == -1)\n"
+" handle_error(\"bind\");\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+" handle_error(\"listen\");\n"
+msgstr ""
+" if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+" handle_error(\"listen\");\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" /* Now we can accept incoming connections one\n"
+" at a time using accept(2). */\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| " peer_addr_size = sizeof(struct sockaddr_un);\n"
+#| " cfd = accept(sfd, (struct sockaddr *) &peer_addr,\n"
+#| " &peer_addr_size);\n"
+#| " if (cfd == -1)\n"
+#| " handle_error(\"accept\");\n"
+msgid ""
+" peer_addr_size = sizeof(peer_addr);\n"
+" cfd = accept(sfd, (struct sockaddr *) &peer_addr,\n"
+" &peer_addr_size);\n"
+" if (cfd == -1)\n"
+" handle_error(\"accept\");\n"
+msgstr ""
+" peer_addr_size = sizeof(struct sockaddr_un);\n"
+" cfd = accept(sfd, (struct sockaddr *) &peer_addr,\n"
+" &peer_addr_size);\n"
+" if (cfd == -1)\n"
+" handle_error(\"accept\");\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid " /* Code to deal with incoming connection(s)... */\n"
+msgstr ""
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| " if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+#| " handle_error(\"listen\");\n"
+msgid ""
+" if (close(sfd) == -1)\n"
+" handle_error(\"close\");\n"
+msgstr ""
+" if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+" handle_error(\"listen\");\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, fuzzy, no-wrap
+#| msgid ""
+#| " if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+#| " handle_error(\"listen\");\n"
+msgid ""
+" if (unlink(MY_SOCK_PATH) == -1)\n"
+" handle_error(\"unlink\");\n"
+"}\n"
+msgstr ""
+" if (listen(sfd, LISTEN_BACKLOG) == -1)\n"
+" handle_error(\"listen\");\n"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-05-03"
+msgstr "3. května 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/chdir.2.po b/po/cs/man2/chdir.2.po
new file mode 100644
index 00000000..4439222a
--- /dev/null
+++ b/po/cs/man2/chdir.2.po
@@ -0,0 +1,427 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:54+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "chdir"
+msgstr "chdir"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "chdir, fchdir - change working directory"
+msgstr "chdir, fchdir - změna pracovního adresáře"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>unistd.hE<gt>>\n"
+msgstr "B<#include E<lt>unistd.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int chdir(const char *>I<path>B<);>\n"
+"B<int fchdir(int >I<fd>B<);>\n"
+msgstr ""
+"B<int chdir(const char *>I<path>B<);>\n"
+"B<int fchdir(int >I<fd>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Požaduje množinu testovacích maker pro glibc (viz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<fchdir>():"
+msgstr "B<fchdir>():"
+
+#. || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _XOPEN_SOURCE E<gt>= 500\n"
+" || /* Since glibc 2.12: */ _POSIX_C_SOURCE E<gt>= 200809L\n"
+" || /* glibc up to and including 2.19: */ _BSD_SOURCE\n"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<chdir>() changes the current working directory of the calling process to "
+"the directory specified in I<path>."
+msgstr ""
+"B<chdir> () změní současný adresář na adresář specifikovaný v I<path>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<fchdir>() is identical to B<chdir>(); the only difference is that the "
+"directory is given as an open file descriptor."
+msgstr ""
+"B<fchdir> () má tutéž funkci jako B<chdir> (), pouze s tím rozdílem, že "
+"adresář je zadán jako otevřený deskriptor souboru."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"Bylo-li volání úspěšné, je vrácena nula, jinak -1 a je nastavena proměnná "
+"I<errno>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Depending on the filesystem, other errors can be returned. The more general "
+"errors for B<chdir>() are listed below:"
+msgstr ""
+"V závislosti na druhu souborového systému mohou být vráceny i jiné chyby. "
+"Nejobvyklejší chyby pro B<chdir> jsou vypsány zde:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"Search permission is denied for one of the components of I<path>. (See also "
+"B<path_resolution>(7).)"
+msgstr "V cestě není povoleno prohledávání adresářů."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<path> points outside your accessible address space."
+msgstr "I<path> ukazuje mimo vám přístupný adresový prostor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EIO>"
+msgstr "B<EIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An I/O error occurred."
+msgstr "Objevila se vstup/výstupní chyba."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ELOOP>"
+msgstr "B<ELOOP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Too many symbolic links were encountered in resolving I<path>."
+msgstr "I<path> obsahuje cyklické odkazy (např. přes symbolický odkaz)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENAMETOOLONG>"
+msgstr "B<ENAMETOOLONG>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<path> is too long."
+msgstr "I<path> je příliš dlouhá."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOENT>"
+msgstr "B<ENOENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "The file does not exist."
+msgid "The directory specified in I<path> does not exist."
+msgstr "Soubor neexistuje."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOMEM>"
+msgstr "B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Insufficient kernel memory was available."
+msgstr "Nedostatek paměti pro kernel."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTDIR>"
+msgstr "B<ENOTDIR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A component of I<path> is not a directory."
+msgstr "Některá část cesty není adresář."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The general errors for B<fchdir>() are listed below:"
+msgstr "Obvyklé chyby B<fchdir> jsou zde:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Search permission was denied on the directory open on I<fd>."
+msgstr ""
+"Prohledání adresáře specifikovaného I<fd> bylo odmítnuto kvůli nedostatečným "
+"právům."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<fd> is not a valid file descriptor."
+msgstr "Deskriptor souboru I<fd> není platný."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "I<fd> is not a valid file descriptor."
+msgid "I<fd> does not refer to a directory."
+msgstr "Deskriptor souboru I<fd> není platný."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, SVr4, 4.4BSD."
+msgstr "POSIX.1-2001, SVr4, 4.4BSD."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The current working directory is the starting point for interpreting "
+#| "relative pathnames (those not starting with \\(aq/\\(aq)."
+msgid ""
+"The current working directory is the starting point for interpreting "
+"relative pathnames (those not starting with \\[aq]/\\[aq])."
+msgstr ""
+"Aktuální pracovní adresář je výchozím bodem pro interpretaci relativních "
+"cest (začínají \\(aq/\\(aq)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A child process created via B<fork>(2) inherits its parent's current "
+"working directory. The current working directory is left unchanged by "
+"B<execve>(2)."
+msgstr ""
+"Synovský proces vytvořený pomocí B<fork>(2) zdědí aktuální pracovní adresář "
+"svého rodiče. Pracovní adresář je ponechán beze změny při užití B<execve>(2)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<chroot>(2), B<getcwd>(3), B<path_resolution>(7)"
+msgstr "B<chroot>(2), B<getcwd>(3), B<path_resolution>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD."
+msgstr "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/connect.2.po b/po/cs/man2/connect.2.po
new file mode 100644
index 00000000..8b7a3a7d
--- /dev/null
+++ b/po/cs/man2/connect.2.po
@@ -0,0 +1,657 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:54+0100\n"
+"PO-Revision-Date: 2020-12-30 15:39+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "connect"
+msgstr "connect"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-11-01"
+msgstr "1. listopadu 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "connect - initiate a connection on a socket"
+msgstr "connect - inicializuj spojení soketu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int connect(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
+"B< socklen_t >I<addrlen>B<);>\n"
+msgstr ""
+"B<int connect(int >I<sockfd>B<, const struct sockaddr *>I<addr>B<,>\n"
+"B< socklen_t >I<addrlen>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<connect>() system call connects the socket referred to by the file "
+"descriptor I<sockfd> to the address specified by I<addr>. The I<addrlen> "
+"argument specifies the size of I<addr>. The format of the address in "
+"I<addr> is determined by the address space of the socket I<sockfd>; see "
+"B<socket>(2) for further details."
+msgstr ""
+"Systémové volání B<connect>() připojí soket specifikovaný v I<sockfd> k "
+"adrese specifikované v I<addr>. Parametr I<addrlen> udává velikost I<addr>. "
+"Formát adresy v I<addr> je dán adresovým prostorem deskriptoru v I<sockfd>. "
+"Viz B<socket>(2) pro více detailů."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the socket I<sockfd> is of type B<SOCK_DGRAM>, then I<addr> is the "
+"address to which datagrams are sent by default, and the only address from "
+"which datagrams are received. If the socket is of type B<SOCK_STREAM> or "
+"B<SOCK_SEQPACKET>, this call attempts to make a connection to the socket "
+"that is bound to the address specified by I<addr>."
+msgstr ""
+"Parametr I<sockfd> je soket. Je-li jeho typ B<SOCK_DGRAM>, pak je I<addr> "
+"jediným místem, odkud a kam budou přijímány, resp. posílány datagramy. Je-li "
+"typ soketu B<SOCK_STREAM>, nebo B<SOCK_SEQPACKET> potom se toto volání "
+"pokusí navázat spojení se soketem, který je specifikován v I<addr>, což je "
+"adresa v jmenném prostoru soketu. Každý jmenný prostor interpretuje adresu v "
+"B<addr>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Some protocol sockets (e.g., UNIX domain stream sockets) may successfully "
+"B<connect>() only once."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Some protocol sockets (e.g., datagram sockets in the UNIX and Internet "
+"domains) may use B<connect>() multiple times to change their association."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Generally, connection-based protocol sockets may successfully "
+#| "B<connect>() only once; connectionless protocol sockets may use "
+#| "B<connect>() multiple times to change their association. Connectionless "
+#| "sockets may dissolve the association by connecting to an address with the "
+#| "I<sa_family> member of I<sockaddr> set to B<AF_UNSPEC> (supported on "
+#| "Linux since kernel 2.2)."
+msgid ""
+"Some protocol sockets (e.g., TCP sockets as well as datagram sockets in the "
+"UNIX and Internet domains) may dissolve the association by connecting to an "
+"address with the I<sa_family> member of I<sockaddr> set to B<AF_UNSPEC>; "
+"thereafter, the socket can be connected to another address. (B<AF_UNSPEC> "
+"is supported since Linux 2.2.)"
+msgstr ""
+"Obecně se mohou protokolové sokety úspěšně spojit pouze jednou; datagramové "
+"sokety mohou použít volání B<connect> vícekrát. Datagramové sokety mohou "
+"zrušit asociovaný soket tak, že se pokusí spojit s adresou z I<sa_family> z "
+"I<sockaddr> nastavenou na B<AF_UNSPEC> (podporováno od linuxového jádra 2.2)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If the connection or binding succeeds, zero is returned. On error, -1 is "
+#| "returned, and I<errno> is set appropriately."
+msgid ""
+"If the connection or binding succeeds, zero is returned. On error, -1 is "
+"returned, and I<errno> is set to indicate the error."
+msgstr ""
+"Je-li spojení navázáno, je vrácena 0, jinak -1 a externí proměnná I<errno> "
+"je příslušně nastavena."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following are general socket errors only. There may be other domain-"
+"specific error codes."
+msgstr ""
+"Tento seznam je pouze všeobecný. Mohou existovat další specifické chyby pro "
+"použitý jmenný prostor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For UNIX domain sockets, which are identified by pathname: Write permission "
+"is denied on the socket file, or search permission is denied for one of the "
+"directories in the path prefix. (See also B<path_resolution>(7).)"
+msgstr ""
+"Pro sokety UNIXové domény, které jsou identifikovány jménem: je odmítnuto "
+"zapisování do souboru specifikovaného soketem, nebo je odmítnuto právo "
+"vyhledávat v adresářích specifikovaných cestou. (Viz B<path_resolution>(7).)"
+
+#. type: TQ
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "B<EPERM>"
+msgstr "B<EPERM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The user tried to connect to a broadcast address without having the socket "
+"broadcast flag enabled or the connection request failed because of a local "
+"firewall rule."
+msgstr ""
+"Uživatel se pokusil připojit k broadcastové adrese, aniž by měl povolen "
+"broadcastový příznak na soketu, nebo požadavek na spojení byl odmítnut kvůli "
+"lokálnímu pravidlu firewallu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"It can also be returned if an SELinux policy denied a connection (for "
+"example, if there is a policy saying that an HTTP proxy can only connect to "
+"ports associated with HTTP servers, and the proxy tries to connect to a "
+"different port)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EADDRINUSE>"
+msgstr "B<EADDRINUSE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Local address is already in use."
+msgstr "Adresa je již používána."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EADDRNOTAVAIL>"
+msgstr "B<EADDRNOTAVAIL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(Internet domain sockets) The socket referred to by I<sockfd> had not "
+"previously been bound to an address and, upon attempting to bind it to an "
+"ephemeral port, it was determined that all port numbers in the ephemeral "
+"port range are currently in use. See the discussion of I</proc/sys/net/ipv4/"
+"ip_local_port_range> in B<ip>(7)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAFNOSUPPORT>"
+msgstr "B<EAFNOSUPPORT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The passed address didn't have the correct address family in its "
+"I<sa_family> field."
+msgstr ""
+"Poskytnutá adresa nemá správně specifikovanou rodinu adres v poli "
+"I<sa_family>."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAGAIN>"
+msgstr "B<EAGAIN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For nonblocking UNIX domain sockets, the socket is nonblocking, and the "
+"connection cannot be completed immediately. For other socket families, "
+"there are insufficient entries in the routing cache."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EALREADY>"
+msgstr "B<EALREADY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket is nonblocking and a previous connection attempt has not yet been "
+"completed."
+msgstr "Soket je neblokující a předchozí pokus o spojení ještě nebyl dokončen."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid "I<sockfd> is not a valid open file descriptor."
+msgstr "Špatný deskriptor."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ECONNREFUSED>"
+msgstr "B<ECONNREFUSED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "No-one listening on the remote address."
+msgid ""
+"A B<connect>() on a stream socket found no one listening on the remote "
+"address."
+msgstr "Spojení bylo serverem odmítnuto."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket structure address is outside the user's address space."
+msgstr "Adresa soketu je mimo adresový prostor procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINPROGRESS>"
+msgstr "B<EINPROGRESS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"The socket is nonblocking and the connection cannot be completed "
+"immediately. (UNIX domain sockets failed with B<EAGAIN> instead.) It is "
+"possible to B<select>(2) or B<poll>(2) for completion by selecting the "
+"socket for writing. After B<select>(2) indicates writability, use "
+"B<getsockopt>(2) to read the B<SO_ERROR> option at level B<SOL_SOCKET> to "
+"determine whether B<connect>() completed successfully (B<SO_ERROR> is zero) "
+"or unsuccessfully (B<SO_ERROR> is one of the usual error codes listed here, "
+"explaining the reason for the failure)."
+msgstr ""
+"Soket je neblokující a spojení nemůže být okamžitě dokončeno. Viz "
+"B<select>(2) nebo B<poll>(2)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINTR>"
+msgstr "B<EINTR>"
+
+#. For TCP, the connection will complete asynchronously.
+#. See http://lkml.org/lkml/2005/7/12/254
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The system call was interrupted by a signal that was caught; see "
+"B<signal>(7)."
+msgstr "Systémové volání bylo přerušeno doručením signálu. Viz B<signal>(7)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EISCONN>"
+msgstr "B<EISCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is already connected."
+msgstr "Soket je již spojen."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENETUNREACH>"
+msgstr "B<ENETUNREACH>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Network is unreachable."
+msgstr "Síť není dosažitelná."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "The file descriptor is not associated with a socket."
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr "Deskriptor není platným deskriptorem soketu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPROTOTYPE>"
+msgstr "B<EPROTOTYPE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket type does not support the requested communications protocol. "
+"This error can occur, for example, on an attempt to connect a UNIX domain "
+"datagram socket to a stream socket."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ETIMEDOUT>"
+msgstr "B<ETIMEDOUT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Timeout while attempting connection. The server may be too busy to accept "
+"new connections. Note that for IP sockets the timeout may be very long when "
+"syncookies are enabled on the server."
+msgstr ""
+"Timeout při pokusu o navázání spojení. Server může být příliš zaneprázdněn a "
+"není schopen přijmou další spojení. Vězte, že pro IP sokety může být timeout "
+"velmi dlouhý, pokud jsou syncookies povoleny na straně serveru."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. SVr4 documents the additional
+#. general error codes
+#. .BR EADDRNOTAVAIL ,
+#. .BR EINVAL ,
+#. .BR EAFNOSUPPORT ,
+#. .BR EALREADY ,
+#. .BR EINTR ,
+#. .BR EPROTOTYPE ,
+#. and
+#. .BR ENOSR .
+#. It also
+#. documents many additional error conditions not described here.
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, fuzzy
+#| msgid "POSIX.1-2001, SVr4, 4.4BSD, (connectB<()> first appeared in 4.2BSD)."
+msgid "POSIX.1-2001, SVr4, 4.4BSD, (B<connect>() first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, SVr4, 4.4BSD, (B<connect>() se poprvé objevila ve 4.2BSD)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If B<connect>() fails, consider the state of the socket as unspecified. "
+"Portable applications should close the socket and create a new one for "
+"reconnecting."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An example of the use of B<connect>() is shown in B<getaddrinfo>(3)."
+msgstr "Příklad použití B<connect>() je v B<getaddrinfo>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<accept>(2), B<bind>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
+"B<path_resolution>(7), B<selinux>(8)"
+msgstr ""
+"B<accept>(2), B<bind>(2), B<getsockname>(2), B<listen>(2), B<socket>(2), "
+"B<path_resolution>(7), B<selinux>(8)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-04"
+msgstr "4. prosince 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TP
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>, B<EPERM>"
+msgstr "B<EACCES>, B<EPERM>"
+
+#. SVr4 documents the additional
+#. general error codes
+#. .BR EADDRNOTAVAIL ,
+#. .BR EINVAL ,
+#. .BR EAFNOSUPPORT ,
+#. .BR EALREADY ,
+#. .BR EINTR ,
+#. .BR EPROTOTYPE ,
+#. and
+#. .BR ENOSR .
+#. It also
+#. documents many additional error conditions not described here.
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD, (connectB<()> first appeared in "
+"4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD, (B<connect>() se poprvé objevila "
+"ve 4.2BSD)."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "For background on the I<socklen_t> type, see B<accept>(2)."
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. SVr4 documents the additional
+#. general error codes
+#. .BR EADDRNOTAVAIL ,
+#. .BR EINVAL ,
+#. .BR EAFNOSUPPORT ,
+#. .BR EALREADY ,
+#. .BR EINTR ,
+#. .BR EPROTOTYPE ,
+#. and
+#. .BR ENOSR .
+#. It also
+#. documents many additional error conditions not described here.
+#. type: Plain text
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, SVr4, 4.4BSD, (connectB<()> first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, SVr4, 4.4BSD, (B<connect>() se poprvé objevila ve 4.2BSD)."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/getpeername.2.po b/po/cs/man2/getpeername.2.po
new file mode 100644
index 00000000..efc30d64
--- /dev/null
+++ b/po/cs/man2/getpeername.2.po
@@ -0,0 +1,355 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:57+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "getpeername"
+msgstr "getpeername"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "getpeername - get name of connected peer socket"
+msgstr "getpeername - vrať adresu vzdáleného konce soketu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int getpeername(int >I<sockfd>B<, struct sockaddr *restrict >I<addr>B<,>\n"
+"B< socklen_t *restrict >I<addrlen>B<);>\n"
+msgstr ""
+"B<int getpeername(int >I<sockfd>B<, struct sockaddr *restrict >I<addr>B<,>\n"
+"B< socklen_t *restrict >I<addrlen>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<getpeername>() returns the name of the peer connected to socket I<s>. "
+#| "The I<namelen> argument should be initialized to indicate the amount of "
+#| "space pointed to by I<name>. On return it contains the actual size of "
+#| "the name returned (in bytes). The name is truncated if the buffer "
+#| "provided is too small."
+msgid ""
+"B<getpeername>() returns the address of the peer connected to the socket "
+"I<sockfd>, in the buffer pointed to by I<addr>. The I<addrlen> argument "
+"should be initialized to indicate the amount of space pointed to by "
+"I<addr>. On return it contains the actual size of the name returned (in "
+"bytes). The name is truncated if the buffer provided is too small."
+msgstr ""
+"B<Getpeername> vrací jméno (adresu) počítače, který je na druhém konci "
+"soketu. I<s>. Parametr I<namelen> by měl být inicializován tak, aby "
+"indikoval velikost paměťového prostoru, na který ukazuje argument I<name>. "
+"Po návratu bude obsahovat aktuální velikost vrácené adresy (v bajtech). "
+"Jméno je příslušně zkráceno, je-li velikost příliš malá."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The returned address is truncated if the buffer provided is too small; in "
+"this case, I<addrlen> will return a value greater than was supplied to the "
+"call."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"V případě úspěchu je vrácena 0, jinak -1 a proměnná I<errno> je příslušně "
+"nastavena."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The argument I<sockfd> is not a valid file descriptor."
+msgstr "Argument I<sockfd> není platným deskriptorem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<addr> argument points to memory not in a valid part of the process "
+"address space."
+msgstr ""
+"Argument I<addr> ukazuje na paměť v neplatné části adresového prostoru "
+"procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<addrlen> is invalid (e.g., is negative)."
+msgstr "I<addrlen> je neplatné (například záporné číslo)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOBUFS>"
+msgstr "B<ENOBUFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Insufficient resources were available in the system to perform the operation."
+msgstr "Nedostatek systémových zdrojů k provedení operace."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTCONN>"
+msgstr "B<ENOTCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is not connected."
+msgstr "Soket není spojen."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() first "
+#| "appeared in 4.2BSD)."
+msgid "POSIX.1-2001, SVr4, 4.4BSD (first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() se poprvé "
+"objevilo ve 4.2BSD)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For stream sockets, once a B<connect>(2) has been performed, either socket "
+"can call B<getpeername>() to obtain the address of the peer socket. On the "
+"other hand, datagram sockets are connectionless. Calling B<connect>(2) on "
+"a datagram socket merely sets the peer address for outgoing datagrams sent "
+"with B<write>(2) or B<recv>(2). The caller of B<connect>(2) can use "
+"B<getpeername>() to obtain the peer address that it earlier set for the "
+"socket. However, the peer socket is unaware of this information, and "
+"calling B<getpeername>() on the peer socket will return no useful "
+"information (unless a B<connect>(2) call was also executed on the peer). "
+"Note also that the receiver of a datagram can obtain the address of the "
+"sender when using B<recvfrom>(2)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<accept>(2), B<bind>(2), B<getsockname>(2), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+msgstr ""
+"B<accept>(2), B<bind>(2), B<getsockname>(2), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30. října 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() first appeared "
+"in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getpeername>() se poprvé "
+"objevilo ve 4.2BSD)."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "For background on the I<socklen_t> type, see B<accept>(2)."
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-04-03"
+msgstr "3. dubna 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/getsockname.2.po b/po/cs/man2/getsockname.2.po
new file mode 100644
index 00000000..b0ce0266
--- /dev/null
+++ b/po/cs/man2/getsockname.2.po
@@ -0,0 +1,329 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:57+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "getsockname"
+msgstr "getsockname"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "getsockname - get socket name"
+msgstr "getsockname - získej jméno (adresu) soketu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int getsockname(int >I<sockfd>B<, struct sockaddr *restrict >I<addr>B<,>\n"
+"B< socklen_t *restrict >I<addrlen>B<);>\n"
+msgstr ""
+"B<int getsockname(int >I<sockfd>B<, struct sockaddr *restrict >I<addr>B<,>\n"
+"B< socklen_t *restrict >I<addrlen>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<getsockname>() returns the current I<name> for the specified socket. "
+#| "The I<namelen> argument should be initialized to indicate the amount of "
+#| "space pointed to by I<name>. On return it contains the actual size of "
+#| "the name returned (in bytes)."
+msgid ""
+"B<getsockname>() returns the current address to which the socket I<sockfd> "
+"is bound, in the buffer pointed to by I<addr>. The I<addrlen> argument "
+"should be initialized to indicate the amount of space (in bytes) pointed to "
+"by I<addr>. On return it contains the actual size of the socket address."
+msgstr ""
+"B<getsockname>() vrací současné jméno (adresu soketu) v I<name>. Parametr "
+"I<namelen> by měl být inicializován, aby ukazoval množství místa, na které "
+"ukazuje I<name>. Po návratu bude ukazovat skutečnou velikost vráceného "
+"jména (v bajtech)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The returned address is truncated if the buffer provided is too small; in "
+"this case, I<addrlen> will return a value greater than was supplied to the "
+"call."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"V případě úspěchu je vrácena 0, jinak -1 a proměnná I<errno> je příslušně "
+"nastavena."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The argument I<sockfd> is not a valid file descriptor."
+msgstr "Argument I<sockfd> není platným deskriptorem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<addr> argument points to memory not in a valid part of the process "
+"address space."
+msgstr ""
+"Argument I<addr> ukazuje na paměť v neplatné části adresového prostoru "
+"procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<addrlen> is invalid (e.g., is negative)."
+msgstr "I<addrlen> je neplatné (například záporné číslo)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOBUFS>"
+msgstr "B<ENOBUFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Insufficient resources were available in the system to perform the operation."
+msgstr "Nedostatek systémových zdrojů k provedení operace."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. SVr4 documents additional ENOMEM
+#. and ENOSR error codes.
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "SVr4, 4.4BSD (the B<getsockname>() function call appeared in 4.2BSD), "
+#| "POSIX.1-2001."
+msgid "POSIX.1-2001, SVr4, 4.4BSD (first appeared in 4.2BSD)."
+msgstr ""
+"SVr4, 4.4BSD (volání B<getsockname>() se poprvé objevilo v 4.2BSD), "
+"POSIX.1-2001."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<bind>(2), B<socket>(2), B<getifaddrs>(3), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+msgstr ""
+"B<bind>(2), B<socket>(2), B<getifaddrs>(3), B<ip>(7), B<socket>(7), "
+"B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30. října 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. SVr4 documents additional ENOMEM
+#. and ENOSR error codes.
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid ""
+#| "SVr4, 4.4BSD (the B<getsockname>() function call appeared in 4.2BSD), "
+#| "POSIX.1-2001."
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, SVr4, 4.4BSD (B<getsockname>() first appeared "
+"in 4.2BSD)."
+msgstr ""
+"SVr4, 4.4BSD (volání B<getsockname>() se poprvé objevilo v 4.2BSD), "
+"POSIX.1-2001."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "For background on the I<socklen_t> type, see B<accept>(2)."
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-04-03"
+msgstr "3. dubna 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/intro.2.po b/po/cs/man2/intro.2.po
new file mode 100644
index 00000000..94fae505
--- /dev/null
+++ b/po/cs/man2/intro.2.po
@@ -0,0 +1,276 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:58+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "intro"
+msgstr "intro"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "intro - introduction to system calls"
+msgstr "intro - Úvod do volání jádra"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"Section 2 of the manual describes the Linux system calls. A system call is "
+"an entry point into the Linux kernel. Usually, system calls are not invoked "
+"directly: instead, most system calls have corresponding C library wrapper "
+"functions which perform the steps required (e.g., trapping to kernel mode) "
+"in order to invoke the system call. Thus, making a system call looks the "
+"same as invoking a normal library function."
+msgstr "Tato kapitolka popisuje volání jádra v Linuxu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "In many cases, the C library wrapper function does nothing more than:"
+msgstr ""
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr "\\[bu]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"copying arguments and the unique system call number to the registers where "
+"the kernel expects them;"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"trapping to kernel mode, at which point the kernel does the real work of the "
+"system call;"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"setting I<errno> if the system call returns an error number when the kernel "
+"returns the CPU to user mode."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"However, in a few cases, a wrapper function may do rather more than this, "
+"for example, performing some preprocessing of the arguments before trapping "
+"to kernel mode, or postprocessing of values returned by the system call. "
+"Where this is the case, the manual pages in Section 2 generally try to note "
+"the details of both the (usually GNU) C library API interface and the raw "
+"system call. Most commonly, the main DESCRIPTION will focus on the C "
+"library interface, and differences for the system call are covered in the "
+"NOTES section."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "For a list of the Linux system calls, see B<syscalls>(2)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On error, most system calls return a negative error number (i.e., the "
+"negated value of one of the constants described in B<errno>(3)). The C "
+"library wrapper hides this detail from the caller: when a system call "
+"returns a negative value, the wrapper copies the absolute value into the "
+"I<errno> variable, and returns -1 as the return value of the wrapper."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The value returned by a successful system call depends on the call. Many "
+"system calls return 0 on success, but some can return nonzero values from a "
+"successful call. The details are described in the individual manual pages."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In some cases, the programmer must define a feature test macro in order to "
+"obtain the declaration of a system call from the header file specified in "
+"the man page SYNOPSIS section. (Where required, these feature test macros "
+"must be defined before including I<any> header files.) In such cases, the "
+"required macro is described in the man page. For further information on "
+"feature test macros, see B<feature_test_macros>(7)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Certain terms and abbreviations are used to indicate UNIX variants and "
+"standards to which calls in this section conform. See B<standards>(7)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Calling directly"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In most cases, it is unnecessary to invoke a system call directly, but there "
+"are times when the Standard C library does not implement a nice wrapper "
+"function for you. In this case, the programmer must manually invoke the "
+"system call using B<syscall>(2). Historically, this was also possible using "
+"one of the _syscall macros described in B<_syscall>(2)."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Authors and copyright conditions"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Look at the header of the manual page source for the author(s) and copyright "
+"conditions. Note that these can be different from page to page!"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<_syscall>(2), B<syscall>(2), B<syscalls>(2), B<errno>(3), B<intro>(3), "
+#| "B<capabilities>(7), B<credentials>(7), B<feature_test_macros>(7), "
+#| "B<mq_overview>(7), B<path_resolution>(7), B<pipe>(7), B<pty>(7), "
+#| "B<sem_overview>(7), B<shm_overview>(7), B<signal>(7), B<socket>(7), "
+#| "B<standards>(7), B<symlink>(7), B<sysvipc>(7), B<time>(7)"
+msgid ""
+"B<_syscall>(2), B<syscall>(2), B<syscalls>(2), B<errno>(3), B<intro>(3), "
+"B<capabilities>(7), B<credentials>(7), B<feature_test_macros>(7), "
+"B<mq_overview>(7), B<path_resolution>(7), B<pipe>(7), B<pty>(7), "
+"B<sem_overview>(7), B<shm_overview>(7), B<signal>(7), B<socket>(7), "
+"B<standards>(7), B<symlink>(7), B<system_data_types>(7), B<sysvipc>(7), "
+"B<time>(7)"
+msgstr ""
+"B<_syscall>(2), B<syscall>(2), B<syscalls>(2), B<errno>(3), B<intro>(3), "
+"B<capabilities>(7), B<credentials>(7), B<feature_test_macros>(7), "
+"B<mq_overview>(7), B<path_resolution>(7), B<pipe>(7), B<pty>(7), "
+"B<sem_overview>(7), B<shm_overview>(7), B<signal>(7), B<socket>(7), "
+"B<standards>(7), B<symlink>(7), B<sysvipc>(7), B<time>(7)"
+
+#. type: TH
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/ioctl_console.2.po b/po/cs/man2/ioctl_console.2.po
new file mode 100644
index 00000000..bccb5f1c
--- /dev/null
+++ b/po/cs/man2/ioctl_console.2.po
@@ -0,0 +1,1877 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:59+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ioctl_console"
+msgstr "ioctl_console"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-12-21"
+msgstr "21. prosince 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "console - console terminal and virtual consoles"
+msgid "ioctl_console - ioctls for console terminal and virtual consoles"
+msgstr "console - konzola a virtuální konzoly"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following Linux-specific B<ioctl>(2) requests are supported for console "
+"terminals and virtual consoles. Each requires a third argument, assumed "
+"here to be I<argp>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGETLED>"
+msgstr "B<KDGETLED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get state of LEDs. I<argp> points to a I<char>. The lower three bits of "
+"I<*argp> are set to the state of the LEDs, as follows:"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LED_CAP "
+msgstr "LED_CAP "
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x04"
+msgstr "0x04"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "caps lock led"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LED_NUM "
+msgstr "LED_NUM "
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x02"
+msgstr "0x02"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "num lock led"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LED_SCR "
+msgstr "LED_SCR "
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x01"
+msgstr "0x01"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "scroll lock led"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSETLED>"
+msgstr "B<KDSETLED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set the LEDs. The LEDs are set to correspond to the lower three bits of the "
+"unsigned long integer in I<argp>. However, if a higher order bit is set, "
+"the LEDs revert to normal: displaying the state of the keyboard functions of "
+"caps lock, num lock, and scroll lock."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Before Linux 1.1.54, the LEDs just reflected the state of the corresponding "
+"keyboard flags, and KDGETLED/KDSETLED would also change the keyboard flags. "
+"Since Linux 1.1.54 the LEDs can be made to display arbitrary information, "
+"but by default they display the keyboard flags. The following two ioctls "
+"are used to access the keyboard flags."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBLED>"
+msgstr "B<KDGKBLED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get keyboard flags CapsLock, NumLock, ScrollLock (not lights). I<argp> "
+"points to a char which is set to the flag state. The low order three bits "
+"(mask 0x7) get the current flag state, and the low order bits of the next "
+"nibble (mask 0x70) get the default flag state. (Since Linux 1.1.54.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSKBLED>"
+msgstr "B<KDSKBLED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set keyboard flags CapsLock, NumLock, ScrollLock (not lights). I<argp> is "
+"an unsigned long integer that has the desired flag state. The low order "
+"three bits (mask 0x7) have the flag state, and the low order bits of the "
+"next nibble (mask 0x70) have the default flag state. (Since Linux 1.1.54.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBTYPE>"
+msgstr "B<KDGKBTYPE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Get keyboard type. This returns the value KB_101, defined as 0x02."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDADDIO>"
+msgstr "B<KDADDIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Add I/O port as valid. Equivalent to I<ioperm(arg,1,1)>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDDELIO>"
+msgstr "B<KDDELIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Delete I/O port as valid. Equivalent to I<ioperm(arg,1,0)>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDENABIO>"
+msgstr "B<KDENABIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Enable I/O to video board. Equivalent to I<ioperm(0x3b4, 0x3df-0x3b4+1, 1)>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDDISABIO>"
+msgstr "B<KDDISABIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Disable I/O to video board. Equivalent to I<ioperm(0x3b4, 0x3df-0x3b4+1, "
+"0)>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSETMODE>"
+msgstr "B<KDSETMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set text/graphics mode. I<argp> is an unsigned integer containing one of:"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "KD_TEXT"
+msgstr "KD_TEXT"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x00"
+msgstr "0x00"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "KD_GRAPHICS"
+msgstr "KD_GRAPHICS"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGETMODE>"
+msgstr "B<KDGETMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get text/graphics mode. I<argp> points to an I<int> which is set to one of "
+"the values shown above for B<KDSETMODE>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDMKTONE>"
+msgstr "B<KDMKTONE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Generate tone of specified length. The lower 16 bits of the unsigned long "
+"integer in I<argp> specify the period in clock cycles, and the upper 16 bits "
+"give the duration in msec. If the duration is zero, the sound is turned "
+"off. Control returns immediately. For example, I<argp> = (125E<lt>E<lt>16) "
+"+ 0x637 would specify the beep normally associated with a ctrl-G. (Thus "
+"since Linux 0.99pl1; broken in Linux 2.1.49-50.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KIOCSOUND>"
+msgstr "B<KIOCSOUND>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Start or stop sound generation. The lower 16 bits of I<argp> specify the "
+"period in clock cycles (that is, I<argp> = 1193180/frequency). I<argp> = 0 "
+"turns sound off. In either case, control returns immediately."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_CMAP>"
+msgstr "B<GIO_CMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get the current default color map from kernel. I<argp> points to a 48-byte "
+"array. (Since Linux 1.3.3.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_CMAP>"
+msgstr "B<PIO_CMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Change the default text-mode color map. I<argp> points to a 48-byte array "
+"which contains, in order, the Red, Green, and Blue values for the 16 "
+"available screen colors: 0 is off, and 255 is full intensity. The default "
+"colors are, in order: black, dark red, dark green, brown, dark blue, dark "
+"purple, dark cyan, light grey, dark grey, bright red, bright green, yellow, "
+"bright blue, bright purple, bright cyan, and white. (Since Linux 1.3.3.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_FONT>"
+msgstr "B<GIO_FONT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Gets 256-character screen font in expanded form. I<argp> points to an 8192-"
+"byte array. Fails with error code B<EINVAL> if the currently loaded font is "
+"a 512-character font, or if the console is not in text mode."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_FONTX>"
+msgstr "B<GIO_FONTX>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Gets screen font and associated information. I<argp> points to a I<struct "
+"consolefontdesc> (see B<PIO_FONTX>). On call, the I<charcount> field should "
+"be set to the maximum number of characters that would fit in the buffer "
+"pointed to by I<chardata>. On return, the I<charcount> and I<charheight> "
+"are filled with the respective data for the currently loaded font, and the "
+"I<chardata> array contains the font data if the initial value of "
+"I<charcount> indicated enough space was available; otherwise the buffer is "
+"untouched and I<errno> is set to B<ENOMEM>. (Since Linux 1.3.1.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_FONT>"
+msgstr "B<PIO_FONT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets 256-character screen font. Load font into the EGA/VGA character "
+"generator. I<argp> points to an 8192-byte map, with 32 bytes per "
+"character. Only the first I<N> of them are used for an 8xI<N> font (0 E<lt> "
+"I<N> E<lt>= 32). This call also invalidates the Unicode mapping."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_FONTX>"
+msgstr "B<PIO_FONTX>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets screen font and associated rendering information. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct consolefontdesc {\n"
+" unsigned short charcount; /* characters in font\n"
+" (256 or 512) */\n"
+" unsigned short charheight; /* scan lines per\n"
+" character (1-32) */\n"
+" char *chardata; /* font data in\n"
+" expanded form */\n"
+"};\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If necessary, the screen will be appropriately resized, and B<SIGWINCH> sent "
+"to the appropriate processes. This call also invalidates the Unicode "
+"mapping. (Since Linux 1.3.1.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_FONTRESET>"
+msgstr "B<PIO_FONTRESET>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Resets the screen font, size, and Unicode mapping to the bootup defaults. "
+"I<argp> is unused, but should be set to NULL to ensure compatibility with "
+"future versions of Linux. (Since Linux 1.3.28.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_SCRNMAP>"
+msgstr "B<GIO_SCRNMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get screen mapping from kernel. I<argp> points to an area of size E_TABSZ, "
+"which is loaded with the font positions used to display each character. "
+"This call is likely to return useless information if the currently loaded "
+"font is more than 256 characters."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_UNISCRNMAP>"
+msgstr "B<GIO_UNISCRNMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Get full Unicode screen mapping from kernel. I<argp> points to an area of "
+"size I<E_TABSZ*sizeof(unsigned short)>, which is loaded with the Unicodes "
+"each character represent. A special set of Unicodes, starting at U+F000, "
+"are used to represent \"direct to font\" mappings. (Since Linux 1.3.1.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_SCRNMAP>"
+msgstr "B<PIO_SCRNMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Loads the \"user definable\" (fourth) table in the kernel which maps bytes "
+"into console screen symbols. I<argp> points to an area of size E_TABSZ."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_UNISCRNMAP>"
+msgstr "B<PIO_UNISCRNMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Loads the \"user definable\" (fourth) table in the kernel which maps bytes "
+"into Unicodes, which are then translated into screen symbols according to "
+"the currently loaded Unicode-to-font map. Special Unicodes starting at "
+"U+F000 can be used to map directly to the font symbols. (Since Linux 1.3.1.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<GIO_UNIMAP>"
+msgstr "B<GIO_UNIMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Get Unicode-to-font mapping from kernel. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct unimapdesc {\n"
+" unsigned short entry_ct;\n"
+" struct unipair *entries;\n"
+"};\n"
+msgstr ""
+"struct unimapdesc {\n"
+" unsigned short entry_ct;\n"
+" struct unipair *entries;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "where I<entries> points to an array of"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct unipair {\n"
+" unsigned short unicode;\n"
+" unsigned short fontpos;\n"
+"};\n"
+msgstr ""
+"struct unipair {\n"
+" unsigned short unicode;\n"
+" unsigned short fontpos;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "(Since Linux 1.1.92.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_UNIMAP>"
+msgstr "B<PIO_UNIMAP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Put unicode-to-font mapping in kernel. I<argp> points to a I<struct "
+"unimapdesc>. (Since Linux 1.1.92)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<PIO_UNIMAPCLR>"
+msgstr "B<PIO_UNIMAPCLR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Clear table, possibly advise hash algorithm. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct unimapinit {\n"
+" unsigned short advised_hashsize; /* 0 if no opinion */\n"
+" unsigned short advised_hashstep; /* 0 if no opinion */\n"
+" unsigned short advised_hashlevel; /* 0 if no opinion */\n"
+"};\n"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBMODE>"
+msgstr "B<KDGKBMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Gets current keyboard mode. I<argp> points to a I<long> which is set to one "
+"of these:"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_RAW"
+msgstr "K_RAW"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x00 /* Raw (scancode) mode */"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_XLATE"
+msgstr "K_XLATE"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x01 /* Translate keycodes using keymap */"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_MEDIUMRAW"
+msgstr "K_MEDIUMRAW"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x02 /* Medium raw (scancode) mode */"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_UNICODE"
+msgstr "K_UNICODE"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x03 /* Unicode mode */"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_OFF"
+msgstr "K_OFF"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x04 /* Disabled mode; since Linux 2.6.39 */"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSKBMODE>"
+msgstr "B<KDSKBMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets current keyboard mode. I<argp> is a I<long> equal to one of the values "
+"shown for B<KDGKBMODE>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBMETA>"
+msgstr "B<KDGKBMETA>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Gets meta key handling mode. I<argp> points to a I<long> which is set to "
+"one of these:"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_METABIT"
+msgstr "K_METABIT"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "0x03"
+msgstr "0x03"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "set high order bit"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "K_ESCPREFIX"
+msgstr "K_ESCPREFIX"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "escape prefix"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSKBMETA>"
+msgstr "B<KDSKBMETA>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets meta key handling mode. I<argp> is a I<long> equal to one of the "
+"values shown above for B<KDGKBMETA>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBENT>"
+msgstr "B<KDGKBENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Gets one entry in key translation table (keycode to action code). I<argp> "
+"points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct kbentry {\n"
+" unsigned char kb_table;\n"
+" unsigned char kb_index;\n"
+" unsigned short kb_value;\n"
+"};\n"
+msgstr ""
+"struct kbentry {\n"
+" unsigned char kb_table;\n"
+" unsigned char kb_index;\n"
+" unsigned short kb_value;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"with the first two members filled in: I<kb_table> selects the key table (0 "
+"E<lt>= I<kb_table> E<lt> MAX_NR_KEYMAPS), and I<kb_index> is the keycode (0 "
+"E<lt>= I<kb_index> E<lt> NR_KEYS). I<kb_value> is set to the corresponding "
+"action code, or K_HOLE if there is no such key, or K_NOSUCHMAP if "
+"I<kb_table> is invalid."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSKBENT>"
+msgstr "B<KDSKBENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets one entry in translation table. I<argp> points to a I<struct kbentry>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBSENT>"
+msgstr "B<KDGKBSENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Gets one function key string. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct kbsentry {\n"
+" unsigned char kb_func;\n"
+" unsigned char kb_string[512];\n"
+"};\n"
+msgstr ""
+"struct kbsentry {\n"
+" unsigned char kb_func;\n"
+" unsigned char kb_string[512];\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<kb_string> is set to the (null-terminated) string corresponding to the "
+"I<kb_func>th function key action code."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSKBSENT>"
+msgstr "B<KDSKBSENT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets one function key string entry. I<argp> points to a I<struct kbsentry>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGKBDIACR>"
+msgstr "B<KDGKBDIACR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Read kernel accent table. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct kbdiacrs {\n"
+" unsigned int kb_cnt;\n"
+" struct kbdiacr kbdiacr[256];\n"
+"};\n"
+msgstr ""
+"struct kbdiacrs {\n"
+" unsigned int kb_cnt;\n"
+" struct kbdiacr kbdiacr[256];\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"where I<kb_cnt> is the number of entries in the array, each of which is a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct kbdiacr {\n"
+" unsigned char diacr;\n"
+" unsigned char base;\n"
+" unsigned char result;\n"
+"};\n"
+msgstr ""
+"struct kbdiacr {\n"
+" unsigned char diacr;\n"
+" unsigned char base;\n"
+" unsigned char result;\n"
+"};\n"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDGETKEYCODE>"
+msgstr "B<KDGETKEYCODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Read kernel keycode table entry (scan code to keycode). I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct kbkeycode {\n"
+" unsigned int scancode;\n"
+" unsigned int keycode;\n"
+"};\n"
+msgstr ""
+"struct kbkeycode {\n"
+" unsigned int scancode;\n"
+" unsigned int keycode;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<keycode> is set to correspond to the given I<scancode>. (89 E<lt>= "
+"I<scancode> E<lt>= 255 only. For 1 E<lt>= I<scancode> E<lt>= 88, "
+"I<keycode>==I<scancode>.) (Since Linux 1.1.63.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSETKEYCODE>"
+msgstr "B<KDSETKEYCODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Write kernel keycode table entry. I<argp> points to a I<struct kbkeycode>. "
+"(Since Linux 1.1.63.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<KDSIGACCEPT>"
+msgstr "B<KDSIGACCEPT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The calling process indicates its willingness to accept the signal I<argp> "
+"when it is generated by pressing an appropriate key combination. (1 E<lt>= "
+"I<argp> E<lt>= NSIG). (See I<spawn_console>() in I<linux/drivers/char/"
+"keyboard.c>.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_OPENQRY>"
+msgstr "B<VT_OPENQRY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Returns the first available (non-opened) console. I<argp> points to an "
+"I<int> which is set to the number of the vt (1 E<lt>= I<*argp> E<lt>= "
+"MAX_NR_CONSOLES)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_GETMODE>"
+msgstr "B<VT_GETMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Get mode of active vt. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct vt_mode {\n"
+" char mode; /* vt mode */\n"
+" char waitv; /* if set, hang on writes if not active */\n"
+" short relsig; /* signal to raise on release req */\n"
+" short acqsig; /* signal to raise on acquisition */\n"
+" short frsig; /* unused (set to 0) */\n"
+"};\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"which is set to the mode of the active vt. I<mode> is set to one of these "
+"values:"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VT_AUTO"
+msgstr "VT_AUTO"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "auto vt switching"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VT_PROCESS"
+msgstr "VT_PROCESS"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "process controls switching"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VT_ACKACQ"
+msgstr "VT_ACKACQ"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "acknowledge switch"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_SETMODE>"
+msgstr "B<VT_SETMODE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Set mode of active vt. I<argp> points to a I<struct vt_mode>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_GETSTATE>"
+msgstr "B<VT_GETSTATE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Get global vt state info. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct vt_stat {\n"
+" unsigned short v_active; /* active vt */\n"
+" unsigned short v_signal; /* signal to send */\n"
+" unsigned short v_state; /* vt bit mask */\n"
+"};\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For each vt in use, the corresponding bit in the I<v_state> member is set. "
+"(Linux 1.0 through Linux 1.1.92.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_RELDISP>"
+msgstr "B<VT_RELDISP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Release a display."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_ACTIVATE>"
+msgstr "B<VT_ACTIVATE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Switch to vt I<argp> (1 E<lt>= I<argp> E<lt>= MAX_NR_CONSOLES)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_WAITACTIVE>"
+msgstr "B<VT_WAITACTIVE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Wait until vt I<argp> has been activated."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_DISALLOCATE>"
+msgstr "B<VT_DISALLOCATE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Deallocate the memory associated with vt I<argp>. (Since Linux 1.1.54.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_RESIZE>"
+msgstr "B<VT_RESIZE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Set the kernel's idea of screensize. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct vt_sizes {\n"
+" unsigned short v_rows; /* # rows */\n"
+" unsigned short v_cols; /* # columns */\n"
+" unsigned short v_scrollsize; /* no longer used */\n"
+"};\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Note that this does not change the videomode. See B<resizecons>(8). (Since "
+"Linux 1.1.54.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<VT_RESIZEX>"
+msgstr "B<VT_RESIZEX>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set the kernel's idea of various screen parameters. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct vt_consize {\n"
+" unsigned short v_rows; /* number of rows */\n"
+" unsigned short v_cols; /* number of columns */\n"
+" unsigned short v_vlin; /* number of pixel rows\n"
+" on screen */\n"
+" unsigned short v_clin; /* number of pixel rows\n"
+" per character */\n"
+" unsigned short v_vcol; /* number of pixel columns\n"
+" on screen */\n"
+" unsigned short v_ccol; /* number of pixel columns\n"
+" per character */\n"
+"};\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Any parameter may be set to zero, indicating \"no change\", but if multiple "
+"parameters are set, they must be self-consistent. Note that this does not "
+"change the videomode. See B<resizecons>(8). (Since Linux 1.3.3.)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The action of the following ioctls depends on the first byte in the struct "
+"pointed to by I<argp>, referred to here as the I<subcode>. These are legal "
+"only for the superuser or the owner of the current terminal. Symbolic "
+"I<subcode>s are available in I<E<lt>linux/tiocl.hE<gt>> since Linux 2.5.71."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<0>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Dump the screen. Disappeared in Linux 1.1.92. (With Linux 1.1.92 or later, "
+"read from I</dev/vcsN> or I</dev/vcsaN> instead.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=1>"
+msgid "B<TIOCLINUX>, B<subcode>=B<1>"
+msgstr "B<TIOCLINUX, subcode=1>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Get task information. Disappeared in Linux 1.1.92."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_SETSEL>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Set selection. I<argp> points to a"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct {\n"
+" char subcode;\n"
+" short xs, ys, xe, ye;\n"
+" short sel_mode;\n"
+"};\n"
+msgstr ""
+"struct {\n"
+" char subcode;\n"
+" short xs, ys, xe, ye;\n"
+" short sel_mode;\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<xs> and I<ys> are the starting column and row. I<xe> and I<ye> are the "
+"ending column and row. (Upper left corner is row=column=1.) I<sel_mode> is "
+"0 for character-by-character selection, 1 for word-by-word selection, or 2 "
+"for line-by-line selection. The indicated screen characters are highlighted "
+"and saved in a kernel buffer."
+msgstr ""
+
+#. type: Plain text
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+msgid ""
+"Since Linux 6.7, using this subcode requires the B<CAP_SYS_ADMIN> capability."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_PASTESEL>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Paste selection. The characters in the selection buffer are written to "
+"I<fd>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_UNBLANKSCREEN>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Unblank the screen."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_SELLOADLUT>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sets contents of a 256-bit look up table defining characters in a \"word\", "
+"for word-by-word selection. (Since Linux 1.1.32.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_GETSHIFTSTATE>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<argp> points to a char which is set to the value of the kernel variable "
+"I<shift_state>. (Since Linux 1.1.32.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_GETMOUSEREPORTING>"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<argp> points to a char which is set to the value of the kernel variable "
+"I<report_mouse>. (Since Linux 1.1.33.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=8>"
+msgid "B<TIOCLINUX>, B<subcode>=B<8>"
+msgstr "B<TIOCLINUX, subcode=8>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Dump screen width and height, cursor position, and all the character-"
+"attribute pairs. (Linux 1.1.67 through Linux 1.1.91 only. With Linux "
+"1.1.92 or later, read from I</dev/vcsa*> instead.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=9>"
+msgid "B<TIOCLINUX>, B<subcode>=B<9>"
+msgstr "B<TIOCLINUX, subcode=9>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Restore screen width and height, cursor position, and all the character-"
+"attribute pairs. (Linux 1.1.67 through Linux 1.1.91 only. With Linux "
+"1.1.92 or later, write to I</dev/vcsa*> instead.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_SETVESABLANK>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Handles the Power Saving feature of the new generation of monitors. VESA "
+"screen blanking mode is set to I<argp[1]>, which governs what screen "
+"blanking does:"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<0>"
+msgstr "B<0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Screen blanking is disabled."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<1>"
+msgstr "B<1>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The current video adapter register settings are saved, then the controller "
+"is programmed to turn off the vertical synchronization pulses. This puts "
+"the monitor into \"standby\" mode. If your monitor has an Off_Mode timer, "
+"then it will eventually power down by itself."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<2>"
+msgstr "B<2>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The current settings are saved, then both the vertical and horizontal "
+"synchronization pulses are turned off. This puts the monitor into \"off\" "
+"mode. If your monitor has no Off_Mode timer, or if you want your monitor to "
+"power down immediately when the blank_timer times out, then you choose this "
+"option. (I<Caution:> Powering down frequently will damage the monitor.) "
+"(Since Linux 1.1.76.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_SETKMSGREDIRECT>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Change target of kernel messages (\"console\"): by default, and if this is "
+"set to B<0>, messages are written to the currently active VT. The VT to "
+"write to is a single byte following B<subcode>. (Since Linux 2.5.36.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_GETFGCONSOLE>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Returns the number of VT currently in foreground. (Since Linux 2.5.36.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_SCROLLCONSOLE>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Scroll the foreground VT by the specified amount of I<lines> down, or half "
+"the screen if B<0>. I<lines> is *(((int32_t *)&subcode) + 1). (Since Linux "
+"2.5.67.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_BLANKSCREEN>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Blank the foreground VT, ignoring \"pokes\" (typing): can only be unblanked "
+"explicitly (by switching VTs, to text mode, etc.). (Since Linux 2.5.71.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_BLANKEDSCREEN>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Returns the number of VT currently blanked, B<0> if none. (Since Linux "
+"2.5.71.)"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=1>"
+msgid "B<TIOCLINUX>, B<subcode>=B<16>"
+msgstr "B<TIOCLINUX, subcode=1>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Never used."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<TIOCLINUX, subcode=0>"
+msgid "B<TIOCLINUX>, B<subcode>=B<TIOCL_GETKMSGREDIRECT>"
+msgstr "B<TIOCLINUX, subcode=0>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Returns target of kernel messages. (Since Linux 2.6.17.)"
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, 0 is returned (except where indicated). On failure, -1 is "
+"returned, and I<errno> is set to indicate the error."
+msgstr ""
+"Je-li volání úspěšné, vrací se 0, jinak -1 a je nastavena proměnná I<errno>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor is invalid."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor or I<argp> is invalid."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTTY>"
+msgstr "B<ENOTTY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The file descriptor is not associated with a character special device, or "
+"the specified request does not apply to it."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPERM>"
+msgstr "B<EPERM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Insufficient permission."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<Warning>: Do not regard this man page as documentation of the Linux "
+"console ioctls. This is provided for the curious only, as an alternative to "
+"reading the source. Ioctl's are undocumented Linux internals, liable to be "
+"changed without warning. (And indeed, this page more or less describes the "
+"situation as of kernel version 1.1.94; there are many minor and not-so-minor "
+"differences with earlier versions.)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Very often, ioctls are introduced for communication between the kernel and "
+"one particular well-known program (fdisk, hdparm, setserial, tunelp, "
+"loadkeys, selection, setfont, etc.), and their behavior will be changed when "
+"required by this particular program."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Programs using these ioctls will not be portable to other versions of UNIX, "
+"will not work on older versions of Linux, and will not work on future "
+"versions of Linux."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Use POSIX functions."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<dumpkeys>(1), B<kbd_mode>(1), B<loadkeys>(1), B<mknod>(1), B<setleds>(1), "
+"B<setmetamode>(1), B<execve>(2), B<fcntl>(2), B<ioctl_tty>(2), B<ioperm>(2), "
+"B<termios>(3), B<console_codes>(4), B<mt>(4), B<sd>(4), B<tty>(4), "
+"B<ttyS>(4), B<vcs>(4), B<vcsa>(4), B<charsets>(7), B<mapscrn>(8), "
+"B<resizecons>(8), B<setfont>(8)"
+msgstr ""
+"B<dumpkeys>(1), B<kbd_mode>(1), B<loadkeys>(1), B<mknod>(1), B<setleds>(1), "
+"B<setmetamode>(1), B<execve>(2), B<fcntl>(2), B<ioctl_tty>(2), B<ioperm>(2), "
+"B<termios>(3), B<console_codes>(4), B<mt>(4), B<sd>(4), B<tty>(4), "
+"B<ttyS>(4), B<vcs>(4), B<vcsa>(4), B<charsets>(7), B<mapscrn>(8), "
+"B<resizecons>(8), B<setfont>(8)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I</usr/include/linux/kd.h>, I</usr/include/linux/vt.h>"
+msgstr "I</usr/include/linux/kd.h>, I</usr/include/linux/vt.h>"
+
+#. type: TH
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-01-22"
+msgstr "22. ledna 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/listen.2.po b/po/cs/man2/listen.2.po
new file mode 100644
index 00000000..0947198f
--- /dev/null
+++ b/po/cs/man2/listen.2.po
@@ -0,0 +1,441 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:00+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "listen"
+msgstr "listen"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "listen - listen for connections on a socket"
+msgstr "listen - čekej na spojení na soketu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int listen(int >I<sockfd>B<, int >I<backlog>B<);>\n"
+msgstr "B<int listen(int >I<sockfd>B<, int >I<backlog>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<listen>() marks the socket referred to by I<sockfd> as a passive socket, "
+"that is, as a socket that will be used to accept incoming connection "
+"requests using B<accept>(2)."
+msgstr ""
+"Funkce B<listen>() označí soket specifikovaný parametrem I<sockfd> jako "
+"pasivní, to znamená, že soket bude použit pro přijetí požadavků příchozích "
+"spojení pomocí funkce B<accept>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<sockfd> argument is a file descriptor that refers to a socket of type "
+"B<SOCK_STREAM> or B<SOCK_SEQPACKET>."
+msgstr ""
+"Parametr I<sockfd> je file deskriptor, který popisuje soket, který je typu "
+"B<SOCK_STREAM> nebo B<SOCK_SEQPACKET>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<backlog> argument defines the maximum length to which the queue of "
+"pending connections for I<sockfd> may grow. If a connection request arrives "
+"when the queue is full, the client may receive an error with an indication "
+"of B<ECONNREFUSED> or, if the underlying protocol supports retransmission, "
+"the request may be ignored so that a later reattempt at connection succeeds."
+msgstr ""
+"Parametr I<backlog> specifikuje maximální délku, do které fronta čekajících "
+"požadavků na spojení prostřednictvím I<sockfd> může dorůst. Je-li fronta "
+"zaplněna, obdrží klient zprávu B<ECONNREFUSED> nebo pokud to nižší vrstva "
+"podporuje znovuzaslání, požadavek může být ignorován a pozdější pokus o "
+"spojení uspěje."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"V případě úspěchu je vrácena 0, jinak -1 a proměnná I<errno> je příslušně "
+"nastavena."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EADDRINUSE>"
+msgstr "B<EADDRINUSE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Another socket is already listening on the same port."
+msgstr "Jiný soket už naslouchá na daném portu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(Internet domain sockets) The socket referred to by I<sockfd> had not "
+"previously been bound to an address and, upon attempting to bind it to an "
+"ephemeral port, it was determined that all port numbers in the ephemeral "
+"port range are currently in use. See the discussion of I</proc/sys/net/ipv4/"
+"ip_local_port_range> in B<ip>(7)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The argument I<sockfd> is not a valid file descriptor."
+msgstr "Argument I<sockfd> není platným deskriptorem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "The argument I<sockfd> is not a socket."
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr "Argument I<sockfd> není deskriptorem soketu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EOPNOTSUPP>"
+msgstr "B<EOPNOTSUPP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is not of a type that supports the B<listen>() operation."
+msgstr "Typ soketu není podporován voláním B<listen>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<listen>() first appeared in "
+#| "4.2BSD)."
+msgid "POSIX.1-2001, 4.4BSD (first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD. B<listen>() se poprvé objevilo v 4.2BSD."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "To accept connections, the following steps are performed:"
+msgstr "K přijetí spojení jsou provedeny tyto kroky:"
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(1)"
+msgstr "(1)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A socket is created with B<socket>(2)."
+msgstr "Je vytvořen soket pomocí B<socket>(2)."
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(2)"
+msgstr "(2)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket is bound to a local address using B<bind>(2), so that other "
+"sockets may be B<connect>(2)ed to it."
+msgstr ""
+"Soket je navázán na lokální adresu pomocí B<bind>(2), takže další sokety na "
+"něj mohou být napojeny pomocí B<connect>(2)."
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(3)"
+msgstr "(3)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A willingness to accept incoming connections and a queue limit for incoming "
+"connections are specified with B<listen>()."
+msgstr ""
+"Ochota k přijetí příchozího spojení a limit pro délku fronty jsou "
+"specifikovány pomocí B<listen>()."
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(4)"
+msgstr "(4)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Connections are accepted with B<accept>(2)."
+msgstr "Spojení je přijato pomocí B<accept>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The behavior of the I<backlog> argument on TCP sockets changed with Linux "
+#| "2.2. Now it specifies the queue length for I<completely> established "
+#| "sockets waiting to be accepted, instead of the number of incomplete "
+#| "connection requests. The maximum length of the queue for incomplete "
+#| "sockets can be set using the I<tcp_max_syn_backlog> sysctl. When "
+#| "syncookies are enabled there is no logical maximum length and this sysctl "
+#| "setting is ignored. See B<tcp>(7) for more information."
+msgid ""
+"The behavior of the I<backlog> argument on TCP sockets changed with Linux "
+"2.2. Now it specifies the queue length for I<completely> established "
+"sockets waiting to be accepted, instead of the number of incomplete "
+"connection requests. The maximum length of the queue for incomplete sockets "
+"can be set using I</proc/sys/net/ipv4/tcp_max_syn_backlog>. When syncookies "
+"are enabled there is no logical maximum length and this setting is ignored. "
+"See B<tcp>(7) for more information."
+msgstr ""
+"Chování argumentu I<backlog> na TCP soketech se změnilo v Linuxu 2.2. Nyní "
+"specifikuje délku fronty pro I<kompletně> zařízený soket čekající na "
+"přijetí, místo počtu nekompletních požadavků na spojení. Maximální délka "
+"fronty nekompletního soketu může být nastavena pomocí I<tcp_max_syn_backlog> "
+"sysctl. Pokud jsou syncookies povoleny není logicky žádná maximální délka a "
+"toto sysctl nastavení je ignorováno. Viz B<tcp>(7) pro více informací."
+
+#. The following is now rather historic information (MTK, Jun 05)
+#. Don't rely on this value in portable applications since BSD
+#. (and some BSD-derived systems) limit the backlog to 5.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If the I<backlog> argument is greater than the value in I</proc/sys/net/"
+#| "core/somaxconn>, then it is silently truncated to that value; the default "
+#| "value in this file is 128. In kernels before 2.4.25, this limit was a "
+#| "hard coded value, B<SOMAXCONN>, with the value 128."
+msgid ""
+"If the I<backlog> argument is greater than the value in I</proc/sys/net/core/"
+"somaxconn>, then it is silently capped to that value. Since Linux 5.4, the "
+"default in this file is 4096; in earlier kernels, the default value is 128. "
+"Before Linux 2.4.25, this limit was a hard coded value, B<SOMAXCONN>, with "
+"the value 128."
+msgstr ""
+"Pokud je I<backlog> argument větší než hodnota v I</proc/sys/net/core/"
+"somaxconn>, pak je tiše oříznuta na tuto hodnotu. implicitní hodnota je 128. "
+"V jádrech starších než 2.4.25 bylo tato hodnota pevně stanovena na 128 "
+"(B<SOMAXCONN>)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<bind>(2)."
+msgstr "Viz B<bind>(2)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<accept>(2), B<bind>(2), B<connect>(2), B<socket>(2), B<socket>(7)"
+msgstr "B<accept>(2), B<bind>(2), B<connect>(2), B<socket>(2), B<socket>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-04"
+msgstr "4. prosince 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<listen>() first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD. B<listen>() se poprvé objevilo v 4.2BSD."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/send.2.po b/po/cs/man2/send.2.po
new file mode 100644
index 00000000..1123093f
--- /dev/null
+++ b/po/cs/man2/send.2.po
@@ -0,0 +1,1062 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:07+0100\n"
+"PO-Revision-Date: 2022-05-07 10:45+0200\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "send"
+msgstr "send"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "send, sendto, sendmsg - send a message on a socket"
+msgstr "send, sendto, sendmsg - pošli zprávu do soketu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<ssize_t send(int >I<sockfd>B<, const void >I<buf>B<[.>I<len>B<], size_t >I<len>B<, int >I<flags>B<);>\n"
+"B<ssize_t sendto(int >I<sockfd>B<, const void >I<buf>B<[.>I<len>B<], size_t >I<len>B<, int >I<flags>B<,>\n"
+"B< const struct sockaddr *>I<dest_addr>B<, socklen_t >I<addrlen>B<);>\n"
+"B<ssize_t sendmsg(int >I<sockfd>B<, const struct msghdr *>I<msg>B<, int >I<flags>B<);>\n"
+msgstr ""
+"B<ssize_t send(int >I<sockfd>B<, const void >I<buf>B<[.>I<len>B<], size_t >I<len>B<, int >I<flags>B<);>\n"
+"B<ssize_t sendto(int >I<sockfd>B<, const void >I<buf>B<[.>I<len>B<], size_t >I<len>B<, int >I<flags>B<,>\n"
+"B< const struct sockaddr *>I<dest_addr>B<, socklen_t >I<addrlen>B<);>\n"
+"B<ssize_t sendmsg(int >I<sockfd>B<, const struct msghdr *>I<msg>B<, int >I<flags>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The system calls B<send>(), B<sendto>(), and B<sendmsg>() are used to "
+"transmit a message to another socket."
+msgstr ""
+"B<send>(), B<sendto>() a B<sendmsg>() se používají k zasílání zpráv do "
+"jiných soketů."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<send>() call may be used only when the socket is in a I<connected> "
+#| "state (so that the intended recipient is known). The only difference "
+#| "between B<send>() and B<write>(2) is the presence of I<flags>. With "
+#| "zero I<flags> argument, B<send>() is equivalent to B<write>(2). Also, "
+#| "send(I<s>,I<buf>,I<len>,I<flags>) is equivalent to sendto(I<s>,I<buf>,"
+#| "I<len>,I<flags>,NULL,0)."
+msgid ""
+"The B<send>() call may be used only when the socket is in a I<connected> "
+"state (so that the intended recipient is known). The only difference "
+"between B<send>() and B<write>(2) is the presence of I<flags>. With a "
+"zero I<flags> argument, B<send>() is equivalent to B<write>(2). Also, the "
+"following call"
+msgstr ""
+"<send>() může být použito pouze, je-li soket I<spojený> (takže je znám "
+"příjemce zprávy). Jediný rozdíl mezi B<send>() a B<write>(2) je přítomnost "
+"I<flagů>. Pokud je proměnná I<flag>y v B<send>() je to ekvivalentní s "
+"voláním B<write>(2). send(I<s>,I<buf>,I<len>,I<flags>) je ekvivalentní "
+"sendto(I<s>,I<buf>,I<len>,I<flags>,NULL,0)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "send(sockfd, buf, len, flags);\n"
+msgstr "send(sockfd, buf, len, flags);\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "is equivalent to"
+msgstr "je ekvivalentní"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sendto(sockfd, buf, len, flags, NULL, 0);\n"
+msgstr "sendto(sockfd, buf, len, flags, NULL, 0);\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The argument I<sockfd> is the file descriptor of the sending socket."
+msgstr "Parametr I<sockfd> je deskriptor odesílajícího soketu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If B<sendto>() is used on a connection-mode (B<SOCK_STREAM>, "
+#| "B<SOCK_SEQPACKET>) socket, the arguments I<to> and I<tolen> are ignored "
+#| "(and the error B<EISCONN> may be returned when they are not NULL and 0), "
+#| "and the error B<ENOTCONN> is returned when the socket was not actually "
+#| "connected. Otherwise, the address of the target is given by I<to> with "
+#| "I<tolen> specifying its size. For B<sendmsg>(), the address of the "
+#| "target is given by I<msg.msg_name>, with I<msg.msg_namelen> specifying "
+#| "its size."
+msgid ""
+"If B<sendto>() is used on a connection-mode (B<SOCK_STREAM>, "
+"B<SOCK_SEQPACKET>) socket, the arguments I<dest_addr> and I<addrlen> are "
+"ignored (and the error B<EISCONN> may be returned when they are not NULL and "
+"0), and the error B<ENOTCONN> is returned when the socket was not actually "
+"connected. Otherwise, the address of the target is given by I<dest_addr> "
+"with I<addrlen> specifying its size. For B<sendmsg>(), the address of the "
+"target is given by I<msg.msg_name>, with I<msg.msg_namelen> specifying its "
+"size."
+msgstr ""
+"Pokud je B<sendto>() použito ve spojovaném módu (B<SOCK_STREAM, "
+"SOCK_SEQPACKET>) jsou parametry I<to> a I<tolen> ignorovány(a chyba "
+"B<EISCONN> může být vrácena, pokud nejsou NULL a 0) a chyba B<ENOTCONN> je "
+"vrácena, pokud nebyl soket připojen. Jinak je adresa cíle dána v I<to> a "
+"I<tolen> specifikuje jeho velikost. Pro B<sendmsg>() je adresa zadána "
+"pomocí I<msg.msg_name> a I<msg.msg_namelen> specifikuje jeho velikost."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For B<send>() and B<sendto>(), the message is found in I<buf> and has "
+"length I<len>. For B<sendmsg>(), the message is pointed to by the elements "
+"of the array I<msg.msg_iov>. The B<sendmsg>() call also allows sending "
+"ancillary data (also known as control information)."
+msgstr ""
+"Pro B<send>() a B<sendto>() je zpráva uložena v I<buf> a má délku I<len>. "
+"Pro B<sendmsg>() je zpráva indexována jednotlivými prvky pole I<msg."
+"msg_iov>. Volání B<sendmsg>() umožňuje také posílat přidružená data (známá "
+"také jako kontrolní informace)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the message is too long to pass atomically through the underlying "
+"protocol, the error B<EMSGSIZE> is returned, and the message is not "
+"transmitted."
+msgstr ""
+"Pokud je zpráva příliš dlouhá na to, aby prošla atomicky skrze protokol "
+"nižší vrstvy, je vrácena chyba B<EMGSIZE> a zpráva není poslána."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"No indication of failure to deliver is implicit in a B<send>(). Locally "
+"detected errors are indicated by a return value of -1."
+msgstr ""
+"Funkce B<send>() neposkytuje žádnou možnost indikace správného doručení. "
+"Lokálně detekované chyby jsou indikovány návratovou hodnotou -1."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "When the message does not fit into the send buffer of the socket, "
+#| "B<send>() normally blocks, unless the socket has been placed in non-"
+#| "blocking I/O mode. In non-blocking mode it would return B<EAGAIN> in "
+#| "this case. The B<select>(2) call may be used to determine when it is "
+#| "possible to send more data."
+msgid ""
+"When the message does not fit into the send buffer of the socket, B<send>() "
+"normally blocks, unless the socket has been placed in nonblocking I/O mode. "
+"In nonblocking mode it would fail with the error B<EAGAIN> or B<EWOULDBLOCK> "
+"in this case. The B<select>(2) call may be used to determine when it is "
+"possible to send more data."
+msgstr ""
+"Pokud se zpráva nevejde do výstupního bufferu soketu, pak B<send>() za "
+"běžných okolností tuto zprávu blokuje, pokud ovšem není nastaven neblokující "
+"I/O mód. V neblokujícím módu je v takovém případě vrácena hodnota B<EAGAIN>. "
+"Funkce B<select>(2) může být zavolána, aby určila, kdy je možné zasílat "
+"další data."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The flags argument"
+msgstr ""
+
+#. FIXME . ? document MSG_PROXY (which went away in Linux 2.3.15)
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<flags> argument is the bitwise OR of zero or more of the following "
+"flags."
+msgstr ""
+"Parametr I<flags> je buď bitový, nulový nebo sestává z více následujících "
+"flagů."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_CONFIRM> (since Linux 2.3.15)"
+msgstr "B<MSG_CONFIRM> (od Linuxu 2.3.15)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Tell the link layer that forward progress happened: you got a successful "
+"reply from the other side. If the link layer doesn't get this it will "
+"regularly reprobe the neighbor (e.g., via a unicast ARP). Valid only on "
+"B<SOCK_DGRAM> and B<SOCK_RAW> sockets and currently implemented only for "
+"IPv4 and IPv6. See B<arp>(7) for details."
+msgstr ""
+"Řekne linkové vrstvě, že nastal proces přeposlání: obdrželi jsme odpověď od "
+"druhé strany. Pokud toto linková vrstva nedostane, bude neustále cyklicky "
+"dotazovat souseda(například pomocí ARP). Platí pouze na B<SOCK_DGRAM> a "
+"B<SOCK_RAW> soketech a implementováno pouze pro IPv4 a IPv6. Pro více "
+"informací viz B<arp>(7)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_DONTROUTE>"
+msgstr "B<MSG_DONTROUTE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Don't use a gateway to send out the packet, send to hosts only on directly "
+"connected networks. This is usually used only by diagnostic or routing "
+"programs. This is defined only for protocol families that route; packet "
+"sockets don't."
+msgstr ""
+"Nepoužívej bránu pro odesílání paketu do jiné sítě. Posílej pakety pouze "
+"hostům, kteří jsou přímo připojeni k síti. Toto nastavení je obvykle "
+"používáno pouze diagnostickými a směrovacími programy. Definováno pouze pro "
+"rodiny, které směrují. Paketové sokety nesměrují."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_DONTWAIT> (since Linux 2.2)"
+msgstr "B<MSG_DONTWAIT> (od Linuxu 2.2)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Enables nonblocking operation; if the operation would block, B<EAGAIN> or "
+"B<EWOULDBLOCK> is returned. This provides similar behavior to setting the "
+"B<O_NONBLOCK> flag (via the B<fcntl>(2) B<F_SETFL> operation), but differs "
+"in that B<MSG_DONTWAIT> is a per-call option, whereas B<O_NONBLOCK> is a "
+"setting on the open file description (see B<open>(2)), which will affect all "
+"threads in the calling process and as well as other processes that hold file "
+"descriptors referring to the same open file description."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_EOR> (since Linux 2.2)"
+msgstr "B<MSG_EOR> (od Linuxu 2.2)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Terminates a record (when this notion is supported, as for sockets of type "
+"B<SOCK_SEQPACKET>)."
+msgstr ""
+"Ukončí záznam (pokud je tento parametr podporován jako například u soketů "
+"B<SOCK_PAKET>)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_MORE> (since Linux 2.4.4)"
+msgstr "B<MSG_MORE> (od Linuxu 2.4.4)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The caller has more data to send. This flag is used with TCP sockets to "
+"obtain the same effect as the B<TCP_CORK> socket option (see B<tcp>(7)), "
+"with the difference that this flag can be set on a per-call basis."
+msgstr ""
+"Volající má více dat k odeslání. Tento flag je používán s TCP sokety ke "
+"získání stejného efektu, jakého dosahuje parametr soketu B<TCP_CORK> (viz "
+"B<tcp>(7)) s tím rozdílem, že tento parametr může být nastaven pro každé "
+"volání."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Since Linux 2.6, this flag is also supported for UDP sockets, and informs "
+"the kernel to package all of the data sent in calls with this flag set into "
+"a single datagram which is transmitted only when a call is performed that "
+"does not specify this flag. (See also the B<UDP_CORK> socket option "
+"described in B<udp>(7).)"
+msgstr ""
+"Od Linuxu 2.6 je tento parametr podporován také pro sokety UDP a informuje "
+"kernel, aby všechna data, která mají nastaven tento příznak, byla zabalena "
+"do jednoho datagramu, který je poslán, když je provedeno volání, které nemá "
+"tento flag nastaven. (Viz parametr B<UDP_CORK>, který je popsán v B<udp>(7).)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_NOSIGNAL> (since Linux 2.2)"
+msgstr "B<MSG_NOSIGNAL> (od Linuxu 2.2)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Don't generate a B<SIGPIPE> signal if the peer on a stream-oriented socket "
+"has closed the connection. The B<EPIPE> error is still returned. This "
+"provides similar behavior to using B<sigaction>(2) to ignore B<SIGPIPE>, "
+"but, whereas B<MSG_NOSIGNAL> is a per-call feature, ignoring B<SIGPIPE> sets "
+"a process attribute that affects all threads in the process."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_OOB>"
+msgstr "B<MSG_OOB>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Sends I<out-of-band> data on sockets that support this notion (e.g., of type "
+"B<SOCK_STREAM>); the underlying protocol must also support I<out-of-band> "
+"data."
+msgstr ""
+"Posílá I<out-of-band> data, pokud to daný soket povoluje(např. "
+"B<SOCK_STREAM>); protokol nižší vrstvy musí také podporovat I<out-of-band> "
+"data."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<MSG_FASTOPEN> (since Linux 3.7)"
+msgstr "B<MSG_FASTOPEN> (od Linuxu 3.7)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Attempts TCP Fast Open (RFC7413) and sends data in the SYN like a "
+"combination of B<connect>(2) and B<write>(2), by performing an implicit "
+"B<connect>(2) operation. It blocks until the data is buffered and the "
+"handshake has completed. For a non-blocking socket, it returns the number "
+"of bytes buffered and sent in the SYN packet. If the cookie is not "
+"available locally, it returns B<EINPROGRESS>, and sends a SYN with a Fast "
+"Open cookie request automatically. The caller needs to write the data again "
+"when the socket is connected. On errors, it sets the same I<errno> as "
+"B<connect>(2) if the handshake fails. This flag requires enabling TCP Fast "
+"Open client support on sysctl I<net.ipv4.tcp_fastopen>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Refer to B<TCP_FASTOPEN_CONNECT> socket option in B<tcp>(7) for an "
+"alternative approach."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sendmsg()"
+msgstr "sendmsg()"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The definition of the I<msghdr> structure follows. See B<recv>(2) and "
+#| "below for an exact description of its fields."
+msgid ""
+"The definition of the I<msghdr> structure employed by B<sendmsg>() is as "
+"follows:"
+msgstr ""
+"Následuje definice I<msghdr> struktury. Další detaily lze nalézt v "
+"B<recv>(2) a níže."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "struct msghdr {\n"
+#| " void *msg_name; /* optional address */\n"
+#| " socklen_t msg_namelen; /* size of address */\n"
+#| " struct iovec *msg_iov; /* scatter/gather array */\n"
+#| " size_t msg_iovlen; /* # elements in msg_iov */\n"
+#| " void *msg_control; /* ancillary data, see below */\n"
+#| " socklen_t msg_controllen; /* ancillary data buffer len */\n"
+#| " int msg_flags; /* flags on received message */\n"
+#| "};\n"
+msgid ""
+"struct msghdr {\n"
+" void *msg_name; /* Optional address */\n"
+" socklen_t msg_namelen; /* Size of address */\n"
+" struct iovec *msg_iov; /* Scatter/gather array */\n"
+" size_t msg_iovlen; /* # elements in msg_iov */\n"
+" void *msg_control; /* Ancillary data, see below */\n"
+" size_t msg_controllen; /* Ancillary data buffer len */\n"
+" int msg_flags; /* Flags (unused) */\n"
+"};\n"
+msgstr ""
+"struct msghdr {\n"
+" void *msg_name; /* volitelná adresa */\n"
+" socklen_t msg_namelen; /* velikost adresy */\n"
+" struct iovec *msq_iov; /* pole */\n"
+" size_t msg_iovlen; /* členy msq_iov */\n"
+" void *msg_control; /* pomocná data */\n"
+" socklen_t msg_controllen; /* délka bufferu */\n"
+" int msg_flags; /* parametry příchozí zprávy */\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<msg_name> field is used on an unconnected socket to specify the target "
+"address for a datagram. It points to a buffer containing the address; the "
+"I<msg_namelen> field should be set to the size of the address. For a "
+"connected socket, these fields should be specified as NULL and 0, "
+"respectively."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<msg_iov> and I<msg_iovlen> fields specify scatter-gather locations, as "
+"for B<writev>(2)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "You may send control information using the I<msg_control> and "
+#| "I<msg_controllen> members. The maximum control buffer length the kernel "
+#| "can process is limited per socket by the I<net.core.optmem_max> sysctl; "
+#| "see B<socket>(7)."
+msgid ""
+"You may send control information (ancillary data) using the I<msg_control> "
+"and I<msg_controllen> members. The maximum control buffer length the kernel "
+"can process is limited per socket by the value in I</proc/sys/net/core/"
+"optmem_max>; see B<socket>(7). For further information on the use of "
+"ancillary data in various socket domains, see B<unix>(7) and B<ip>(7)."
+msgstr ""
+"Můžete poslat kontrolní informaci pomocí I<msg_control> a I<msg_controllen>. "
+"Maximální délka bufferu, kterou může kernel zpracovat je omezena pro každý "
+"soket pomocí I<net.core.opt-mem_max> sysctl. Viz B<socket>(7)."
+
+#. Still to be documented:
+#. Send file descriptors and user credentials using the
+#. msg_control* fields.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The I<msg_flags> field is ignored."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"On success, these calls return the number of bytes sent. On error, -1 is "
+"returned, and I<errno> is set to indicate the error."
+msgstr "Volání vrací počet poslaných znaků, nebo -1 pokud se objevila chyba."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These are some standard errors generated by the socket layer. Additional "
+"errors may be generated and returned from the underlying protocol modules; "
+"see their respective manual pages."
+msgstr ""
+"Toto jsou některé standardní chyby generované sokety. Nižší vrstvy však "
+"mohou generovat i jiné chyby. Pro jejich popis navštivte jejich manuálové "
+"stránky."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(For UNIX domain sockets, which are identified by pathname) Write "
+"permission is denied on the destination socket file, or search permission is "
+"denied for one of the directories the path prefix. (See "
+"B<path_resolution>(7).)"
+msgstr ""
+"(Pro UNIXové sokety, které jsou identifikovány pomocí cesty.) Právo zápisu "
+"je odmítnuto pro cílový soubor nebo právo na prohledávání je odmítnuto pro "
+"některý adresář v cestě. (Viz B< path_resolution>(7).)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(For UDP sockets) An attempt was made to send to a network/broadcast address "
+"as though it was a unicast address."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAGAIN> or B<EWOULDBLOCK>"
+msgstr "B<EAGAIN> nebo B<EWOULDBLOCK>"
+
+#. Actually EAGAIN on Linux
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket is marked nonblocking and the requested operation would block. "
+"POSIX.1-2001 allows either error to be returned for this case, and does not "
+"require these constants to have the same value, so a portable application "
+"should check for both possibilities."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAGAIN>"
+msgstr "B<EAGAIN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"(Internet domain datagram sockets) The socket referred to by I<sockfd> had "
+"not previously been bound to an address and, upon attempting to bind it to "
+"an ephemeral port, it was determined that all port numbers in the ephemeral "
+"port range are currently in use. See the discussion of I</proc/sys/net/ipv4/"
+"ip_local_port_range> in B<ip>(7)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EALREADY>"
+msgstr "B<EALREADY>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Another Fast Open is in progress."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sockfd> is not a valid open file descriptor."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ECONNRESET>"
+msgstr "B<ECONNRESET>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Connection reset by peer."
+msgstr "Spojení resetováno druhou stranou."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EDESTADDRREQ>"
+msgstr "B<EDESTADDRREQ>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is not connection-mode, and no peer address is set."
+msgstr "Soket se nenachází ve spojovaném módu a není nastavena žádná adresa."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An invalid user space address was specified for an argument."
+msgstr "Parametr je v neplatné části adresového prostoru procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINTR>"
+msgstr "B<EINTR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "A signal occurred before any data was transmitted; see B<signal>(7)."
+msgstr "Objevil se signál dříve, než byla přenesena data. Viz B<signal>(7)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Invalid argument passed."
+msgstr "Předán neplatný parametr."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EISCONN>"
+msgstr "B<EISCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The connection-mode socket was connected already but a recipient was "
+"specified. (Now either this error is returned, or the recipient "
+"specification is ignored.)"
+msgstr ""
+"Pro již spojený soket byl specifikován další adresát. (Buď je vyvolána tato "
+"chyba nebo je další adresát ignorován.)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EMSGSIZE>"
+msgstr "B<EMSGSIZE>"
+
+#. (e.g., SOCK_DGRAM )
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket type requires that message be sent atomically, and the size of "
+"the message to be sent made this impossible."
+msgstr ""
+"Soket požaduje, aby tato zpráva byla poslána atomicky, ale velikost této "
+"zprávy toto znemožňuje."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOBUFS>"
+msgstr "B<ENOBUFS>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"The output queue for a network interface was full. This generally indicates "
+"that the interface has stopped sending, but may be caused by transient "
+"congestion. (Normally, this does not occur in Linux. Packets are just "
+"silently dropped when a device queue overflows.)"
+msgstr ""
+"Výstupní fronta pro síťové rozhraní je zaplněna. To obvykle znamená, že "
+"rozhraní přestalo posílat, ale může to být také způsobeno občasným "
+"přetížením rozhraní."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOMEM>"
+msgstr "B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "No memory available."
+msgstr "Žádná dostupná paměť."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTCONN>"
+msgstr "B<ENOTCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The socket is not connected, and no target has been given."
+msgstr "Soket není spojený a nebyl dán žádný cíl."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EOPNOTSUPP>"
+msgstr "B<EOPNOTSUPP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Some bit in the I<flags> argument is inappropriate for the socket type."
+msgstr "Některý bit v parametrech je nevhodný pro tento typ soketu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPIPE>"
+msgstr "B<EPIPE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The local end has been shut down on a connection oriented socket. In this "
+"case, the process will also receive a B<SIGPIPE> unless B<MSG_NOSIGNAL> is "
+"set."
+msgstr ""
+"Lokální spojení bylo ukončeno na spojovaném soketu. V tom případě proces "
+"také obdrží B<SIGPIPE> pokud není nastaveno B<MSG_NOSIGNAL>."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. glibc bug for msg_controllen raised 12 Mar 2006
+#. http://sourceware.org/bugzilla/show_bug.cgi?id=2448
+#. The problem is an underlying kernel issue: the size of the
+#. __kernel_size_t type used to type these fields varies
+#. across architectures, but socklen_t is always 32 bits,
+#. as (at least with GCC) is int.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "According to POSIX.1-2001, the I<msg_controllen> field of the I<msghdr> "
+#| "structure should be typed as I<socklen_t>, but glibc currently (2.4) "
+#| "types it as I<size_t>."
+msgid ""
+"According to POSIX.1-2001, the I<msg_controllen> field of the I<msghdr> "
+"structure should be typed as I<socklen_t>, and the I<msg_iovlen> field "
+"should be typed as I<int>, but glibc currently types both as I<size_t>."
+msgstr ""
+"Dle normy POSIX.1-2001 pole I<msg_controllen> ve struktuře I<msghdr> by mělo "
+"být typu I<socklen_t>, ale v aktuální verzi glibc(2.4) má typ I<size_t>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "B<MSG_CONFIRM> (since Linux 2.3.15)"
+msgid "B<MSG_CONFIRM> is a Linux extension."
+msgstr "B<MSG_CONFIRM> (od Linuxu 2.3.15)"
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "4.4BSD, SVr4, POSIX.1-2001. These function calls appeared in 4.2BSD."
+msgid "4.4BSD, SVr4, POSIX.1-2001. (first appeared in 4.2BSD)."
+msgstr "4.4BSD, SVr4, POSIX.1-2001 Tato volání se poprvé objevila ve 4.2BSD."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001 only describes the B<MSG_OOB> and B<MSG_EOR> flags. The "
+#| "B<MSG_CONFIRM> flag is a Linux extension."
+msgid ""
+"POSIX.1-2001 describes only the B<MSG_OOB> and B<MSG_EOR> flags. "
+"POSIX.1-2008 adds a specification of B<MSG_NOSIGNAL>."
+msgstr ""
+"POSIX.1-2001 popisuje pouze příznaky B<MSG_OOB> a B<MSG_EOR>. Příznak "
+"B<MSG_CONFIRM> je dostupný pouze v Linuxu."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<sendmmsg>(2) for information about a Linux-specific system call that "
+"can be used to transmit multiple datagrams in a single call."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "CHYBY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux may return B<EPIPE> instead of B<ENOTCONN>."
+msgstr "Linux by měl vrace B<EPIPE> místo B<ENOTCONN>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An example of the use of B<sendto>() is shown in B<getaddrinfo>(3)."
+msgstr "Příklad použití B<sendto>() je v B<getaddrinfo>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<fcntl>(2), B<getsockopt>(2), B<recv>(2), B<select>(2), B<sendfile>(2), "
+"B<sendmmsg>(2), B<shutdown>(2), B<socket>(2), B<write>(2), B<cmsg>(3), "
+"B<ip>(7), B<ipv6>(7), B<socket>(7), B<tcp>(7), B<udp>(7), B<unix>(7)"
+msgstr ""
+"B<fcntl>(2), B<getsockopt>(2), B<recv>(2), B<select>(2), B<sendfile>(2), "
+"B<sendmmsg>(2), B<shutdown>(2), B<socket>(2), B<write>(2), B<cmsg>(3), "
+"B<ip>(7), B<ipv6>(7), B<socket>(7), B<tcp>(7), B<udp>(7), B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-12-04"
+msgstr "4. prosince 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid ""
+#| "4.4BSD, SVr4, POSIX.1-2001. These function calls appeared in 4.2BSD."
+msgid "4.4BSD, SVr4, POSIX.1-2001. These interfaces first appeared in 4.2BSD."
+msgstr "4.4BSD, SVr4, POSIX.1-2001 Tato volání se poprvé objevila ve 4.2BSD."
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001 only describes the B<MSG_OOB> and B<MSG_EOR> flags. The "
+#| "B<MSG_CONFIRM> flag is a Linux extension."
+msgid ""
+"POSIX.1-2001 describes only the B<MSG_OOB> and B<MSG_EOR> flags. "
+"POSIX.1-2008 adds a specification of B<MSG_NOSIGNAL>. The B<MSG_CONFIRM> "
+"flag is a Linux extension."
+msgstr ""
+"POSIX.1-2001 popisuje pouze příznaky B<MSG_OOB> a B<MSG_EOR>. Příznak "
+"B<MSG_CONFIRM> je dostupný pouze v Linuxu."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/shutdown.2.po b/po/cs/man2/shutdown.2.po
new file mode 100644
index 00000000..7b245179
--- /dev/null
+++ b/po/cs/man2/shutdown.2.po
@@ -0,0 +1,306 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "shutdown"
+msgstr "shutdown"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "shutdown - shut down part of a full-duplex connection"
+msgstr "shutdown - ukonči část plně duplexního spojení"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int shutdown(int >I<sockfd>B<, int >I<how>B<);>\n"
+msgstr "B<int shutdown(int >I<sockfd>B<, int >I<how>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<shutdown>() call causes all or part of a full-duplex connection on "
+"the socket associated with I<sockfd> to be shut down. If I<how> is "
+"B<SHUT_RD>, further receptions will be disallowed. If I<how> is B<SHUT_WR>, "
+"further transmissions will be disallowed. If I<how> is B<SHUT_RDWR>, "
+"further receptions and transmissions will be disallowed."
+msgstr ""
+"Volání I<shutdown>() může ukončit část nebo celé spojení týkající se soketu "
+"I<sockfd>. Je-li I<how> B<SHUT_RD>, další data nebudou přijímána. Je-li "
+"I<how> B<SHUT_WR>, další data nebudou posílána. Je-li I<how> B<SHUT_RDWR>, "
+"nebudou přijímána ani vysílána žádná data."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, and I<errno> is set "
+"to indicate the error."
+msgstr ""
+"Je-li volání úspěšné, vrací se 0, jinak -1 a je nastavena proměnná I<errno>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EBADF>"
+msgstr "B<EBADF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<sockfd> is not a valid file descriptor."
+msgstr "I<sockfd> není platným deskriptorem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An invalid value was specified in I<how> (but see BUGS)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTCONN>"
+msgstr "B<ENOTCONN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The specified socket is not connected."
+msgstr "Specifikovaný soket není spojen."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOTSOCK>"
+msgstr "B<ENOTSOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The file descriptor I<sockfd> does not refer to a socket."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<shutdown>() first appeared in "
+#| "4.2BSD)."
+msgid "POSIX.1-2001, 4.4BSD (first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<shutdown>() se poprvé objevilo v "
+"4.2BSD)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The constants B<SHUT_RD>, B<SHUT_WR>, B<SHUT_RDWR> have the value 0, 1, 2, "
+"respectively, and are defined in I<E<lt>sys/socket.hE<gt>> since "
+"glibc-2.1.91."
+msgstr ""
+"Konstanty B<SHUT_RD>, B<SHUT_WR>, B<SHUT_RDWR>, mají hodnoty 0, 1, 2 a jsou "
+"definovány v I<E<lt>sys/socket.hE<gt>> od verze glibc-2.1.91."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "CHYBY"
+
+#. https://bugzilla.kernel.org/show_bug.cgi?id=47111
+#. commit fc61b928dc4d72176cf4bd4d30bf1d22e599aefc
+#. and for DECnet sockets in commit 46b66d7077b89fb4917ceef19b3f7dd86055c94a
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Checks for the validity of I<how> are done in domain-specific code, and "
+"before Linux 3.7 not all domains performed these checks. Most notably, UNIX "
+"domain sockets simply ignored invalid values. This problem was fixed for "
+"UNIX domain sockets in Linux 3.7."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<close>(2), B<connect>(2), B<socket>(2), B<socket>(7)"
+msgstr "B<close>(2), B<connect>(2), B<socket>(2), B<socket>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30. října 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<shutdown>() first appeared in 4.2BSD)."
+msgstr ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD (B<shutdown>() se poprvé objevilo v "
+"4.2BSD)."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/sigaction.2.po b/po/cs/man2/sigaction.2.po
new file mode 100644
index 00000000..d63bbbdc
--- /dev/null
+++ b/po/cs/man2/sigaction.2.po
@@ -0,0 +1,2355 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Marek Kubita <Kubitovi@mbox.lantanet.cz>, 2001.
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2022-05-07 10:51+0200\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sigaction"
+msgstr "sigaction"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "sigaction, rt_sigaction - examine and change a signal action"
+msgstr "sigaction, rt_sigaction - prověří a změní akci signálu"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>signal.hE<gt>>\n"
+msgstr "B<#include E<lt>signal.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int sigaction(int >I<signum>B<,>\n"
+"B< const struct sigaction *_Nullable restrict >I<act>B<,>\n"
+"B< struct sigaction *_Nullable restrict >I<oldact>B<);>\n"
+msgstr ""
+"B<int sigaction(int >I<signum>B<,>\n"
+"B< const struct sigaction *_Nullable restrict >I<act>B<,>\n"
+"B< struct sigaction *_Nullable restrict >I<oldact>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Požaduje množinu testovacích maker pro glibc (viz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<sigaction>():"
+msgstr "B<sigaction>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE\n"
+msgstr " _POSIX_C_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<siginfo_t>:"
+msgstr "I<siginfo_t>:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE E<gt>= 199309L\n"
+msgstr " _POSIX_C_SOURCE E<gt>= 199309L\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The B<sigaction>() system call is used to change the action taken by a "
+#| "process on receipt of a specific signal."
+msgid ""
+"The B<sigaction>() system call is used to change the action taken by a "
+"process on receipt of a specific signal. (See B<signal>(7) for an overview "
+"of signals.)"
+msgstr ""
+"Systémovým voláním B<sigaction>() se určuje, jakou akci má proces provést "
+"při obdržení určitého signálu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<signum> specifies the signal and can be any valid signal except B<SIGKILL> "
+"and B<SIGSTOP>."
+msgstr ""
+"Parametrem I<signum> je určen signál a lze zadat kterýkoli platný signál "
+"kromě B<SIGKILL> a B<SIGSTOP>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "If I<act> is non-null, the new action for signal I<signum> is installed "
+#| "from I<act>. If I<oldact> is non-null, the previous action is saved in "
+#| "I<oldact>."
+msgid ""
+"If I<act> is non-NULL, the new action for signal I<signum> is installed from "
+"I<act>. If I<oldact> is non-NULL, the previous action is saved in I<oldact>."
+msgstr ""
+"Je-li hodnota I<act> nenulová, je pro signál I<signum> nainstalovaná akce "
+"I<act.> Je-li hodnota I<oldact> nenulová, předchozí akce je uložena do "
+"I<oldact>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The I<sigaction> structure is defined as something like:"
+msgstr "Struktura B<sigaction> je definována jako"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"struct sigaction {\n"
+" void (*sa_handler)(int);\n"
+" void (*sa_sigaction)(int, siginfo_t *, void *);\n"
+" sigset_t sa_mask;\n"
+" int sa_flags;\n"
+" void (*sa_restorer)(void);\n"
+"};\n"
+msgstr ""
+"struct sigaction {\n"
+" void (*sa_handler)(int);\n"
+" void (*sa_sigaction)(int, siginfo_t *, void *);\n"
+" sigset_t sa_mask;\n"
+" int sa_flags;\n"
+" void (*sa_restorer)(void);\n"
+"};\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On some architectures a union is involved: do not assign to both "
+"I<sa_handler> and I<sa_sigaction>."
+msgstr ""
+"Na některých architekturách je zahrnuto sjednocení: nepřiřazujte do "
+"I<sa_handler> a I<sa_sigaction>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<sa_restorer> field is not intended for application use. (POSIX does "
+"not specify a I<sa_restorer> field.) Some further details of the purpose of "
+"this field can be found in B<sigreturn>(2)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<sa_handler> specifies the action to be associated with I<signum> and can "
+"be one of the following:"
+msgstr ""
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr "\\[bu]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SIG_DFL> for the default action."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SIG_IGN> to ignore this signal."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A pointer to a signal handling function. This function receives the signal "
+"number as its only argument."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"If B<SA_SIGINFO> is specified in I<sa_flags>, then I<sa_sigaction> (instead "
+"of I<sa_handler>) specifies the signal-handling function for I<signum>. "
+"This function receives three arguments, as described below."
+msgstr ""
+"Pokud je v I<sa_flags> specifikováno B<SA_SIGINFO,> pak je obslužná funkce "
+"pro I<signum> specifikována v I<sa_sigaction> a ne v I<sa_handler.> Tato "
+"funkce obdrží číslo signálu jako první parametr, ukazatel na I<siginfo_t> "
+"jako druhý parametr a ukazatel na I<ucontext_t> jako poslední třetí "
+"parametr. I<sa>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "I<sa_mask> gives a mask of signals which should be blocked during "
+#| "execution of the signal handler. In addition, the signal which triggered "
+#| "the handler will be blocked, unless the B<SA_NODEFER> flag is used."
+msgid ""
+"I<sa_mask> specifies a mask of signals which should be blocked (i.e., added "
+"to the signal mask of the thread in which the signal handler is invoked) "
+"during execution of the signal handler. In addition, the signal which "
+"triggered the handler will be blocked, unless the B<SA_NODEFER> flag is used."
+msgstr ""
+"I<sa_mask> je maska signálů, které mají být zablokovány při obsluze "
+"signálu. Navíc je zablokován signál, který vyvolal akci, nejsou-li "
+"nastaveny příznaky B<SA_NODEFER>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<sa_flags> specifies a set of flags which modify the behavior of the "
+"signal. It is formed by the bitwise OR of zero or more of the following:"
+msgstr ""
+"I<sa_flags> je množina příznaků, které ovlivňují obsluhu signálu. Je to "
+"logický součet následujících bitových konstant:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_NOCLDSTOP>"
+msgstr "B<SA_NOCLDSTOP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<signum> is B<SIGCHLD>, do not receive notification when child processes "
+"stop (i.e., when they receive one of B<SIGSTOP>, B<SIGTSTP>, B<SIGTTIN>, or "
+"B<SIGTTOU>) or resume (i.e., they receive B<SIGCONT>) (see B<wait>(2)). "
+"This flag is meaningful only when establishing a handler for B<SIGCHLD>."
+msgstr ""
+"Je-li I<signum> B<SIGCHLD>, negeneruje se signál při zastavení dětského "
+"procesu (tj. dostane-li tento proces signál B<SIGSTOP>, B<SIGTSTP>, "
+"B<SIGTTIN> nebo B<SIGTTOU>) nebo při ukončení (tj. při obdržení "
+"B<SIGCONT>) (viz B<wait>(2)). Toto nastavení má smysl pouze při zřízení "
+"obslužné funkce pro B<SIGCHLD>."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_NOCLDWAIT> (since Linux 2.6)"
+msgstr "B<SA_NOCLDWAIT> (od Linuxu 2.6)"
+
+#. To be precise: Linux 2.5.60 -- MTK
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<signum> is B<SIGCHLD>, do not transform children into zombies when they "
+"terminate. See also B<waitpid>(2). This flag is meaningful only when "
+"establishing a handler for B<SIGCHLD>, or when setting that signal's "
+"disposition to B<SIG_DFL>."
+msgstr ""
+"Je-li I<signum> rovno B<SIGCHLD>, nejsou z potomci procesu poté co skončí "
+"transformovány na zombie. Další informace také B<waitpid>(2). Tento příznak "
+"má smysl pouze když je nastavena obslužná funkce pro B<SIGCHLD> nebo je "
+"nastaveno B<SIG_DFL>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the B<SA_NOCLDWAIT> flag is set when establishing a handler for "
+"B<SIGCHLD>, POSIX.1 leaves it unspecified whether a B<SIGCHLD> signal is "
+"generated when a child process terminates. On Linux, a B<SIGCHLD> signal is "
+"generated in this case; on some other implementations, it is not."
+msgstr ""
+"Je-li příznak B<SA_NOCLDWAIT> nastaven během zřizování obslužné funkce pro "
+"B<SIGCHLD,> pak norma POSIX.1 nespecifikuje zda je signál B<SIGCHLD> "
+"generován při ukončení potomka procesu. Na Linuxu je signál B<SIGCHLD> v "
+"takovémto případě generován. V některých jiných implementacích však signál "
+"generován není."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_NODEFER>"
+msgstr "B<SA_NODEFER>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Call the signal handler on an alternate signal stack provided by "
+#| "B<sigaltstack>(2). If an alternate stack is not available, the default "
+#| "stack will be used. This flag is meaningful only when establishing a "
+#| "signal handler."
+msgid ""
+"Do not add the signal to the thread's signal mask while the handler is "
+"executing, unless the signal is specified in I<act.sa_mask>. Consequently, "
+"a further instance of the signal may be delivered to the thread while it is "
+"executing the handler. This flag is meaningful only when establishing a "
+"signal handler."
+msgstr ""
+"Zavolá obslužnou funkci na alternativním signálovém zásobníku poskytnutého "
+"prostřednictvím B<sigaltstack>(2). Pokud není alternativní zásobník "
+"dostupný, bude použit implicitní z zásobník. Toto nastavení je smysluplné "
+"pouze v případě, že je nastavena obslužná funkce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SA_NOMASK> is an obsolete, nonstandard synonym for this flag."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_ONSTACK>"
+msgstr "B<SA_ONSTACK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Call the signal handler on an alternate signal stack provided by "
+"B<sigaltstack>(2). If an alternate stack is not available, the default "
+"stack will be used. This flag is meaningful only when establishing a signal "
+"handler."
+msgstr ""
+"Zavolá obslužnou funkci na alternativním signálovém zásobníku poskytnutého "
+"prostřednictvím B<sigaltstack>(2). Pokud není alternativní zásobník "
+"dostupný, bude použit implicitní z zásobník. Toto nastavení je smysluplné "
+"pouze v případě, že je nastavena obslužná funkce."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_RESETHAND>"
+msgstr "B<SA_RESETHAND>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Restore the signal action to the default state once the signal handler "
+#| "has been called. This flag is only meaningful when establishing a signal "
+#| "handler. B<SA_ONESHOT> is an obsolete, non-standard synonym for this "
+#| "flag."
+msgid ""
+"Restore the signal action to the default upon entry to the signal handler. "
+"This flag is meaningful only when establishing a signal handler."
+msgstr ""
+"Poté, co je zavolána obslužná funkce, se obsluha signálu vrací do "
+"implicitního stavu. Toto nastavení je smysluplné pouze v případě, že je "
+"nastavena obslužná funkce. B<SA_ONESHOT> je zastaralé a nestandardní "
+"synonymum."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SA_ONESHOT> is an obsolete, nonstandard synonym for this flag."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_RESTART>"
+msgstr "B<SA_RESTART>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Provide behavior compatible with BSD signal semantics by making certain "
+"system calls restartable across signals. This flag is meaningful only when "
+"establishing a signal handler. See B<signal>(7) for a discussion of system "
+"call restarting."
+msgstr ""
+"Nastaví kompatibilní chování s BSD: určitá systémová volání pak jsou po "
+"zpracování signálu restartována. Toto nastavení je smysluplné pouze v "
+"případě, že je nastavena obslužná funkce. Pro více informací o restartu "
+"systémového volání se obraťte na B<signal>(7)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_RESTORER>"
+msgstr "B<SA_RESTORER>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<Not intended for application use>. This flag is used by C libraries to "
+"indicate that the I<sa_restorer> field contains the address of a \"signal "
+"trampoline\". See B<sigreturn>(2) for more details."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_SIGINFO> (since Linux 2.2)"
+msgstr "B<SA_SIGINFO> (Od Linuxu 2.2)"
+
+#. (The
+#. .I sa_sigaction
+#. field was added in Linux 2.1.86.)
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The signal handler takes three arguments, not one. In this case, "
+"I<sa_sigaction> should be set instead of I<sa_handler>. This flag is "
+"meaningful only when establishing a signal handler."
+msgstr ""
+"Obslužná funkce má tři parametry, ne jeden. V tomto případě I<sa_sigaction> "
+"by mělo být nastaveno místo I<sa_handler>. Toto nastavení je smysluplné "
+"pouze v případě, že je nastavena obslužná funkce."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_UNSUPPORTED> (since Linux 5.11)"
+msgstr "B<SA_UNSUPPORTED> (od Linuxu 5.11)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Used to dynamically probe for flag bit support."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If an attempt to register a handler succeeds with this flag set in I<act-"
+"E<gt>sa_flags> alongside other flags that are potentially unsupported by the "
+"kernel, and an immediately subsequent B<sigaction>() call specifying the "
+"same signal number and with a non-NULL I<oldact> argument yields "
+"B<SA_UNSUPPORTED> I<clear> in I<oldact-E<gt>sa_flags>, then I<oldact-"
+"E<gt>sa_flags> may be used as a bitmask describing which of the potentially "
+"unsupported flags are, in fact, supported. See the section \"Dynamically "
+"probing for flag bit support\" below for more details."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SA_EXPOSE_TAGBITS> (since Linux 5.11)"
+msgstr "B<SA_EXPOSE_TAGBITS> (od Linuxu 5.11)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Normally, when delivering a signal, an architecture-specific set of tag bits "
+"are cleared from the I<si_addr> field of I<siginfo_t>. If this flag is set, "
+"an architecture-specific subset of the tag bits will be preserved in "
+"I<si_addr>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Programs that need to be compatible with Linux versions older than 5.11 must "
+"use B<SA_UNSUPPORTED> to probe for support."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The siginfo_t argument to a SA_SIGINFO handler"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"When the B<SA_SIGINFO> flag is specified in I<act.sa_flags>, the signal "
+"handler address is passed via the I<act.sa_sigaction> field. This handler "
+"takes three arguments, as follows:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"void\n"
+"handler(int sig, siginfo_t *info, void *ucontext)\n"
+"{\n"
+" ...\n"
+"}\n"
+msgstr ""
+"void\n"
+"handler(int sig, siginfo_t *info, void *ucontext)\n"
+"{\n"
+" ...\n"
+"}\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These three arguments are as follows"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<sig>"
+msgstr "I<sig>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The number of the signal that caused invocation of the handler."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<info>"
+msgstr "I<info>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A pointer to a I<siginfo_t>, which is a structure containing further "
+"information about the signal, as described below."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<ucontext>"
+msgstr "I<ucontext>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This is a pointer to a I<ucontext_t> structure, cast to I<void\\ *>. The "
+"structure pointed to by this field contains signal context information that "
+"was saved on the user-space stack by the kernel; for details, see "
+"B<sigreturn>(2). Further information about the I<ucontext_t> structure can "
+"be found in B<getcontext>(3) and B<signal>(7). Commonly, the handler "
+"function doesn't make any use of the third argument."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The I<siginfo_t> argument to I<sa_sigaction> is a struct with the "
+#| "following elements:"
+msgid "The I<siginfo_t> data type is a structure with the following fields:"
+msgstr ""
+"Parametr I<siginfo_t> pro I<sa_sigaction> je struktura s následujícími prvky:"
+
+#. FIXME
+#. The siginfo_t 'si_trapno' field seems to be used
+#. only on SPARC and Alpha; this page could use
+#. a little more detail on its purpose there.
+#. In the kernel: si_tid
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "siginfo_t {\n"
+#| " int si_signo; /* Signal number */\n"
+#| " int si_errno; /* An errno value */\n"
+#| " int si_code; /* Signal code */\n"
+#| " int si_trapno; /* Trap number that caused\n"
+#| " hardware-generated signal\n"
+#| " (unused on most architectures) */\n"
+#| " pid_t si_pid; /* Sending process ID */\n"
+#| " uid_t si_uid; /* Real user ID of sending process */\n"
+#| " int si_status; /* Exit value or signal */\n"
+#| " clock_t si_utime; /* User time consumed */\n"
+#| " clock_t si_stime; /* System time consumed */\n"
+#| " sigval_t si_value; /* Signal value */\n"
+#| " int si_int; /* POSIX.1b signal */\n"
+#| " void *si_ptr; /* POSIX.1b signal */\n"
+#| " int si_overrun; /* Timer overrun count; POSIX.1b timers */\n"
+#| " int si_timerid; /* Timer ID; POSIX.1b timers */\n"
+#| " void *si_addr; /* Memory location which caused fault */\n"
+#| " int si_band; /* Band event */\n"
+#| " int si_fd; /* File descriptor */\n"
+#| "}\n"
+msgid ""
+"siginfo_t {\n"
+" int si_signo; /* Signal number */\n"
+" int si_errno; /* An errno value */\n"
+" int si_code; /* Signal code */\n"
+" int si_trapno; /* Trap number that caused\n"
+" hardware-generated signal\n"
+" (unused on most architectures) */\n"
+" pid_t si_pid; /* Sending process ID */\n"
+" uid_t si_uid; /* Real user ID of sending process */\n"
+" int si_status; /* Exit value or signal */\n"
+" clock_t si_utime; /* User time consumed */\n"
+" clock_t si_stime; /* System time consumed */\n"
+" union sigval si_value; /* Signal value */\n"
+" int si_int; /* POSIX.1b signal */\n"
+" void *si_ptr; /* POSIX.1b signal */\n"
+" int si_overrun; /* Timer overrun count;\n"
+" POSIX.1b timers */\n"
+" int si_timerid; /* Timer ID; POSIX.1b timers */\n"
+" void *si_addr; /* Memory location which caused fault */\n"
+" long si_band; /* Band event (was I<int> in\n"
+" glibc 2.3.2 and earlier) */\n"
+" int si_fd; /* File descriptor */\n"
+" short si_addr_lsb; /* Least significant bit of address\n"
+" (since Linux 2.6.32) */\n"
+" void *si_lower; /* Lower bound when address violation\n"
+" occurred (since Linux 3.19) */\n"
+" void *si_upper; /* Upper bound when address violation\n"
+" occurred (since Linux 3.19) */\n"
+" int si_pkey; /* Protection key on PTE that caused\n"
+" fault (since Linux 4.6) */\n"
+" void *si_call_addr; /* Address of system call instruction\n"
+" (since Linux 3.5) */\n"
+" int si_syscall; /* Number of attempted system call\n"
+" (since Linux 3.5) */\n"
+" unsigned int si_arch; /* Architecture of attempted system call\n"
+" (since Linux 3.5) */\n"
+"}\n"
+msgstr ""
+"siginfo_t {\n"
+" int si_signo; /*číslo signálu*/\n"
+" int si_errno; /*hodnota errno*/\n"
+" int si_code; /*kód signálu*/\n"
+" int si_trapno; /*číslo, které zapříčinilo hard-\n"
+" warově generovaný signál (nepo-\n"
+" užito na většině architektur)*/\n"
+" pid_t si_pid; /*ID odesílajícího procesu*/\n"
+" uid_t si_uid; /*skutečné ID vlastníka*/\n"
+" int si_status; /*návratová hodnota signálu*/\n"
+" clock_t si_utime; /*spotřeba uživatelského času*/\n"
+" clock_t si_stime; /*spotřeba systémového času*/\n"
+" sigval_t si_value; /*hodnota signálu*/\n"
+" int si_int; /*POSIX.1b signál*/\n"
+" void *si_ptr; /*POSIX.1b signál*/\n"
+" int si_overrun; /*počítadlo časovače*/\n"
+" int si_timerid; /*ID časovače POSIX.1b*/\n"
+" void *si_addr; /*paměťová lokace, která\n"
+" způsobila chybu*/\n"
+" int si_band; /*band event*/\n"
+" int si_fd; /*identifikátor souboru*/\n"
+"}\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<si_signo>, I<si_errno> and I<si_code> are defined for all signals. "
+"(I<si_errno> is generally unused on Linux.) The rest of the struct may be a "
+"union, so that one should read only the fields that are meaningful for the "
+"given signal:"
+msgstr ""
+"Proměnné I<si_signo>, I<si_errno> a I<si_code> jsou definována pro všechny "
+"signály. (I<si_errno> se na Linuxu většinou nepoužívá) Zbytek struktury může "
+"být union, takže by měla být čtena pouze pole, která mají význam pro daný "
+"signál:"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Signals sent with B<kill>(2) and B<sigqueue>(3) fill in I<si_pid> and "
+"I<si_uid>. In addition, signals sent with B<sigqueue>(3) fill in I<si_int> "
+"and I<si_ptr> with the values specified by the sender of the signal; see "
+"B<sigqueue>(3) for more details."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1b timers (since Linux 2.6) fill in I<si_overrun> and "
+#| "I<si_timerid>. The I<si_timerid> field is an internal ID used by the "
+#| "kernel to identify the timer; it is not the same as the timer ID returned "
+#| "by B<timer_create>(3)."
+msgid ""
+"Signals sent by POSIX.1b timers (since Linux 2.6) fill in I<si_overrun> and "
+"I<si_timerid>. The I<si_timerid> field is an internal ID used by the kernel "
+"to identify the timer; it is not the same as the timer ID returned by "
+"B<timer_create>(2). The I<si_overrun> field is the timer overrun count; "
+"this is the same information as is obtained by a call to "
+"B<timer_getoverrun>(2). These fields are nonstandard Linux extensions."
+msgstr ""
+"POSIX.1b časovače (od Linux verze 2.6) nastavují I<si_overrun> a "
+"I<si_timerid>. Pole I<si_timerid> je interní ID použité kernelem pro "
+"identifikaci časovače. Není to stejné číslo jako ID vracené funkcí "
+"B<timer_create>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Signals sent for message queue notification (see the description of "
+"B<SIGEV_SIGNAL> in B<mq_notify>(3)) fill in I<si_int>/I<si_ptr>, with the "
+"I<sigev_value> supplied to B<mq_notify>(3); I<si_pid>, with the process ID "
+"of the message sender; and I<si_uid>, with the real user ID of the message "
+"sender."
+msgstr ""
+
+#. FIXME .
+#. When si_utime and si_stime where originally implemented, the
+#. measurement unit was HZ, which was the same as clock ticks
+#. (sysconf(_SC_CLK_TCK)). In Linux 2.6, HZ became configurable, and
+#. was *still* used as the unit to return the info these fields,
+#. with the result that the field values depended on the
+#. configured HZ. Of course, the should have been measured in
+#. USER_HZ instead, so that sysconf(_SC_CLK_TCK) could be used to
+#. convert to seconds. I have a queued patch to fix this:
+#. http://thread.gmane.org/gmane.linux.kernel/698061/ .
+#. This patch made it into Linux 2.6.27.
+#. But note that these fields still don't return the times of
+#. waited-for children (as is done by getrusage() and times()
+#. and wait4()). Solaris 8 does include child times.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<SIGCHLD> fills in I<si_pid>, I<si_uid>, I<si_status>, I<si_utime>, and "
+"I<si_stime>, providing information about the child. The I<si_pid> field is "
+"the process ID of the child; I<si_uid> is the child's real user ID. The "
+"I<si_status> field contains the exit status of the child (if I<si_code> is "
+"B<CLD_EXITED>), or the signal number that caused the process to change "
+"state. The I<si_utime> and I<si_stime> contain the user and system CPU time "
+"used by the child process; these fields do not include the times used by "
+"waited-for children (unlike B<getrusage>(2) and B<times>(2)). Up to Linux "
+"2.6, and since Linux 2.6.27, these fields report CPU time in units of "
+"I<sysconf(_SC_CLK_TCK)>. In Linux 2.6 kernels before Linux 2.6.27, a bug "
+"meant that these fields reported time in units of the (configurable) system "
+"jiffy (see B<time>(7))."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<SIGILL>, B<SIGFPE>, B<SIGSEGV>, and B<SIGBUS> fill in I<si_addr> with "
+#| "the address of the fault. B<SIGPOLL> fills in I<si_band> and I<si_fd>."
+msgid ""
+"B<SIGILL>, B<SIGFPE>, B<SIGSEGV>, B<SIGBUS>, and B<SIGTRAP> fill in "
+"I<si_addr> with the address of the fault. On some architectures, these "
+"signals also fill in the I<si_trapno> field."
+msgstr ""
+"B<SIGILL, SIGFPE, SIGSEGV> a B<SIGBUS> používají I<si_addr> kam vloží adresu "
+"chyby. B<SIGPOLL> používá I<si_band> a I<si_fd>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Some suberrors of B<SIGBUS>, in particular B<BUS_MCEERR_AO> and "
+"B<BUS_MCEERR_AR>, also fill in I<si_addr_lsb>. This field indicates the "
+"least significant bit of the reported address and therefore the extent of "
+"the corruption. For example, if a full page was corrupted, I<si_addr_lsb> "
+"contains I<log2(sysconf(_SC_PAGESIZE))>. When B<SIGTRAP> is delivered in "
+"response to a B<ptrace>(2) event (PTRACE_EVENT_foo), I<si_addr> is not "
+"populated, but I<si_pid> and I<si_uid> are populated with the respective "
+"process ID and user ID responsible for delivering the trap. In the case of "
+"B<seccomp>(2), the tracee will be shown as delivering the event. "
+"B<BUS_MCEERR_*> and I<si_addr_lsb> are Linux-specific extensions."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<SEGV_BNDERR> suberror of B<SIGSEGV> populates I<si_lower> and "
+"I<si_upper>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The B<SEGV_PKUERR> suberror of B<SIGSEGV> populates I<si_pkey>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<SIGIO>/B<SIGPOLL> (the two names are synonyms on Linux) fills in "
+"I<si_band> and I<si_fd>. The I<si_band> event is a bit mask containing the "
+"same values as are filled in the I<revents> field by B<poll>(2). The "
+"I<si_fd> field indicates the file descriptor for which the I/O event "
+"occurred; for further details, see the description of B<F_SETSIG> in "
+"B<fcntl>(2)."
+msgstr ""
+
+#. commit a0727e8ce513fe6890416da960181ceb10fbfae6
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<SIGSYS>, generated (since Linux 3.5) when a seccomp filter returns "
+"B<SECCOMP_RET_TRAP>, fills in I<si_call_addr>, I<si_syscall>, I<si_arch>, "
+"I<si_errno>, and other fields as described in B<seccomp>(2)."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "The si_code field"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The I<si_code> field inside the I<siginfo_t> argument that is passed to a "
+"B<SA_SIGINFO> signal handler is a value (not a bit mask) indicating why "
+"this signal was sent. For a B<ptrace>(2) event, I<si_code> will contain "
+"B<SIGTRAP> and have the ptrace event in the high byte:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "(SIGTRAP | PTRACE_EVENT_foo E<lt>E<lt> 8).\n"
+msgstr "(SIGTRAP | PTRACE_EVENT_foo E<lt>E<lt> 8).\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For a non-B<ptrace>(2) event, the values that can appear in I<si_code> are "
+"described in the remainder of this section. Since glibc 2.20, the "
+"definitions of most of these symbols are obtained from I<E<lt>signal.hE<gt>> "
+"by defining feature test macros (before including I<any> header file) as "
+"follows:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<_XOPEN_SOURCE> with the value 500 or greater;"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<_XOPEN_SOURCE> and B<_XOPEN_SOURCE_EXTENDED>; or"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<_POSIX_C_SOURCE> with the value 200809L or greater."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For the B<TRAP_*> constants, the symbol definitions are provided only in the "
+"first two cases. Before glibc 2.20, no feature test macros were required to "
+"obtain these symbols."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "I<si_code> is a value (not a bit mask) indicating why this signal was "
+#| "sent. The following list shows the values which can be placed in "
+#| "I<si_code> for any signal, along with reason that the signal was "
+#| "generated."
+msgid ""
+"For a regular signal, the following list shows the values which can be "
+"placed in I<si_code> for any signal, along with the reason that the signal "
+"was generated."
+msgstr ""
+"I<si_code> je hodnota (ne bitová maska) indikující který signál byl zaslán. "
+"Následující seznam ukazuje hodnoty, které mohou být umístěny v poli "
+"I<si_code> společně s důvodem, proč byl signál generován."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_USER>"
+msgstr "B<SI_USER>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<kill>(2)."
+msgstr "B<kill>(2)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_KERNEL>"
+msgstr "B<SI_KERNEL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Sent by the kernel."
+msgstr "Signály zaslané kernelem."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_QUEUE>"
+msgstr "B<SI_QUEUE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<sigqueue>(3)."
+msgstr "B<sigqueue>(3)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_TIMER>"
+msgstr "B<SI_TIMER>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX timer expired."
+msgstr "Vypršel POSIXový časovač."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_MESGQ> (since Linux 2.6.6)"
+msgstr "B<SI_MESGQ> (od Linuxu 2.6.6)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX message queue state changed; see B<mq_notify>(3)."
+msgstr "změnil se stav POSIXové fronty zpráv. Viz. B<mq_notify>(3)"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_ASYNCIO>"
+msgstr "B<SI_ASYNCIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "AIO completed."
+msgstr "Dokončeno AIO."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_SIGIO>"
+msgstr "B<SI_SIGIO>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Queued B<SIGIO> (only up to Linux 2.2; from Linux 2.4 onward B<SIGIO>/"
+"B<SIGPOLL> fills in I<si_code> as described below)."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SI_TKILL> (since Linux 2.4.19)"
+msgstr "B<SI_TKILL> (od Linuxu 2.4.19)"
+
+#. SI_DETHREAD is defined in Linux 2.6.9 sources, but isn't implemented
+#. It appears to have been an idea that was tried during 2.5.6
+#. through to Linux 2.5.24 and then was backed out.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<tkill>(2) or B<tgkill>(2)."
+msgstr "B<tkill>(2) nebo B<tgkill>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGILL> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGILL>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_ILLOPC>"
+msgstr "B<ILL_ILLOPC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Illegal opcode."
+msgstr "Nesprávný opcode."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_ILLOPN>"
+msgstr "B<ILL_ILLOPN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Illegal operand."
+msgstr "Nesprávný operand."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_ILLADR>"
+msgstr "B<ILL_ILLADR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Illegal addressing mode."
+msgstr "Nesprávný adresovací mód."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_ILLTRP>"
+msgstr "B<ILL_ILLTRP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "illegal operand"
+msgid "Illegal trap."
+msgstr "nesprávný operand"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_PRVOPC>"
+msgstr "B<ILL_PRVOPC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Privileged opcode."
+msgstr "Privilegovaný opcode."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_PRVREG>"
+msgstr "B<ILL_PRVREG>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Privileged register."
+msgstr "Privilegovaný registr."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_COPROC>"
+msgstr "B<ILL_COPROC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Coprocessor error."
+msgstr "Chyba koprocesoru."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ILL_BADSTK>"
+msgstr "B<ILL_BADSTK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Internal stack error."
+msgstr "Chyba interního zásobníku."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGFPE> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGFPE>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_INTDIV>"
+msgstr "B<FPE_INTDIV>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Integer divide by zero."
+msgstr "Integer dělný nulou."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_INTOVF>"
+msgstr "B<FPE_INTOVF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Integer overflow."
+msgstr "Přetečení integeru."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTDIV>"
+msgstr "B<FPE_FLTDIV>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Floating-point divide by zero."
+msgstr "Float číslo dělené nulou."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTOVF>"
+msgstr "B<FPE_FLTOVF>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Floating-point overflow."
+msgstr "Přetečení čísla typu float."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTUND>"
+msgstr "B<FPE_FLTUND>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Floating-point underflow."
+msgstr "Podtečení čísla typu float."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTRES>"
+msgstr "B<FPE_FLTRES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Floating-point inexact result."
+msgstr "Nepřesný výsledek typu float."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTINV>"
+msgstr "B<FPE_FLTINV>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Floating-point invalid operation."
+msgstr "Neplatná operace s čísly typu float."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<FPE_FLTSUB>"
+msgstr "B<FPE_FLTSUB>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Subscript out of range."
+msgstr "Index mimo rozsah."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGSEGV> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGSEGV>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SEGV_MAPERR>"
+msgstr "B<SEGV_MAPERR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Address not mapped to object."
+msgstr "Adresa není namapována na objekt."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SEGV_ACCERR>"
+msgstr "B<SEGV_ACCERR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Invalid permissions for mapped object."
+msgstr "Neplatná práva namapovaného objektu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SEGV_BNDERR> (since Linux 3.19)"
+msgstr "B<SEGV_BNDERR> (od Linuxu 3.19)"
+
+#. commit ee1b58d36aa1b5a79eaba11f5c3633c88231da83
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Failed address bound checks."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SEGV_PKUERR> (since Linux 4.6)"
+msgstr "B<SEGV_PKUERR> (od Linuxu 4.6)"
+
+#. commit cd0ea35ff5511cde299a61c21a95889b4a71464e
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Access was denied by memory protection keys. See B<pkeys>(7). The "
+"protection key which applied to this access is available via I<si_pkey>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGBUS> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGBUS>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<BUS_ADRALN>"
+msgstr "B<BUS_ADRALN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Invalid address alignment."
+msgstr "Špatné zarovnání adresy."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<BUS_ADRERR>"
+msgstr "B<BUS_ADRERR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Nonexistent physical address."
+msgstr "Fyzická adresa neexistuje."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<BUS_OBJERR>"
+msgstr "B<BUS_OBJERR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Object-specific hardware error."
+msgstr "Objektově specifická hardwarová chyba."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<BUS_MCEERR_AR> (since Linux 2.6.32)"
+msgstr "B<BUS_MCEERR_AR> (od Linuxu 2.6.32)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Hardware memory error consumed on a machine check; action required."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<BUS_MCEERR_AO> (since Linux 2.6.32)"
+msgstr "B<BUS_MCEERR_AO> (od Linuxu 2.6.32)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Hardware memory error detected in process but not consumed; action optional."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGTRAP> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGTRAP>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TRAP_BRKPT>"
+msgstr "B<TRAP_BRKPT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Process breakpoint."
+msgstr "Breakpoint procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<TRAP_TRACE>"
+msgstr "B<TRAP_TRACE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Process trace trap."
+msgstr "Proces trace trap."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<SA_NOCLDWAIT> (Since Linux 2.6)"
+msgid "B<TRAP_BRANCH> (since Linux 2.4, IA64 only)"
+msgstr "B<SA_NOCLDWAIT> (Od Linuxu 2.6)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "process trace trap"
+msgid "Process taken branch trap."
+msgstr "proces trace trap"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<SA_NOCLDWAIT> (Since Linux 2.6)"
+msgid "B<TRAP_HWBKPT> (since Linux 2.4, IA64 only)"
+msgstr "B<SA_NOCLDWAIT> (Od Linuxu 2.6)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Hardware breakpoint/watchpoint."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGCHLD> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGCHLD>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_EXITED>"
+msgstr "B<CLD_EXITED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Child has exited."
+msgstr "Potomek procesu skončil."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_KILLED>"
+msgstr "B<CLD_KILLED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Child was killed."
+msgstr "Potomek procesu byl zabit."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_DUMPED>"
+msgstr "B<CLD_DUMPED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Child terminated abnormally."
+msgstr "Abnormální ukončení potomka procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_TRAPPED>"
+msgstr "B<CLD_TRAPPED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "child has stopped"
+msgid "Traced child has trapped."
+msgstr "pozastavení potomka procesu"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_STOPPED>"
+msgstr "B<CLD_STOPPED>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Child has stopped."
+msgstr "Pozastavení potomka procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<CLD_CONTINUED> (since Linux 2.6.9)"
+msgstr "B<CLD_CONTINUED> (od Linuxu 2.6.9)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Stopped child has continued."
+msgstr "Pozastavený potomek pokračuje."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following values can be placed in I<si_code> for a B<SIGIO>/B<SIGPOLL> "
+"signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGIO>/"
+"B<SIGPOLL>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_IN>"
+msgstr "B<POLL_IN>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Data input available."
+msgstr "K dispozici data na vstupu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_OUT>"
+msgstr "B<POLL_OUT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Output buffers available."
+msgstr "Výstupní buffery k dispozici."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_MSG>"
+msgstr "B<POLL_MSG>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Input message available."
+msgstr "Dostupná příchozí zpráva."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_ERR>"
+msgstr "B<POLL_ERR>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I/O error."
+msgstr "V/V chyba."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_PRI>"
+msgstr "B<POLL_PRI>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "High priority input available."
+msgstr "Prioritní vstup k dispozici."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<POLL_HUP>"
+msgstr "B<POLL_HUP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Device disconnected."
+msgstr "Zařízení odpojeno."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The following values can be placed in I<si_code> for a B<SIGBUS> signal:"
+msgid "The following value can be placed in I<si_code> for a B<SIGSYS> signal:"
+msgstr ""
+"Následující hodnoty mohou být umístěny v I<si_code> pro signál B<SIGBUS>:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SECCOMP> (since Linux 3.5)"
+msgstr "B<SYS_SECCOMP> (od Linuxu 3.5)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Triggered by a B<seccomp>(2) filter rule."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Dynamically probing for flag bit support"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<sigaction>() call on Linux accepts unknown bits set in I<act-"
+"E<gt>sa_flags> without error. The behavior of the kernel starting with "
+"Linux 5.11 is that a second B<sigaction>() will clear unknown bits from "
+"I<oldact-E<gt>sa_flags>. However, historically, a second B<sigaction>() "
+"call would typically leave those bits set in I<oldact-E<gt>sa_flags>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"This means that support for new flags cannot be detected simply by testing "
+"for a flag in I<sa_flags>, and a program must test that B<SA_UNSUPPORTED> "
+"has been cleared before relying on the contents of I<sa_flags>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Since the behavior of the signal handler cannot be guaranteed unless the "
+"check passes, it is wise to either block the affected signal while "
+"registering the handler and performing the check in this case, or where this "
+"is not possible, for example if the signal is synchronous, to issue the "
+"second B<sigaction>() in the signal handler itself."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"In kernels that do not support a specific flag, the kernel's behavior is as "
+"if the flag was not set, even if the flag was set in I<act-E<gt>sa_flags>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The flags B<SA_NOCLDSTOP>, B<SA_NOCLDWAIT>, B<SA_SIGINFO>, B<SA_ONSTACK>, "
+"B<SA_RESTART>, B<SA_NODEFER>, B<SA_RESETHAND>, and, if defined by the "
+"architecture, B<SA_RESTORER> may not be reliably probed for using this "
+"mechanism, because they were introduced before Linux 5.11. However, in "
+"general, programs may assume that these flags are supported, since they have "
+"all been supported since Linux 2.6, which was released in the year 2003."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See EXAMPLES below for a demonstration of the use of B<SA_UNSUPPORTED>."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "B<sigaction>() returns 0 on success and -1 on error."
+msgid ""
+"B<sigaction>() returns 0 on success; on error, -1 is returned, and I<errno> "
+"is set to indicate the error."
+msgstr "B<sigaction>() vrací 0 při úspěchu a -1 při chybě."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<act> or I<oldact> points to memory which is not a valid part of the "
+"process address space."
+msgstr ""
+"I<act> nebo I<oldact> ukazují do paměti, která není platnou součástí "
+"adresového prostoru procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"An invalid signal was specified. This will also be generated if an attempt "
+"is made to change the action for B<SIGKILL> or B<SIGSTOP>, which cannot be "
+"caught or ignored."
+msgstr ""
+"Byl specifikován neplatný signál. Tato chyba bude generována i v případě, že "
+"bude proveden pokus o změnu akce na příkaz B<SIGKILL> nebo B<SIGSTOP>. Tyto "
+"signály nemohou být zachyceny nebo ignorovány."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "C library/kernel differences"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The glibc wrapper function for B<sigaction>() gives an error (B<EINVAL>) "
+"on attempts to change the disposition of the two real-time signals used "
+"internally by the NPTL threading implementation. See B<nptl>(7) for "
+"details."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On architectures where the signal trampoline resides in the C library, the "
+"glibc wrapper function for B<sigaction>() places the address of the "
+"trampoline code in the I<act.sa_restorer> field and sets the B<SA_RESTORER> "
+"flag in the I<act.sa_flags> field. See B<sigreturn>(2)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The original Linux system call was named B<sigaction>(). However, with the "
+"addition of real-time signals in Linux 2.2, the fixed-size, 32-bit "
+"I<sigset_t> type supported by that system call was no longer fit for "
+"purpose. Consequently, a new system call, B<rt_sigaction>(), was added to "
+"support an enlarged I<sigset_t> type. The new system call takes a fourth "
+"argument, I<size_t sigsetsize>, which specifies the size in bytes of the "
+"signal sets in I<act.sa_mask> and I<oldact.sa_mask>. This argument is "
+"currently required to have the value I<sizeof(sigset_t)> (or the error "
+"B<EINVAL> results). The glibc B<sigaction>() wrapper function hides these "
+"details from us, transparently calling B<rt_sigaction>() when the kernel "
+"provides it."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. SVr4 does not document the EINTR condition.
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, SVr4."
+msgstr "POSIX.1-2001, SVr4."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "POSIX.1-1990 disallowed setting the action for B<SIGCHLD> to B<SIG_IGN>. "
+#| "POSIX.1-2001 allows this possibility, so that ignoring B<SIGCHLD> can be "
+#| "used to prevent the creation of zombies (see B<wait>(2)). Nevertheless, "
+#| "the historical BSD and System V behaviors for ignoring B<SIGCHLD> differ, "
+#| "so that the only completely portable method of ensuring that terminated "
+#| "children do not become zombies is to catch the B<SIGCHLD> signal and "
+#| "perform a B<wait>(2) or similar."
+msgid ""
+"POSIX.1-1990 disallowed setting the action for B<SIGCHLD> to B<SIG_IGN>. "
+"POSIX.1-2001 and later allow this possibility, so that ignoring B<SIGCHLD> "
+"can be used to prevent the creation of zombies (see B<wait>(2)). "
+"Nevertheless, the historical BSD and System\\ V behaviors for ignoring "
+"B<SIGCHLD> differ, so that the only completely portable method of ensuring "
+"that terminated children do not become zombies is to catch the B<SIGCHLD> "
+"signal and perform a B<wait>(2) or similar."
+msgstr ""
+"POSIX.1-1990 neumožňovalo nastavení B<SIGCHLD> na hodnotu B<SIG_IGN>. "
+"POSIX.1-2001 toto nastavení umožňuje, takže ignorování B<SIGCHLD> může být "
+"použito pro zamezení vytváření zombies (viz B<wait>(2)). Nicméně starší BSD "
+"a System V aplikace se v chování na příkaz B<SIGCHLD> liší a tak stále "
+"jediným přenositelným řešením, že se potomek nestane zombie, je odchytávání "
+"signálu B<SIGCHLD> pomocí B<wait>(2) nebo jiné podobné funkce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"POSIX.1-1990 specified only B<SA_NOCLDSTOP>. POSIX.1-2001 added "
+"B<SA_NOCLDSTOP>, B<SA_NOCLDWAIT>, B<SA_NODEFER>, B<SA_ONSTACK>, "
+"B<SA_RESETHAND>, B<SA_RESTART>, and B<SA_SIGINFO>. Use of these latter "
+"values in I<sa_flags> may be less portable in applications intended for "
+"older UNIX implementations."
+msgstr ""
+"Norma POSIX.1-1990 specifikovala pouze B<SA_NOCLDSTOP>. Norma POSIX.1-2001 "
+"přidala B<SA_NOCLDSTOP>, B<SA_NOCLDWAIT>, B<SA_NODEFER>, B<SA_ONSTACK>, "
+"B<SA_RESETHAND>, B<SA_RESTART> a B<SA_SIGINFO>. Použití těchto hodnot v "
+"I<sa_flags> může být hůře přenositelné na starší linuxové distribuce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<SA_RESETHAND> flag is compatible with the SVr4 flag of the same name."
+msgstr ""
+"Příznak B<SA_RESETHAND> je kompatibilní se stejnojmenným příznakem v "
+"systémech SVr4."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<SA_NODEFER> flag is compatible with the SVr4 flag of the same name "
+"under kernels 1.3.9 and later. On older kernels the Linux implementation "
+"allowed the receipt of any signal, not just the one we are installing "
+"(effectively overriding any I<sa_mask> settings)."
+msgstr ""
+"Příznak B<SA_NODEFER> je kompatibilní se stejnojmenným příznakem v SVr4 ve "
+"verzích jádra 1.3.9 a vyšších. Ve starších verzích jádra linuxová "
+"implementace dovolovala přijetí libovolného signálu, nejen toho který byl "
+"instalován (což způsobovalo ignorování nastavení I<sa_mask>)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"A child created via B<fork>(2) inherits a copy of its parent's signal "
+"dispositions. During an B<execve>(2), the dispositions of handled signals "
+"are reset to the default; the dispositions of ignored signals are left "
+"unchanged."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"According to POSIX, the behavior of a process is undefined after it ignores "
+"a B<SIGFPE>, B<SIGILL>, or B<SIGSEGV> signal that was not generated by "
+"B<kill>(2) or B<raise>(3). Integer division by zero has undefined result. "
+"On some architectures it will generate a B<SIGFPE> signal. (Also dividing "
+"the most negative integer by -1 may generate B<SIGFPE>.) Ignoring this "
+"signal might lead to an endless loop."
+msgstr ""
+"Dle specifikace POSIX je chování systému nespecifikováno, pokud ignoruje "
+"B<SIGFPE>, B<SIGILL> nebo B<SIGSEGV> signál pokud nebyl vyvolán pomocí "
+"B<kill>(2) nebo B<raise>(3). Celočíselné dělení nulou má nedefinovaný "
+"výsledek. Na některých architekturách se generuje B<SIGFRE> signál. (Také "
+"dělení největšího záporného celého čísla -1 generuje B<SIGFRE>). Ignorování "
+"tohoto signálu může vést k nekonečné smyčce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<sigaction>() can be called with a NULL second argument to query the "
+"current signal handler. It can also be used to check whether a given signal "
+"is valid for the current machine by calling it with NULL second and third "
+"arguments."
+msgstr ""
+"Pokud je funkce B<sigaction>() volána s druhým argumentem rovným NULL, může "
+"být zjištěna aktuální obslužná funkce. Může být také zjištěno zda je daný "
+"signál podporován na na daném stroji pokud zavoláme tuto funkci s druhým a "
+"třetím argumentem rovným NULL."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"It is not possible to block B<SIGKILL> or B<SIGSTOP> (by specifying them in "
+"I<sa_mask>). Attempts to do so are silently ignored."
+msgstr ""
+"Signály B<SIGKILL> a B<SIGSTOP> nemohou být blokovány (specifikováním v "
+"I<sa_mask>). Takovéto pokusy budou ignorovány bez vypsání chyby."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<sigsetops>(3) for details on manipulating signal sets."
+msgstr ""
+"Pro více informací o manipulaci s množinami signálů se obraťte na "
+"B<sigsetops>(3)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<signal-safety>(7) for a list of the async-signal-safe functions that "
+"can be safely called inside from inside a signal handler."
+msgstr ""
+"Pro seznam asynchronních signálově bezpečných funkcí, které mohou být "
+"bezpečně volány zevnitř obslužné funkce použijte B<signal-safety>(7)."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Undocumented"
+msgstr "Nezdokumentované"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Before the introduction of B<SA_SIGINFO> it was also possible to get some "
+#| "additional information, namely by using a I<sa_handler> with second "
+#| "argument of type I<struct sigcontext>. See the relevant kernel sources "
+#| "for details. This use is obsolete now."
+msgid ""
+"Before the introduction of B<SA_SIGINFO>, it was also possible to get some "
+"additional information about the signal. This was done by providing an "
+"I<sa_handler> signal handler with a second argument of type I<struct "
+"sigcontext>, which is the same structure as the one that is passed in the "
+"I<uc_mcontext> field of the I<ucontext> structure that is passed (via a "
+"pointer) in the third argument of the I<sa_sigaction> handler. See the "
+"relevant Linux kernel sources for details. This use is obsolete now."
+msgstr ""
+"Před uvedením B<SA_SIGINFO> bylo možné získat dodatečné informace pomocí "
+"funkce I<sa_handler> s druhým parametrem typu I<struct sigcontext>. Pro více "
+"informací se obraťte na relevantní kernelové zdroje. Tato funkce je nyní již "
+"zastaralá."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "CHYBY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"When delivering a signal with a B<SA_SIGINFO> handler, the kernel does not "
+"always provide meaningful values for all of the fields of the I<siginfo_t> "
+"that are relevant for that signal."
+msgstr ""
+
+#. commit 69be8f189653cd81aae5a74e26615b12871bb72e
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "In kernels up to and including 2.6.13, specifying B<SA_NODEFER> in "
+#| "I<sa_flags> prevents not only the delivered signal from being masked "
+#| "during execution of the handler, but also the signals specified in "
+#| "I<sa_mask>. This bug was fixed in kernel 2.6.14."
+msgid ""
+"Up to and including Linux 2.6.13, specifying B<SA_NODEFER> in I<sa_flags> "
+"prevents not only the delivered signal from being masked during execution of "
+"the handler, but also the signals specified in I<sa_mask>. This bug was "
+"fixed in Linux 2.6.14."
+msgstr ""
+"V kenelech do verze 2.6.13 včetně, specifikace B<SA_NODEFER> v I<sa_flags> "
+"zabránila nejenom vymaskování signálu během provádění obslužné funkce, ale "
+"měla také účinek na signály specifikované v I<sa_mask>. Tato chyba byla "
+"odstraněna v kernelu 2.6.14."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "See B<mprotect>(2)."
+msgstr "Viz B<mprotect>(2)."
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Probing for flag support"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The following example program exits with status B<EXIT_SUCCESS> if "
+"B<SA_EXPOSE_TAGBITS> is determined to be supported, and B<EXIT_FAILURE> "
+"otherwise."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#include E<lt>signal.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+"\\&\n"
+"void\n"
+"handler(int signo, siginfo_t *info, void *context)\n"
+"{\n"
+" struct sigaction oldact;\n"
+"\\&\n"
+" if (sigaction(SIGSEGV, NULL, &oldact) == -1\n"
+" || (oldact.sa_flags & SA_UNSUPPORTED)\n"
+" || !(oldact.sa_flags & SA_EXPOSE_TAGBITS))\n"
+" {\n"
+" _exit(EXIT_FAILURE);\n"
+" }\n"
+" _exit(EXIT_SUCCESS);\n"
+"}\n"
+"\\&\n"
+"int\n"
+"main(void)\n"
+"{\n"
+" struct sigaction act = { 0 };\n"
+"\\&\n"
+" act.sa_flags = SA_SIGINFO | SA_UNSUPPORTED | SA_EXPOSE_TAGBITS;\n"
+" act.sa_sigaction = &handler;\n"
+" if (sigaction(SIGSEGV, &act, NULL) == -1) {\n"
+" perror(\"sigaction\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+"\\&\n"
+" raise(SIGSEGV);\n"
+"}\n"
+msgstr ""
+
+#. SRC END
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<kill>(1), B<kill>(2), B<pause>(2), B<pidfd_send_signal>(2), "
+"B<restart_syscall>(2), B<seccomp>(2), B<sigaltstack>(2), B<signal>(2), "
+"B<signalfd>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigreturn>(2), "
+"B<sigsuspend>(2), B<wait>(2), B<killpg>(3), B<raise>(3), B<siginterrupt>(3), "
+"B<sigqueue>(3), B<sigsetops>(3), B<sigvec>(3), B<core>(5), B<signal>(7)"
+msgstr ""
+"B<kill>(1), B<kill>(2), B<pause>(2), B<pidfd_send_signal>(2), "
+"B<restart_syscall>(2), B<seccomp>(2), B<sigaltstack>(2), B<signal>(2), "
+"B<signalfd>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigreturn>(2), "
+"B<sigsuspend>(2), B<wait>(2), B<killpg>(3), B<raise>(3), B<siginterrupt>(3), "
+"B<sigqueue>(3), B<sigsetops>(3), B<sigvec>(3), B<core>(5), B<signal>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-10"
+msgstr "10. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. SVr4 does not document the EINTR condition.
+#. type: Plain text
+#: debian-bookworm
+msgid "POSIX.1-2001, POSIX.1-2008, SVr4."
+msgstr "POSIX.1-2001, POSIX.1-2008, SVr4."
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"#include E<lt>signal.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+msgstr ""
+"#include E<lt>signal.hE<gt>\n"
+"#include E<lt>stdio.hE<gt>\n"
+"#include E<lt>stdlib.hE<gt>\n"
+"#include E<lt>unistd.hE<gt>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"void\n"
+"handler(int signo, siginfo_t *info, void *context)\n"
+"{\n"
+" struct sigaction oldact;\n"
+msgstr ""
+"void\n"
+"handler(int signo, siginfo_t *info, void *context)\n"
+"{\n"
+" struct sigaction oldact;\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" if (sigaction(SIGSEGV, NULL, &oldact) == -1\n"
+" || (oldact.sa_flags & SA_UNSUPPORTED)\n"
+" || !(oldact.sa_flags & SA_EXPOSE_TAGBITS))\n"
+" {\n"
+" _exit(EXIT_FAILURE);\n"
+" }\n"
+" _exit(EXIT_SUCCESS);\n"
+"}\n"
+msgstr ""
+" if (sigaction(SIGSEGV, NULL, &oldact) == -1\n"
+" || (oldact.sa_flags & SA_UNSUPPORTED)\n"
+" || !(oldact.sa_flags & SA_EXPOSE_TAGBITS))\n"
+" {\n"
+" _exit(EXIT_FAILURE);\n"
+" }\n"
+" _exit(EXIT_SUCCESS);\n"
+"}\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"int\n"
+"main(void)\n"
+"{\n"
+" struct sigaction act = { 0 };\n"
+msgstr ""
+"int\n"
+"main(void)\n"
+"{\n"
+" struct sigaction act = { 0 };\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" act.sa_flags = SA_SIGINFO | SA_UNSUPPORTED | SA_EXPOSE_TAGBITS;\n"
+" act.sa_sigaction = &handler;\n"
+" if (sigaction(SIGSEGV, &act, NULL) == -1) {\n"
+" perror(\"sigaction\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+msgstr ""
+" act.sa_flags = SA_SIGINFO | SA_UNSUPPORTED | SA_EXPOSE_TAGBITS;\n"
+" act.sa_sigaction = &handler;\n"
+" if (sigaction(SIGSEGV, &act, NULL) == -1) {\n"
+" perror(\"sigaction\");\n"
+" exit(EXIT_FAILURE);\n"
+" }\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+" raise(SIGSEGV);\n"
+"}\n"
+msgstr ""
+" raise(SIGSEGV);\n"
+"}\n"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-05-03"
+msgstr "3. května 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/signal.2.po b/po/cs/man2/signal.2.po
new file mode 100644
index 00000000..85cef4a4
--- /dev/null
+++ b/po/cs/man2/signal.2.po
@@ -0,0 +1,701 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Marek Kubita <Kubitovi@mbox.lantanet.cz>, 2001.
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "signal"
+msgstr "signal"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "signal - ANSI C signal handling"
+msgstr "signal - práce se signály v ANSI C"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>signal.hE<gt>>\n"
+msgstr "B<#include E<lt>signal.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<typedef void (*sighandler_t)(int);>\n"
+msgstr "B<typedef void (*sighandler_t)(int);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sighandler_t signal(int >I<signum>B<, sighandler_t >I<handler>B<);>\n"
+msgstr "B<sighandler_t signal(int >I<signum>B<, sighandler_t >I<handler>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The behavior of B<signal>() varies across UNIX versions, and has also "
+#| "varied historically across different versions of Linux. B<Avoid its "
+#| "use>: use B<sigaction>(2) instead. See I<Portability> below."
+msgid ""
+"B<WARNING>: the behavior of B<signal>() varies across UNIX versions, and "
+"has also varied historically across different versions of Linux. B<Avoid "
+"its use>: use B<sigaction>(2) instead. See I<Portability> below."
+msgstr ""
+"Chování volání B<signal>() se liší napříč distribucemi UNIXu a také se liší "
+"historicky v jednotlivých vydáních Linuxu. B<Vyhněte se použití této "
+"funkce>. Raději použijte B<sigaction>(2). Viz I<Přenositelnost> níže."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<signal>() sets the disposition of the signal I<signum> to I<handler>, "
+"which is either B<SIG_IGN>, B<SIG_DFL>, or the address of a programmer-"
+"defined function (a \"signal handler\")."
+msgstr ""
+"Systémové volání B<signal>() instaluje novou obslužnou funkci pro signál s "
+"číslem I<signum>. Obsluha signálu je nastavena na I<handler>, což může být "
+"uživatelsky definovaná funkce nebo B<SIG_IGN> případně B<SIG_DFL>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the signal I<signum> is delivered to the process, then one of the "
+"following happens:"
+msgstr ""
+"Pokud je signál I<signum> přijat procesem, stane se jedna z následujících "
+"věcí:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "*"
+msgstr "*"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If the disposition is set to B<SIG_IGN>, then the signal is ignored."
+msgstr "Je-li nastaveno B<SIG_IGN> signál je ignorován."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"If the disposition is set to B<SIG_DFL>, then the default action associated "
+"with the signal (see B<signal>(7)) occurs."
+msgstr "Je-li nastaveno B<SIG_DFL> je vyvolána implicitní funkce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the disposition is set to a function, then first either the disposition "
+"is reset to B<SIG_DFL>, or the signal is blocked (see I<Portability> below), "
+"and then I<handler> is called with argument I<signum>. If invocation of the "
+"handler caused the signal to be blocked, then the signal is unblocked upon "
+"return from the handler."
+msgstr ""
+"Pokud je dispozice nastavena na funkci, pak je nejdřív buď znovu nastavena "
+"dispozice na B<SIG_DFL> nebo je signál blokován (viz I<Přenositelnost> níže) "
+"a I<obslužná funkce> je volána s parametrem I<signum>. Pokud volání funkce "
+"zablokovalo signál, je signál odblokován při návratu z obslužné funkce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The signals B<SIGKILL> and B<SIGSTOP> cannot be caught or ignored."
+msgstr "Signály B<SIGKILL> a B<SIGSTOP> nemohou být odchyceny nebo blokovány."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<signal>() returns the previous value of the signal handler, or "
+#| "B<SIG_ERR> on error."
+msgid ""
+"B<signal>() returns the previous value of the signal handler. On failure, "
+"it returns B<SIG_ERR>, and I<errno> is set to indicate the error."
+msgstr ""
+"Funkce B<signal>() vrací předchozí hodnotu obsluhy signálu, nebo B<SIG_ERR>, "
+"nastane-li chyba."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "I<signum> is invalid."
+msgstr "I<signum> je neplatný."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. libc4 and libc5 define
+#. .IR SignalHandler ;
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The use of I<sighandler_t> is a GNU extension. Various versions of libc "
+#| "predefine this type; libc4 and libc5 define I<SignalHandler>, glibc "
+#| "defines I<sig_t> and, when B<_GNU_SOURCE> is defined, also "
+#| "I<sighandler_t>. Without use of such a type, the declaration of "
+#| "B<signal>() is the somewhat harder to read:"
+msgid ""
+"The use of I<sighandler_t> is a GNU extension, exposed if B<_GNU_SOURCE> is "
+"defined; glibc also defines (the BSD-derived) I<sig_t> if B<_BSD_SOURCE> "
+"(glibc 2.19 and earlier) or B<_DEFAULT_SOURCE> (glibc 2.19 and later) is "
+"defined. Without use of such a type, the declaration of B<signal>() is the "
+"somewhat harder to read:"
+msgstr ""
+"Použití I<sighandler_t> je rozšířením GNU. Různé verze glibc předem definují "
+"tento typ; libc4 a libc5 definují I<SignalHandler>, glibc definuje I<sig_t> "
+"a je-li definován B<_GNU_SOURCE> pak je definován i I<sighandler_t>. Bez "
+"definice takového typu je deklarace funkce B<signal>() hůře čitelná."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<void ( *>I<signal>B<(int >I<signum>B<, void (*>I<handler>B<)(int)) ) (int);>\n"
+msgstr "B<void ( *>I<signal>B<(int >I<signum>B<, void (*>I<handler>B<)(int)) ) (int);>\n"
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Portability"
+msgstr "Přenositelnost"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The only portable use of B<signal>() is to set a signal's disposition to "
+"B<SIG_DFL> or B<SIG_IGN>. The semantics when using B<signal>() to "
+"establish a signal handler vary across systems (and POSIX.1 explicitly "
+"permits this variation); B<do not use it for this purpose.>"
+msgstr ""
+"Jediné přenositelné použití funkce B<signal>() je nastavit obsluhu signálu "
+"na B<SIG_DFL> nebo B<SIG_IGN>. Sémantika použití B<signal>() na nastavení "
+"obsluhy signálu se liší na různých systémech (a POSIX.1 tot explicitně "
+"podporuje). B<Proto jej nepoužívejte za tímto účelem.>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"POSIX.1 solved the portability mess by specifying B<sigaction>(2), which "
+"provides explicit control of the semantics when a signal handler is invoked; "
+"use that interface instead of B<signal>()."
+msgstr ""
+"POSIX.1 vyřešil tento nesoulad v přenositelnosti zavedením B<sigaction>(2), "
+"který poskytuje explicitní kontrolu sémantiky v případě vyvolání obsluhy "
+"signálu. Používejte jej proto místo B<signal>()u."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C89, POSIX.1-2001."
+msgstr "C89, POSIX.1-2001."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "In the original Unix systems, when a handler that was established using "
+#| "B<signal>() was invoked by the delivery of a signal, the disposition of "
+#| "the signal would be reset to B<SIG_DFL>, and the system did not block "
+#| "delivery of further instances of the signal. System V also provides "
+#| "these semantics for B<signal>(). This was bad because the signal might "
+#| "be delivered again before the handler had a chance to reestablish "
+#| "itself. Furthermore, rapid deliveries of the same signal could result in "
+#| "recursive invocations of the handler."
+msgid ""
+"In the original UNIX systems, when a handler that was established using "
+"B<signal>() was invoked by the delivery of a signal, the disposition of the "
+"signal would be reset to B<SIG_DFL>, and the system did not block delivery "
+"of further instances of the signal. This is equivalent to calling "
+"B<sigaction>(2) with the following flags:"
+msgstr ""
+"Pokud v původních Unixových systémech byla obslužná funkce zřízená pomocí "
+"B<signal>() vyvolána pomocí doručení signálu, stav byl nastaven na "
+"B<SIG_DFL> a systém neblokoval další možná doručení tohoto signálu. System V "
+"také poskytuje sémantiku pro B<signal>(). To bylo špatné, protože signál "
+"mohl být znovu doručen před tím, než se mohla obsluha signálu obnovit. Navíc "
+"doručení několika signálu stejného druhu bezprostředně za sebou vyústilo v "
+"rekurzivní volání obsluhy signálu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sa.sa_flags = SA_RESETHAND | SA_NODEFER;\n"
+msgstr "sa.sa_flags = SA_RESETHAND | SA_NODEFER;\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "In the original Unix systems, when a handler that was established using "
+#| "B<signal>() was invoked by the delivery of a signal, the disposition of "
+#| "the signal would be reset to B<SIG_DFL>, and the system did not block "
+#| "delivery of further instances of the signal. System V also provides "
+#| "these semantics for B<signal>(). This was bad because the signal might "
+#| "be delivered again before the handler had a chance to reestablish "
+#| "itself. Furthermore, rapid deliveries of the same signal could result in "
+#| "recursive invocations of the handler."
+msgid ""
+"System\\ V also provides these semantics for B<signal>(). This was bad "
+"because the signal might be delivered again before the handler had a chance "
+"to reestablish itself. Furthermore, rapid deliveries of the same signal "
+"could result in recursive invocations of the handler."
+msgstr ""
+"Pokud v původních Unixových systémech byla obslužná funkce zřízená pomocí "
+"B<signal>() vyvolána pomocí doručení signálu, stav byl nastaven na "
+"B<SIG_DFL> a systém neblokoval další možná doručení tohoto signálu. System V "
+"také poskytuje sémantiku pro B<signal>(). To bylo špatné, protože signál "
+"mohl být znovu doručen před tím, než se mohla obsluha signálu obnovit. Navíc "
+"doručení několika signálu stejného druhu bezprostředně za sebou vyústilo v "
+"rekurzivní volání obsluhy signálu."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "BSD improved on this situation by changing the semantics of signal "
+#| "handling (but, unfortunately, silently changed the semantics when "
+#| "establishing a handler with B<signal>()). On BSD, when a signal handler "
+#| "is invoked, the signal disposition is not reset, and further instances of "
+#| "the signal are blocked from being delivered while the handler is "
+#| "executing."
+msgid ""
+"BSD improved on this situation, but unfortunately also changed the semantics "
+"of the existing B<signal>() interface while doing so. On BSD, when a "
+"signal handler is invoked, the signal disposition is not reset, and further "
+"instances of the signal are blocked from being delivered while the handler "
+"is executing. Furthermore, certain blocking system calls are automatically "
+"restarted if interrupted by a signal handler (see B<signal>(7)). The BSD "
+"semantics are equivalent to calling B<sigaction>(2) with the following "
+"flags:"
+msgstr ""
+"BSD vylepšilo tuto situaci změnou sémantiky obsluhy signálu (ale naneštěstí "
+"v tichosti také změnily sémantiku zřízení obsluhy pomocí B<signal>()). Když "
+"je na BSD vyvolána obsluha signálu , tak není dispozice signálu znovu "
+"nastavena a další doručení signálu je blokováno dokud se provádí obsluha."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sa.sa_flags = SA_RESTART;\n"
+msgstr "sa.sa_flags = SA_RESTART;\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The situation on Linux is as follows:"
+msgstr "Situace na Linuxu je následující:"
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr "\\[bu]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The kernel's B<signal>() system call provides System\\ V semantics."
+msgstr "Systémové volání jádra B<signal>() poskytuje System V\\ sémantiku."
+
+#. #-#-#-#-# archlinux: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP \[bu]
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP *
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP *
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# fedora-40: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP \[bu]
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP \[bu]
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP \[bu]
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP *
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: signal.2.pot (PACKAGE VERSION) #-#-#-#-#
+#. System V semantics are also provided if one uses the separate
+#. .BR sysv_signal (3)
+#. function.
+#. .IP *
+#. The
+#. .BR signal ()
+#. function in Linux libc4 and libc5 provide System\ V semantics.
+#. If one on a libc5 system includes
+#. .I <bsd/signal.h>
+#. instead of
+#. .IR <signal.h> ,
+#. then
+#. .BR signal ()
+#. provides BSD semantics.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "By default, in glibc 2 and later, the B<signal>() wrapper function does "
+#| "not invoke the kernel system call. Instead, it calls B<sigaction>(2) "
+#| "using flags that supply BSD semantics. This default behavior is provided "
+#| "as long as the B<_BSD_SOURCE> feature test macro is defined. By default, "
+#| "B<_BSD_SOURCE> is defined; it is also implicitly defined if one defines "
+#| "B<_GNU_SOURCE>, and can of course be explicitly defined."
+msgid ""
+"By default, in glibc 2 and later, the B<signal>() wrapper function does not "
+"invoke the kernel system call. Instead, it calls B<sigaction>(2) using "
+"flags that supply BSD semantics. This default behavior is provided as long "
+"as a suitable feature test macro is defined: B<_BSD_SOURCE> on glibc 2.19 "
+"and earlier or B<_DEFAULT_SOURCE> in glibc 2.19 and later. (By default, "
+"these macros are defined; see B<feature_test_macros>(7) for details.) If "
+"such a feature test macro is not defined, then B<signal>() provides "
+"System\\ V semantics."
+msgstr ""
+"Implicitně v glibc 2 a pozdějších vydáních je obalen B<signal>() funkcí, "
+"která nevolá jádro systému. Místo toho volá B<sigaction>(2) a používá "
+"příznaky, které zaručí BSD sémantiku. Toto chování ja zaručeno po dobu "
+"trvání definice makra B<_BSD_SOURCE>. Standartně je B<_BSD_SOURCE> "
+"definováno; je také implicitně definováno, pokud je nadefinováno "
+"B<_GNU_SOURCE> a také může být definováno explicitně."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The effects of B<signal>() in a multithreaded process are unspecified."
+msgstr "Efekt funkce B<signal>() v procesech s vlákny nejsou specifikovány."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"According to POSIX, the behavior of a process is undefined after it ignores "
+"a B<SIGFPE>, B<SIGILL>, or B<SIGSEGV> signal that was not generated by "
+"B<kill>(2) or B<raise>(3). Integer division by zero has undefined result. "
+"On some architectures it will generate a B<SIGFPE> signal. (Also dividing "
+"the most negative integer by -1 may generate B<SIGFPE>.) Ignoring this "
+"signal might lead to an endless loop."
+msgstr ""
+"Dle specifikace POSIX je chování systému nespecifikováno, pokud ignoruje "
+"B<SIGFPE>, B<SIGILL> nebo B<SIGSEGV> signál pokud nebyl vyvolán pomocí "
+"B<kill>(2) nebo B<raise>(3). Celočíselné dělení nulou má nedefinovaný "
+"výsledek. Na některých architekturách se generuje B<SIGFRE> signál. (Také "
+"dělení největšího záporného celého čísla -1 generuje B<SIGFRE>). Ignorování "
+"tohoto signálu může vést k nekonečné smyčce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "See B<sigaction>(2) for details on what happens when B<SIGCHLD> is set "
+#| "to B<SIG_IGN>."
+msgid ""
+"See B<sigaction>(2) for details on what happens when the disposition "
+"B<SIGCHLD> is set to B<SIG_IGN>."
+msgstr ""
+"Viz B<sigaction>(2) pro více informací co se stane je-li B<SIGCHLD> "
+"nastaveno na B<SIG_IGN>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<signal-safety>(7) for a list of the async-signal-safe functions that "
+"can be safely called from inside a signal handler."
+msgstr ""
+"Viz B<signal-safety>(7) pro seznam asynchronních bezpečných funkcí, které "
+"mohou být bezpečně volány uvnitř funkce pro obsluhu signálu."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<kill>(1), B<alarm>(2), B<kill>(2), B<pause>(2), B<sigaction>(2), "
+"B<signalfd>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigsuspend>(2), "
+"B<bsd_signal>(3), B<killpg>(3), B<raise>(3), B<siginterrupt>(3), "
+"B<sigqueue>(3), B<sigsetops>(3), B<sigvec>(3), B<sysv_signal>(3), "
+"B<signal>(7)"
+msgstr ""
+"B<kill>(1), B<alarm>(2), B<kill>(2), B<pause>(2), B<sigaction>(2), "
+"B<signalfd>(2), B<sigpending>(2), B<sigprocmask>(2), B<sigsuspend>(2), "
+"B<bsd_signal>(3), B<killpg>(3), B<raise>(3), B<siginterrupt>(3), "
+"B<sigqueue>(3), B<sigsetops>(3), B<sigvec>(3), B<sysv_signal>(3), "
+"B<signal>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "POSIX.1-2001, POSIX.1-2008, C99."
+msgstr "POSIX.1-2001, POSIX.1-2008, C99."
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/sigreturn.2.po b/po/cs/man2/sigreturn.2.po
new file mode 100644
index 00000000..f0173f3c
--- /dev/null
+++ b/po/cs/man2/sigreturn.2.po
@@ -0,0 +1,294 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Marek Kubita <Kubitovi@mbox.lantanet.cz>, 2001.
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2022-07-22 12:55+0200\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sigreturn"
+msgstr "sigreturn"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"sigreturn, rt_sigreturn - return from signal handler and cleanup stack frame"
+msgstr "sigreturn, rt_sigreturn - návrat z obsluhy signálu a úklid zásobníku"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int sigreturn(...);>\n"
+msgstr "B<int sigreturn(...);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. See arch/x86/kernel/signal.c::__setup_frame() [in Linux 3.17 source code]
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the Linux kernel determines that an unblocked signal is pending for a "
+"process, then, at the next transition back to user mode in that process (e."
+"g., upon return from a system call or when the process is rescheduled onto "
+"the CPU), it creates a new frame on the user-space stack where it saves "
+"various pieces of process context (processor status word, registers, signal "
+"mask, and signal stack settings)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The kernel also arranges that, during the transition back to user mode, the "
+"signal handler is called, and that, upon return from the handler, control "
+"passes to a piece of user-space code commonly called the \"signal "
+"trampoline\". The signal trampoline code in turn calls B<sigreturn>()."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"This B<sigreturn>() call undoes everything that was done\\[em]changing the "
+"process's signal mask, switching signal stacks (see "
+"B<sigaltstack>(2))\\[em]in order to invoke the signal handler. Using the "
+"information that was earlier saved on the user-space stack B<sigreturn>() "
+"restores the process's signal mask, switches stacks, and restores the "
+"process's context (processor flags and registers, including the stack "
+"pointer and instruction pointer), so that the process resumes execution at "
+"the point where it was interrupted by the signal."
+msgstr ""
+"Toto volání B<sigreturn>() vrátí zásobník do původního stavu;obnoví masku "
+"signálů, přehodí zásobníky a znovu nastaví kontext procesu (registry, flagy "
+"procesoru), takže proces může pokračovat v místě, kde byl přerušen signálem."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<sigreturn>() never returns."
+msgstr "Volání funkce B<sigreturn>() se nikdy nevrací."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Many UNIX-type systems have a B<sigreturn>() system call or near "
+"equivalent. However, this call is not specified in POSIX, and details of "
+"its behavior vary across systems."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. See sysdeps/unix/sysv/linux/sigreturn.c and
+#. signal/sigreturn.c in the glibc source
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<sigreturn>() exists only to allow the implementation of signal handlers. "
+"It should B<never> be called directly. (Indeed, a simple B<sigreturn>() "
+"wrapper in the GNU C library simply returns -1, with I<errno> set to "
+"B<ENOSYS>.) Details of the arguments (if any) passed to B<sigreturn>() "
+"vary depending on the architecture. (On some architectures, such as x86-64, "
+"B<sigreturn>() takes no arguments, since all of the information that it "
+"requires is available in the stack frame that was previously created by the "
+"kernel on the user-space stack.)"
+msgstr ""
+
+#. See, for example, sysdeps/unix/sysv/linux/i386/sigaction.c and
+#. sysdeps/unix/sysv/linux/x86_64/sigaction.c in the glibc (2.20) source.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Once upon a time, UNIX systems placed the signal trampoline code onto the "
+"user stack. Nowadays, pages of the user stack are protected so as to "
+"disallow code execution. Thus, on contemporary Linux systems, depending on "
+"the architecture, the signal trampoline code lives either in the B<vdso>(7) "
+"or in the C library. In the latter case, the C library's B<sigaction>(2) "
+"wrapper function informs the kernel of the location of the trampoline code "
+"by placing its address in the I<sa_restorer> field of the I<sigaction> "
+"structure, and sets the B<SA_RESTORER> flag in the I<sa_flags> field."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The saved process context information is placed in a I<ucontext_t> structure "
+"(see I<E<lt>sys/ucontext.hE<gt>>). That structure is visible within the "
+"signal handler as the third argument of a handler established via "
+"B<sigaction>(2) with the B<SA_SIGINFO> flag."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On some other UNIX systems, the operation of the signal trampoline differs a "
+"little. In particular, on some systems, upon transitioning back to user "
+"mode, the kernel passes control to the trampoline (rather than the signal "
+"handler), and the trampoline code calls the signal handler (and then calls "
+"B<sigreturn>() once the handler returns)."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "C library/kernel differences"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The original Linux system call was named B<sigreturn>(). However, with the "
+"addition of real-time signals in Linux 2.2, a new system call, "
+"B<rt_sigreturn>() was added to support an enlarged I<sigset_t> type. The "
+"GNU C library hides these details from us, transparently employing "
+"B<rt_sigreturn>() when the kernel provides it."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<kill>(2), B<restart_syscall>(2), B<sigaltstack>(2), B<signal>(2), "
+"B<getcontext>(3), B<signal>(7), B<vdso>(7)"
+msgstr ""
+"B<kill>(2), B<restart_syscall>(2), B<sigaltstack>(2), B<signal>(2), "
+"B<getcontext>(3), B<signal>(7), B<vdso>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/socket.2.po b/po/cs/man2/socket.2.po
new file mode 100644
index 00000000..cd46aacd
--- /dev/null
+++ b/po/cs/man2/socket.2.po
@@ -0,0 +1,1206 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2022-05-07 11:01+0200\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "socket"
+msgstr "socket"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2024-01-28"
+msgstr "28. ledna 2024"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "socket - create an endpoint for communication"
+msgstr "socket - vytvoř soket"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int socket(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<);>\n"
+msgstr "B<int socket(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<socket>() creates an endpoint for communication and returns a file "
+"descriptor that refers to that endpoint. The file descriptor returned by a "
+"successful call will be the lowest-numbered file descriptor not currently "
+"open for the process."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The I<domain> argument specifies a communication domain; this selects the "
+#| "protocol family which will be used for communication. These families are "
+#| "defined in I<E<lt>sys/socket.hE<gt>>. The currently understood formats "
+#| "include:"
+msgid ""
+"The I<domain> argument specifies a communication domain; this selects the "
+"protocol family which will be used for communication. These families are "
+"defined in I<E<lt>sys/socket.hE<gt>>. The formats currently understood by "
+"the Linux kernel include:"
+msgstr ""
+"Parametr I<domain> specifikuje jmenný prostor, ve kterém se bude komunikace "
+"odehrávat; tím je zvolena i rodina protokolů, které mohou být použity. Tyto "
+"rodiny jsou definovány v hlavičkovém souboru I<E<lt>sys/socket.hE<gt>>. V "
+"současné době jsou podporovány tyto formáty:"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Name"
+msgstr "Jméno"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Purpose"
+msgstr "Účel"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Man page"
+msgstr "Man stránka"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_UNIX>"
+msgstr "B<AF_UNIX>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Local communication"
+msgstr "Lokální komunikace"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<unix>(7)"
+msgstr "B<unix>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_LOCAL>"
+msgstr "B<AF_LOCAL>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"Synonym for\n"
+"B<AF_UNIX>"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_INET>"
+msgstr "B<AF_INET>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "IPv4 Internet protocols"
+msgstr "Internetové protokolu IPv4"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ip>(7)"
+msgstr "B<ip>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_AX25>"
+msgstr "B<AF_AX25>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Amateur radio AX.25 protocol"
+msgstr "Protokol pro Amatérskárádiova AX.25"
+
+#. Part of ax25-tools
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ax25>(4)"
+msgstr "B<ax25>(4)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_IPX>"
+msgstr "B<AF_IPX>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "IPX - Novell protocols"
+msgstr "Protokoly Novellu IPX"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_APPLETALK>"
+msgstr "B<AF_APPLETALK>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "AppleTalk"
+msgstr "AppleTalk"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ddp>(7)"
+msgstr "B<ddp>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_X25>"
+msgstr "B<AF_X25>"
+
+#. type: tbl table
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, fuzzy, no-wrap
+#| msgid "ITU-T X.25 / ISO-8208 protocol"
+msgid "ITU-T X.25 / ISO/IEC\\~8208 protocol"
+msgstr "ITU-T X.25/ISO-8205 protokol"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<x25>(7)"
+msgstr "B<x25>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_INET6>"
+msgstr "B<AF_INET6>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "IPv6 Internet protocols"
+msgstr "Internetové protokolu IPv6"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ipv6>(7)"
+msgstr "B<ipv6>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_DECnet>"
+msgstr "B<AF_DECnet>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DECet protocol sockets"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_KEY>"
+msgstr "B<AF_KEY>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Key management protocol, originally developed for usage with IPsec"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_NETLINK>"
+msgstr "B<AF_NETLINK>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Kernel user interface device"
+msgstr "Uživatelské rozhraní kernelu"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<netlink>(7)"
+msgstr "B<netlink>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_PACKET>"
+msgstr "B<AF_PACKET>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Low-level packet interface"
+msgstr "Paketové rozhraní nízké úrovně"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<packet>(7)"
+msgstr "B<packet>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_RDS>"
+msgstr "B<AF_RDS>"
+
+#. commit: 639b321b4d8f4e412bfbb2a4a19bfebc1e68ace4
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Reliable Datagram Sockets (RDS) protocol"
+msgstr ""
+
+#. rds-tools: https://github.com/oracle/rds-tools/blob/master/rds.7
+#. rds-tools: https://github.com/oracle/rds-tools/blob/master/rds-rdma.7
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rds>(7)\n"
+msgstr "B<rds>(7)\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ".br\n"
+msgstr ".br\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rds-rdma>(7)"
+msgstr "B<rds-rdma>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_PPPOX>"
+msgstr "B<AF_PPPOX>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"Generic PPP transport layer, for setting up L2 tunnels\n"
+"(L2TP and PPPoE)"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_LLC>"
+msgstr "B<AF_LLC>"
+
+#. linux-history commit: 34beb106cde7da233d4df35dd3d6cf4fee937caa
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Logical link control (IEEE 802.2 LLC) protocol"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_IB>"
+msgstr "B<AF_IB>"
+
+#. commits: 8d36eb01da5d371f..ce117ffac2e93334
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "InfiniBand native addressing"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_MPLS>"
+msgstr "B<AF_MPLS>"
+
+#. commits: 0189197f441602acdca3f97750d392a895b778fd
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Multiprotocol Label Switching"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_CAN>"
+msgstr "B<AF_CAN>"
+
+#. commits: 8dbde28d9711475a..5423dd67bd0108a1
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Controller Area Network automotive bus protocol"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_TIPC>"
+msgstr "B<AF_TIPC>"
+
+#. commits: b97bf3fd8f6a16966d4f18983b2c40993ff937d4
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "TIPC, \"cluster domain sockets\" protocol"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_BLUETOOTH>"
+msgstr "B<AF_BLUETOOTH>"
+
+#. commits: 8d36eb01da5d371f..ce117ffac2e93334
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Bluetooth low-level socket protocol"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_ALG>"
+msgstr "B<AF_ALG>"
+
+#. commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface to kernel crypto API"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_VSOCK>"
+msgstr "B<AF_VSOCK>"
+
+#. commit: d021c344051af91f42c5ba9fdedc176740cbd238
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"VSOCK (originally \"VMWare VSockets\") protocol\n"
+"for hypervisor-guest communication"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<vsock>(7)"
+msgstr "B<vsock>(7)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_KCM>"
+msgstr "B<AF_KCM>"
+
+#. commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "KCM (kernel connection multiplexer) interface"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<AF_XDP>"
+msgstr "B<AF_XDP>"
+
+#. commit: c0c77d8fb787cfe0c3fca689c2a30d1dad4eaba7
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "XDP (express data path) interface"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Further details of the above address families, as well as information on "
+"several other address families, can be found in B<address_families>(7)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The socket has the indicated I<type>, which specifies the communication "
+"semantics. Currently defined types are:"
+msgstr ""
+"Soket má typ I<type>, který specifikuje komunikační styl. Podporované typy "
+"jsou:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_STREAM>"
+msgstr "B<SOCK_STREAM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Provides sequenced, reliable, two-way, connection-based byte streams. An "
+"out-of-band data transmission mechanism may be supported."
+msgstr ""
+"poskytuje sekvenční, spolehlivou a dvoustrannou proudovou komunikaci. Může "
+"být podporován mechanismus přenosu out-of-band dat."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_DGRAM>"
+msgstr "B<SOCK_DGRAM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Supports datagrams (connectionless, unreliable messages of a fixed maximum "
+"length)."
+msgstr ""
+"Podporuje datagramy (nespojované, nespolehlivé zprávy pevné (typicky malé) "
+"maximální délky)."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_SEQPACKET>"
+msgstr "B<SOCK_SEQPACKET>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Provides a sequenced, reliable, two-way connection-based data transmission "
+"path for datagrams of fixed maximum length; a consumer is required to read "
+"an entire packet with each input system call."
+msgstr ""
+"Poskytuje sekvenční, spolehlivý, dvojstranný přenos dat pro datagramy pevné "
+"maximální délky. Konzument musí přečíst celý paket při každém volání systému."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_RAW>"
+msgstr "B<SOCK_RAW>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Provides raw network protocol access."
+msgstr ""
+"Poskytuje spolehlivou datagramovou vrstvu, která však nezaručuje řazení."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_RDM>"
+msgstr "B<SOCK_RDM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid "Provides a reliable datagram layer that does not guarantee ordering."
+msgstr ""
+"sokety povolují posílání paketů adresátům specifikovaným ve volání "
+"B<send>(2). Datagramy jsou obvykle přijímány pomocí volání B<recvfrom>(2), "
+"které vrací další datagram s jeho návratovou adresou."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_PACKET>"
+msgstr "B<SOCK_PACKET>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Obsolete and should not be used in new programs; see B<packet>(7)."
+msgstr ""
+"Zastaralé. Nemělo by být používáno v nových aplikacích. Viz B<packet>(7)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Some socket types may not be implemented by all protocol families."
+msgstr ""
+"Některé druhy soketů nemusí být implementovány pro všechny rodiny protokolů"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Since Linux 2.6.27, the I<type> argument serves a second purpose: in "
+"addition to specifying a socket type, it may include the bitwise OR of any "
+"of the following values, to modify the behavior of B<socket>():"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_NONBLOCK>"
+msgstr "B<SOCK_NONBLOCK>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set the B<O_NONBLOCK> file status flag on the open file description (see "
+"B<open>(2)) referred to by the new file descriptor. Using this flag saves "
+"extra calls to B<fcntl>(2) to achieve the same result."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SOCK_CLOEXEC>"
+msgstr "B<SOCK_CLOEXEC>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Set the close-on-exec (B<FD_CLOEXEC>) flag on the new file descriptor. See "
+"the description of the B<O_CLOEXEC> flag in B<open>(2) for reasons why this "
+"may be useful."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"The I<protocol> specifies a particular protocol to be used with the socket. "
+"Normally only a single protocol exists to support a particular socket type "
+"within a given protocol family, in which case I<protocol> can be specified "
+"as 0. However, it is possible that many protocols may exist, in which case "
+"a particular protocol must be specified in this manner. The protocol number "
+"to use is specific to the ``communication domain'' in which communication is "
+"to take place; see B<protocols>(5). See B<getprotoent>(3) on how to map "
+"protocol name strings to protocol numbers."
+msgstr ""
+"Argument I<protocol> specifikuje, který konkrétní protokol má být použit. "
+"Normálně existuje pouze jeden protokol, který se dá použít u soketu "
+"konkrétního typu a dané rodiny protokolů. Ale je samozřejmě možné, aby "
+"existovalo protokolů více. Číslo protokolu závisí na použitém jmenném "
+"prostoru, bližší informace naleznete v B<protocols>(5)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "Sockets of type B<SOCK_STREAM> are full-duplex byte streams, similar to "
+#| "pipes. They do not preserve record boundaries. A stream socket must be "
+#| "in a I<connected> state before any data may be sent or received on it. A "
+#| "connection to another socket is created with a B<connect>(2) call. Once "
+#| "connected, data may be transferred using B<read>(2) and B<write>(2) "
+#| "calls or some variant of the B<send>(2) and B<recv>(2) calls. When a "
+#| "session has been completed a B<close>(2) may be performed. Out-of-band "
+#| "data may also be transmitted as described in B<send>(2) and received as "
+#| "described in B<recv>(2)."
+msgid ""
+"Sockets of type B<SOCK_STREAM> are full-duplex byte streams. They do not "
+"preserve record boundaries. A stream socket must be in a I<connected> state "
+"before any data may be sent or received on it. A connection to another "
+"socket is created with a B<connect>(2) call. Once connected, data may be "
+"transferred using B<read>(2) and B<write>(2) calls or some variant of the "
+"B<send>(2) and B<recv>(2) calls. When a session has been completed a "
+"B<close>(2) may be performed. Out-of-band data may also be transmitted as "
+"described in B<send>(2) and received as described in B<recv>(2)."
+msgstr ""
+"Sokety typu B<SOCK_STREAM> jsou plně duplexní proudy dat podobné rourám. "
+"Proudový soket musí být I<spojen> před tím, než přijme nebo pošle jakákoliv "
+"data. Spojení s jiným soketem se provádí voláním B<connect>(2). Jestliže "
+"bylo spojení navázáno, mohou být přenášena data pomocí volání B<read>(2) a "
+"B<write>(2) nebo některou variantou volání B<send>(2) a B<recv>(2). Je-li "
+"sezení ukončeno, můžete zavolat funkci B<close>(2). Out-of-band data mohou "
+"být poslána. Konkrétní informace najdete v B<send>(2). Out-of-band data "
+"mohou být přijata voláním B<recv>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The communications protocols which implement a B<SOCK_STREAM> ensure that "
+"data is not lost or duplicated. If a piece of data for which the peer "
+"protocol has buffer space cannot be successfully transmitted within a "
+"reasonable length of time, then the connection is considered to be dead. "
+"When B<SO_KEEPALIVE> is enabled on the socket the protocol checks in a "
+"protocol-specific manner if the other end is still alive. A B<SIGPIPE> "
+"signal is raised if a process sends or receives on a broken stream; this "
+"causes naive processes, which do not handle the signal, to exit. "
+"B<SOCK_SEQPACKET> sockets employ the same system calls as B<SOCK_STREAM> "
+"sockets. The only difference is that B<read>(2) calls will return only the "
+"amount of data requested, and any data remaining in the arriving packet will "
+"be discarded. Also all message boundaries in incoming datagrams are "
+"preserved."
+msgstr ""
+"Komunikační protokoly, které implementují B<SOCK_STREAM> zaručují, že data "
+"se neztratí a ani nebudou duplikována. Je-li část dat, pro kterou je k "
+"dispozici prostor ve vyrovnávací paměti, nedoručena po rozumnou dobu, je "
+"spojení prohlášeno za přerušené. Pokud je na soketu povoleno B<SO_KEEPALIVE> "
+"pak soket testuje různými metodami závislými na protokolu zda je druhý konec "
+"stále aktivní. Je zaslán signál B<SIGPIPE> pokud proces zasílá nebo přijímá "
+"data z porušeného proudu dat; pokud proces nemá obslužnou funkci pak je při "
+"přijetí tohoto signálu ukončen. Sokety B<SOCK_SEQPACKET> mají stejnou "
+"množinu signálů jako sokety B<SOCK_STREAM>. Jediným rozdílem je, že volání "
+"B<read>(2) vrací pouze požadovanou velikost dat a zbylá data, která zůstala "
+"v paketu budou smazána. Zachovány jsou také meze pro příchozí datagramy."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"B<SOCK_DGRAM> and B<SOCK_RAW> sockets allow sending of datagrams to "
+"correspondents named in B<sendto>(2) calls. Datagrams are generally "
+"received with B<recvfrom>(2), which returns the next datagram along with the "
+"address of its sender."
+msgstr ""
+"B<SOCK_DGRAM> a B<SOCK_RAW> Poskytuje přístup k interním síťovým protokolům "
+"a rozhraním."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"B<SOCK_PACKET> is an obsolete socket type to receive raw packets directly "
+"from the device driver. Use B<packet>(7) instead."
+msgstr ""
+"Zastaralé. Nemělo by být používáno v nových aplikacích. Viz B<packet>(7)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"An B<fcntl>(2) B<F_SETOWN> operation can be used to specify a process or "
+"process group to receive a B<SIGURG> signal when the out-of-band data "
+"arrives or B<SIGPIPE> signal when a B<SOCK_STREAM> connection breaks "
+"unexpectedly. This operation may also be used to set the process or process "
+"group that receives the I/O and asynchronous notification of I/O events via "
+"B<SIGIO>. Using B<F_SETOWN> is equivalent to an B<ioctl>(2) call with the "
+"B<FIOSETOWN> or B<SIOCSPGRP> argument."
+msgstr ""
+"Operace B<fcntl>(2) B<F_SETOWN> může být použita ke specifikování procesu "
+"nebo skupiny procesů, které obdrží signál B<SIGURG> při příchodu out-of-band "
+"dat, nebo B<SIGPIPE> signálu, když je B<SOCK_STREAM> spojení neočekávaně "
+"přerušeno. Může také povolit neblokující vstupně-výstupní operace případně "
+"asynchronní hlášení vstupně-výstupních událostí signálem B<SIGIO>. Použití "
+"B<F_SETOWN> je ekvivalentní volání B<ioctl>(2) s parametrem B<FIOSETOWN> "
+"nebo B<SIOCSPGRP>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"When the network signals an error condition to the protocol module (e.g., "
+"using an ICMP message for IP) the pending error flag is set for the socket. "
+"The next operation on this socket will return the error code of the pending "
+"error. For some protocols it is possible to enable a per-socket error queue "
+"to retrieve detailed information about the error; see B<IP_RECVERR> in "
+"B<ip>(7)."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "The operation of sockets is controlled by socket level I<options>. These "
+#| "options are defined in I<E<lt>sys/socket.hE<gt>>. The functions "
+#| "B<setsockopt>(2) and B<getsockopt>(2) are used to set and get options, "
+#| "respectively."
+msgid ""
+"The operation of sockets is controlled by socket level I<options>. These "
+"options are defined in I<E<lt>sys/socket.hE<gt>>. The functions "
+"B<setsockopt>(2) and B<getsockopt>(2) are used to set and get options."
+msgstr ""
+"Operace soketu jsou řízeny volbami soketů. Tyto volby jsou specifikovány v "
+"hlavičkovém souboru I<E<lt>sys/socket.hE<gt>>. B<setsockopt>(2) a "
+"B<getsockopt>(2) se používají pro jejich nastavení a k získání jejich "
+"aktuálního stavu."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"On success, a file descriptor for the new socket is returned. On error, -1 "
+"is returned, and I<errno> is set to indicate the error."
+msgstr ""
+"-1 je vrácena, jestliže nastala chyba, jinak je vrácen deskriptor soketu."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EACCES>"
+msgstr "B<EACCES>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Permission to create a socket of the specified type and/or protocol is "
+"denied."
+msgstr "Nemáte právo vytvořit soket specifikovaného typu a/nebo protokolu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAFNOSUPPORT>"
+msgstr "B<EAFNOSUPPORT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The implementation does not support the specified address family."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EINVAL>"
+msgstr "B<EINVAL>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Unknown protocol, or protocol family not available."
+msgstr "Neznámý protokol, nebo rodina protokolů není k dispozici."
+
+#. Since Linux 2.6.27
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Invalid flags in I<type>."
+msgstr ""
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EMFILE>"
+msgstr "B<EMFILE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+msgid ""
+"The per-process limit on the number of open file descriptors has been "
+"reached."
+msgstr "Tabulka otevřených souborů systému je zaplněna."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENFILE>"
+msgstr "B<ENFILE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The system-wide limit on the total number of open files has been reached."
+msgstr "Byl dosažen limit pro absolutní počet souborů v systému."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENOBUFS> or B<ENOMEM>"
+msgstr "B<ENOBUFS> nebo B<ENOMEM>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Insufficient memory is available. The socket cannot be created until "
+"sufficient resources are freed."
+msgstr ""
+"Nedostatek vyrovnávacích pamětí. Soket nemůže být vytvořen, dokud nedojde k "
+"uvolnění zdrojů."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPROTONOSUPPORT>"
+msgstr "B<EPROTONOSUPPORT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The protocol type or the specified protocol is not supported within this "
+"domain."
+msgstr ""
+"Typ protokolu nebo specifikovaný protokol není podporovaný v dané doméně."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Other errors may be generated by the underlying protocol modules."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<SOCK_NONBLOCK> and B<SOCK_CLOEXEC> are Linux-specific."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, 4.4BSD."
+msgstr "POSIX.1-2001, 4.4BSD."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<socket>() appeared in 4.2BSD. It is generally portable to/from non-BSD "
+"systems supporting clones of the BSD socket layer (including System\\ V "
+"variants)."
+msgstr ""
+"Volání jádra B<socket>() se objevilo v 4.2BSD. Obvykle je kompatibilní s ne-"
+"BSD systémy, které podporují BSD Sokety (včetně variant Systému\\ V)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The manifest constants used under 4.x BSD for protocol families are "
+"B<PF_UNIX>, B<PF_INET>, and so on, while B<AF_UNIX>, B<AF_INET>, and so on "
+"are used for address families. However, already the BSD man page promises: "
+"\"The protocol family generally is the same as the address family\", and "
+"subsequent standards use AF_* everywhere."
+msgstr ""
+"Konstanty používané v BSD 4.X pro rodiny protokolů jsou pojmenovány "
+"B<PF_UNIX>, B<PF_INET> zatímco adresové rodiny jsou pojmenované B<AF_UNIX>, "
+"B<AF_INET>, atd. Nicméně BSD man stránky tvrdí, že adresové a protokolové "
+"rodiny jsou to samé, a že je možné používat předponu AF_* všude."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PŘÍKLADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "An example of the use of B<socket>() is shown in B<getaddrinfo>(3)."
+msgstr "Příklad použití funkce B<socket>() je v B<getaddrinfo>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<accept>(2), B<bind>(2), B<close>(2), B<connect>(2), B<fcntl>(2), "
+"B<getpeername>(2), B<getsockname>(2), B<getsockopt>(2), B<ioctl>(2), "
+"B<listen>(2), B<read>(2), B<recv>(2), B<select>(2), B<send>(2), "
+"B<shutdown>(2), B<socketpair>(2), B<write>(2), B<getprotoent>(3), "
+"B<address_families>(7), B<ip>(7), B<socket>(7), B<tcp>(7), B<udp>(7), "
+"B<unix>(7)"
+msgstr ""
+"B<accept>(2), B<bind>(2), B<close>(2), B<connect>(2), B<fcntl>(2), "
+"B<getpeername>(2), B<getsockname>(2), B<getsockopt>(2), B<ioctl>(2), "
+"B<listen>(2), B<read>(2), B<recv>(2), B<select>(2), B<send>(2), "
+"B<shutdown>(2), B<socketpair>(2), B<write>(2), B<getprotoent>(3), "
+"B<address_families>(7), B<ip>(7), B<socket>(7), B<tcp>(7), B<udp>(7), "
+"B<unix>(7)"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "\\(lqAn Introductory 4.3BSD Interprocess Communication Tutorial\\(rq is "
+#| "reprinted in I<UNIX Programmer's Supplementary Documents Volume 1.>"
+msgid ""
+"\\[lq]An Introductory 4.3BSD Interprocess Communication Tutorial\\[rq] and "
+"\\[lq]BSD Interprocess Communication Tutorial\\[rq], reprinted in I<UNIX "
+"Programmer's Supplementary Documents Volume 1.>"
+msgstr ""
+"\"An Introductory 4.3BSD Interprocess Communication Tutorial\" je znovu "
+"vydáno v I<UNIX Programmer's Supplementary Documents Volume 1>."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: tbl table
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ITU-T X.25 / ISO-8208 protocol"
+msgstr "ITU-T X.25/ISO-8205 protokol"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "POSIX.1-2001, POSIX.1-2008, 4.4BSD."
+msgstr "POSIX.1-2001, POSIX.1-2008, 4.4BSD."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "The B<SOCK_NONBLOCK> and B<SOCK_CLOEXEC> flags are Linux-specific."
+msgstr ""
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/socketcall.2.po b/po/cs/man2/socketcall.2.po
new file mode 100644
index 00000000..54e61425
--- /dev/null
+++ b/po/cs/man2/socketcall.2.po
@@ -0,0 +1,540 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Václav Doubek <vaclav.doubek@pslib.cz>, 2001.
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "socketcall"
+msgstr "socketcall"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "socketcall - socket system calls"
+msgstr "socketcall - socketové systémové volání"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<#include E<lt>linux/net.hE<gt>> /* Definition of B<SYS_*> constants */\n"
+"B<#include E<lt>sys/syscall.hE<gt>> /* Definition of B<SYS_socketcall> */\n"
+"B<#include E<lt>unistd.hE<gt>>\n"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<int socketcall(int >I<call>B<, unsigned long *>I<args>B<);>"
+msgid "B<int syscall(SYS_socketcall, int >I<call>B<, unsigned long *>I<args>B<);>\n"
+msgstr "B<int socketcall(int >I<call>B<, unsigned long *>I<args>B<);>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<Note>: glibc provides no wrapper for B<socketcall>(), necessitating the "
+"use of B<syscall>(2)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<socketcall>() is a common kernel entry point for the socket system "
+"calls. I<call> determines which socket function to invoke. I<args> points "
+"to a block containing the actual arguments, which are passed through to the "
+"appropriate call."
+msgstr ""
+"B<socketcall>() je běžný vstupní bod jádra pro socketové systémové volání. "
+"I<call> určuje, která socketová funkce bude vyvolána. I<args> jsou "
+"ukazatele do bloku obsahujícího aktuální parametry, které jsou předány "
+"příslušnému volání."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"User programs should call the appropriate functions by their usual names. "
+"Only standard library implementors and kernel hackers need to know about "
+"B<socketcall>()."
+msgstr ""
+"Uživatelské programy by měly volat příslušné funkce jejich obvyklými jmény. "
+"Funkci B<socketcall>() by měli používat jen implementátoři standardních "
+"knihoven a hackeři zabývající se podrobně jádrem Linuxu."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "I<call>"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Man page"
+msgstr "Man stránka"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SOCKET>"
+msgstr "B<SYS_SOCKET>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<socket>(2)"
+msgstr "B<socket>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_BIND>"
+msgstr "B<SYS_BIND>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<bind>(2)"
+msgstr "B<bind>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_CONNECT>"
+msgstr "B<SYS_CONNECT>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<connect>(2)"
+msgstr "B<connect>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_LISTEN>"
+msgstr "B<SYS_LISTEN>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<listen>(2)"
+msgstr "B<listen>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_ACCEPT>"
+msgstr "B<SYS_ACCEPT>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<accept>(2)"
+msgstr "B<accept>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_GETSOCKNAME>"
+msgstr "B<SYS_GETSOCKNAME>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getsockname>(2)"
+msgstr "B<getsockname>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_GETPEERNAME>"
+msgstr "B<SYS_GETPEERNAME>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getpeername>(2)"
+msgstr "B<getpeername>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SOCKETPAIR>"
+msgstr "B<SYS_SOCKETPAIR>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<socketpair>(2)"
+msgstr "B<socketpair>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SEND>"
+msgstr "B<SYS_SEND>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<send>(2)"
+msgstr "B<send>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_RECV>"
+msgstr "B<SYS_RECV>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recv>(2)"
+msgstr "B<recv>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SENDTO>"
+msgstr "B<SYS_SENDTO>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sendto>(2)"
+msgstr "B<sendto>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_RECVFROM>"
+msgstr "B<SYS_RECVFROM>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recvfrom>(2)"
+msgstr "B<recvfrom>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SHUTDOWN>"
+msgstr "B<SYS_SHUTDOWN>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<shutdown>(2)"
+msgstr "B<shutdown>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SETSOCKOPT>"
+msgstr "B<SYS_SETSOCKOPT>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<setsockopt>(2)"
+msgstr "B<setsockopt>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_GETSOCKOPT>"
+msgstr "B<SYS_GETSOCKOPT>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<getsockopt>(2)"
+msgstr "B<getsockopt>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SENDMSG>"
+msgstr "B<SYS_SENDMSG>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sendmsg>(2)"
+msgstr "B<sendmsg>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_RECVMSG>"
+msgstr "B<SYS_RECVMSG>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recvmsg>(2)"
+msgstr "B<recvmsg>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_ACCEPT4>"
+msgstr "B<SYS_ACCEPT4>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<accept4>(2)"
+msgstr "B<accept4>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_RECVMMSG>"
+msgstr "B<SYS_RECVMMSG>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<recvmmsg>(2)"
+msgstr "B<recvmmsg>(2)"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<SYS_SENDMMSG>"
+msgstr "B<SYS_SENDMMSG>"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<sendmmsg>(2)"
+msgstr "B<sendmmsg>(2)"
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On a few architectures, for example ia64, there is no B<socketcall>() "
+#| "system call; instead B<socket>(2), B<accept>(2), B<bind>(2), and so on "
+#| "really are implemented as separate system calls."
+msgid ""
+"On some architectures\\[em]for example, x86-64 and ARM\\[em]there is no "
+"B<socketcall>() system call; instead B<socket>(2), B<accept>(2), "
+"B<bind>(2), and so on really are implemented as separate system calls."
+msgstr ""
+"Na některých architekturách (jako například ia64) neexistuje "
+"B<socketcall>(), jeho funkci zde zastupují B< socket>(2), B<accept>(2), "
+"B<bind>(2)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux."
+msgstr "Linux."
+
+#. commit 9dea5dc921b5f4045a18c63eb92e84dc274d17eb
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On x86-32, B<socketcall>() was historically the only entry point for the "
+"sockets API. However, starting in Linux 4.3, direct system calls are "
+"provided on x86-32 for the sockets API. This facilitates the creation of "
+"B<seccomp>(2) filters that filter sockets system calls (for new user-space "
+"binaries that are compiled to use the new entry points) and also provides a "
+"(very) small performance improvement."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<accept>(2), B<bind>(2), B<connect>(2), B<getpeername>(2), "
+"B<getsockname>(2), B<getsockopt>(2), B<listen>(2), B<recv>(2), "
+"B<recvfrom>(2), B<recvmsg>(2), B<send>(2), B<sendmsg>(2), B<sendto>(2), "
+"B<setsockopt>(2), B<shutdown>(2), B<socket>(2), B<socketpair>(2)"
+msgstr ""
+"B<accept>(2), B<bind>(2), B<connect>(2), B<getpeername>(2), "
+"B<getsockname>(2), B<getsockopt>(2), B<listen>(2), B<recv>(2), "
+"B<recvfrom>(2), B<recvmsg>(2), B<send>(2), B<sendmsg>(2), B<sendto>(2), "
+"B<setsockopt>(2), B<shutdown>(2), B<socket>(2), B<socketpair>(2)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5. února 2023"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"This call is specific to Linux, and should not be used in programs intended "
+"to be portable."
+msgstr ""
+"Toto volání je specifické pro Linux, a nemělo by být používáno v "
+"přenositelných programech určených i pro jiné platformy."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/socketpair.2.po b/po/cs/man2/socketpair.2.po
new file mode 100644
index 00000000..5a7ebdc6
--- /dev/null
+++ b/po/cs/man2/socketpair.2.po
@@ -0,0 +1,380 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:08+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "socketpair"
+msgstr "socketpair"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "socketpair - create a pair of connected sockets"
+msgstr "socketpair - vytvoří pár spojených soketů"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "KNIHOVNA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardní knihovna C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr "B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int socketpair(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<, int >I<sv>B<[2]);>\n"
+msgstr "B<int socketpair(int >I<domain>B<, int >I<type>B<, int >I<protocol>B<, int >I<sv>B<[2]);>\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<socketpair>() call creates an unnamed pair of connected sockets in "
+"the specified I<domain>, of the specified I<type>, and using the optionally "
+"specified I<protocol>. For further details of these arguments, see "
+"B<socket>(2)."
+msgstr ""
+"Volání B<socketpair>() vytvoří pár nepojmenovaných spojených soketů ve "
+"specifikovaném jmenném prostoru (doméně) I<d>, jejich typ bude I<type>, "
+"používaný protokol I<protocol>. Pro více informací o těchto parametrech viz "
+"B<socket>(2)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The file descriptors used in referencing the new sockets are returned in "
+"I<sv[0]> and I<sv[1]>. The two sockets are indistinguishable."
+msgstr ""
+"Deskriptory souborů nových soketů jsou vráceny v I<sv[0]> a I<sv[1]>. Tyto "
+"dva sokety jsou nerozlišitelné."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On success, zero is returned. On error, -1 is returned, and I<errno> is "
+#| "set appropriately."
+msgid ""
+"On success, zero is returned. On error, -1 is returned, I<errno> is set to "
+"indicate the error, and I<sv> is left unchanged"
+msgstr ""
+"Bylo-li volání úspěšné, je vrácena 0, jinak -1 a je nastavena externí "
+"proměnná I<errno>."
+
+#. http://austingroupbugs.net/view.php?id=483
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On Linux (and other systems), B<socketpair>() does not modify I<sv> on "
+"failure. A requirement standardizing this behavior was added in "
+"POSIX.1-2008 TC2."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "CHYBOVÉ STAVY"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EAFNOSUPPORT>"
+msgstr "B<EAFNOSUPPORT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The specified address family is not supported on this machine."
+msgstr "Specifikovaný jmenný prostor není na tomto počítači podporován."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EFAULT>"
+msgstr "B<EFAULT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The address I<sv> does not specify a valid part of the process address space."
+msgstr "I<sv> není v platné části adresového prostoru procesu."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EMFILE>"
+msgstr "B<EMFILE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "The system limit on the total number of open files has been reached."
+msgid ""
+"The per-process limit on the number of open file descriptors has been "
+"reached."
+msgstr "Byl dosažen limit pro absolutní počet souborů v systému."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<ENFILE>"
+msgstr "B<ENFILE>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The system-wide limit on the total number of open files has been reached."
+msgstr "Byl dosažen limit pro absolutní počet souborů v systému."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EOPNOTSUPP>"
+msgstr "B<EOPNOTSUPP>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The specified protocol does not support creation of socket pairs."
+msgstr "Specifikovaný protokol nepodporuje vytvoření soketového páru."
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<EPROTONOSUPPORT>"
+msgstr "B<EPROTONOSUPPORT>"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The specified protocol is not supported on this machine."
+msgstr "Specifikovaný protokol není na tomto počítači podporován."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "VERSIONS"
+msgstr "VERZE"
+
+#. commit: 70b03759e9ecfae400605fa34f3d7154cccbbba3
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "On Linux, the only supported domain for this call is B<AF_UNIX> (or "
+#| "synonymously, B<AF_LOCAL>). (Most implementations have the same "
+#| "restriction.)"
+msgid ""
+"On Linux, the only supported domains for this call are B<AF_UNIX> (or "
+"synonymously, B<AF_LOCAL>) and B<AF_TIPC> (since Linux 4.12)."
+msgstr ""
+"Jediné podporované domény pro tato volání jsou v Linuxu B<AF_UNIX> (nebo "
+"synchronní B<AF_LOCAL>). (Většina implementací má stejná omezení.)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "POSIX.1-2001, SVr4, 4.3BSD."
+msgid "POSIX.1-2001, 4.4BSD."
+msgstr "POSIX.1-2001, SVr4, 4.3BSD."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "4.4BSD, POSIX.1-2001. The B<socketpair>() function call appeared in "
+#| "4.2BSD. It is generally portable to/from non-BSD systems supporting "
+#| "clones of the BSD socket layer (including System V variants)."
+msgid ""
+"B<socketpair>() first appeared in 4.2BSD. It is generally portable to/from "
+"non-BSD systems supporting clones of the BSD socket layer (including "
+"System\\ V variants)."
+msgstr ""
+"4.4BSD (volání B<socketpair>() se poprvé objevilo v 4.2BSD). Obvykle "
+"přenositelné z ne-BSD systémů, které podporují BSD Sokety (včetně variant "
+"systému V)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Since Linux 2.6.27, B<socketpair>() supports the B<SOCK_NONBLOCK> and "
+"B<SOCK_CLOEXEC> flags in the I<type> argument, as described in B<socket>(2)."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<pipe>(2), B<read>(2), B<socket>(2), B<write>(2), B<socket>(7), B<unix>(7)"
+msgstr ""
+"B<pipe>(2), B<read>(2), B<socket>(2), B<write>(2), B<socket>(7), B<unix>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30. října 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid ""
+#| "4.4BSD, POSIX.1-2001. The B<socketpair>() function call appeared in "
+#| "4.2BSD. It is generally portable to/from non-BSD systems supporting "
+#| "clones of the BSD socket layer (including System V variants)."
+msgid ""
+"POSIX.1-2001, POSIX.1-2008, 4.4BSD. B<socketpair>() first appeared in "
+"4.2BSD. It is generally portable to/from non-BSD systems supporting clones "
+"of the BSD socket layer (including System\\ V variants)."
+msgstr ""
+"4.4BSD (volání B<socketpair>() se poprvé objevilo v 4.2BSD). Obvykle "
+"přenositelné z ne-BSD systémů, které podporují BSD Sokety (včetně variant "
+"systému V)."
+
+#. type: SH
+#: debian-bookworm
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: TH
+#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30. března 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"
diff --git a/po/cs/man2/unimplemented.2.po b/po/cs/man2/unimplemented.2.po
new file mode 100644
index 00000000..58bcd907
--- /dev/null
+++ b/po/cs/man2/unimplemented.2.po
@@ -0,0 +1,175 @@
+# Czech translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Pavel Heimlich <tropikhajma@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:12+0100\n"
+"PO-Revision-Date: 2009-02-09 20:06+0100\n"
+"Last-Translator: Pavel Heimlich <tropikhajma@gmail.com>\n"
+"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 20.08.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "UNIMPLEMENTED"
+msgstr "UNIMPLEMENTED"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31. října 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "JMÉNO"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, "
+"isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security, "
+"stty, tuxcall, ulimit, vserver - unimplemented system calls"
+msgstr ""
+"afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, "
+"isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security, "
+"stty, tuxcall, ulimit, vserver - neimplementovaná systémová volání"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "POUŽITÍ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "Unimplemented system calls."
+msgid "Unimplemented system calls.\n"
+msgstr "afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, multiplexer, prof, pro- fil, putmsg, putpmsg, security, stty, tuxcall, ulimit, vserver - neimplementovaná systémová volání."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "POPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These system calls are not implemented in the Linux kernel."
+msgstr "Tato systémová volání nejsou implementována v Linuxovém jádře 2.6.2."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "NÁVRATOVÉ HODNOTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These system calls always return -1 and set I<errno> to B<ENOSYS>."
+msgstr "Tato systémová volání vždy vrací -1 a nastaví I<errno> na B<ENOSYS>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "POZNÁMKY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Note that B<ftime>(3), B<profil>(3), and B<ulimit>(3) are implemented as "
+"library functions."
+msgstr ""
+"Funkce B<ftime>(3), B<profil>(3) a B<ulimit>(3) jsou implementovány jako "
+"knihovní funkce."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Some system calls, like B<alloc_hugepages>(2), B<free_hugepages>(2), "
+"B<ioperm>(2), B<iopl>(2), and B<vm86>(2) exist only on certain "
+"architectures."
+msgstr ""
+"Některá systémová volání jako B<alloc_hugepages>(2), B<free_hugepages>(2), "
+"B<ioperm>(2), B<iopl>(2) a B<vm86>(2) existují pouze na některých "
+"architekturách."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Some system calls, like B<ipc>(2), B<create_module>(2), B<init_module>(2), "
+"and B<delete_module>(2) exist only when the Linux kernel was built with "
+"support for them."
+msgstr ""
+"Některá systémová volání jako B<ipc>(2), B<create_module>(2), "
+"B<init_module>(2) a B<delete_module>(2) existují pouze pokud byla podpora "
+"těchto volání zakompilována do linuxového jádra."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "DALŠÍ INFORMACE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<syscalls>(2)"
+msgstr "B<syscalls>(2)"
+
+#. type: TH
+#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "2022-10-09"
+msgstr "9. října 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"