diff options
Diffstat (limited to 'po/de/man2/syscall.2.po')
-rw-r--r-- | po/de/man2/syscall.2.po | 79 |
1 files changed, 62 insertions, 17 deletions
diff --git a/po/de/man2/syscall.2.po b/po/de/man2/syscall.2.po index 719458f5..a94e90fb 100644 --- a/po/de/man2/syscall.2.po +++ b/po/de/man2/syscall.2.po @@ -4,9 +4,9 @@ # Helge Kreutzmann <debian@helgefjell.de>, 2022, 2023. msgid "" msgstr "" -"Project-Id-Version: manpages-l10n 4.19.0\n" -"POT-Creation-Date: 2024-03-01 17:09+0100\n" -"PO-Revision-Date: 2023-08-14 17:33+0200\n" +"Project-Id-Version: manpages-l10n 4.22.0\n" +"POT-Creation-Date: 2024-06-01 06:25+0200\n" +"PO-Revision-Date: 2024-06-01 14:08+0200\n" "Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\n" @@ -23,16 +23,16 @@ msgid "syscall" msgstr "syscall" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap -msgid "2023-10-31" -msgstr "31. Oktober 2023" +msgid "2024-05-02" +msgstr "2. Mai 2024" #. type: TH -#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#: archlinux debian-unstable #, no-wrap -msgid "Linux man-pages 6.06" -msgstr "Linux man-pages 6.06" +msgid "Linux man-pages 6.8" +msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -1665,13 +1665,13 @@ msgid "EXAMPLES" msgstr "BEISPIELE" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron -#: opensuse-tumbleweed +#: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "" "#define _GNU_SOURCE\n" "#include E<lt>signal.hE<gt>\n" "#include E<lt>sys/syscall.hE<gt>\n" +"#include E<lt>sys/types.hE<gt>\n" "#include E<lt>unistd.hE<gt>\n" "\\&\n" "int\n" @@ -1686,6 +1686,7 @@ msgstr "" "#define _GNU_SOURCE\n" "#include E<lt>signal.hE<gt>\n" "#include E<lt>sys/syscall.hE<gt>\n" +"#include E<lt>sys/types.hE<gt>\n" "#include E<lt>unistd.hE<gt>\n" "\\&\n" "int\n" @@ -1778,19 +1779,63 @@ msgstr "" "}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31. Oktober 2023" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Linux man-pages 6.06" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap -msgid "2023-05-03" -msgstr "3. Mai 2023" +msgid "" +"#define _GNU_SOURCE\n" +"#include E<lt>signal.hE<gt>\n" +"#include E<lt>sys/syscall.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" pid_t tid;\n" +"\\&\n" +" tid = syscall(SYS_gettid);\n" +" syscall(SYS_tgkill, getpid(), tid, SIGHUP);\n" +"}\n" +msgstr "" +"#define _GNU_SOURCE\n" +"#include E<lt>signal.hE<gt>\n" +"#include E<lt>sys/syscall.hE<gt>\n" +"#include E<lt>unistd.hE<gt>\n" +"\\&\n" +"int\n" +"main(void)\n" +"{\n" +" pid_t tid;\n" +"\\&\n" +" tid = syscall(SYS_gettid);\n" +" syscall(SYS_tgkill, getpid(), tid, SIGHUP);\n" +"}\n" #. type: TH -#: debian-unstable opensuse-tumbleweed +#: fedora-rawhide #, no-wrap -msgid "Linux man-pages 6.05.01" -msgstr "Linux man-pages 6.05.01" +msgid "Linux man-pages 6.7" +msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux-Handbuchseiten 6.04" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "Linux man-pages (unveröffentlicht)" |