Hallo Mitübersetzer, ich habe kürzlich eine Handbuchseite aus Abschnitt 3 übersetzt.
Es sind insgesamt 46 Zeichenketten. Für konstruktives Korrekturlesen wäre ich sehr dankbar. Viele Grüße Helge -- Dr. Helge Kreutzmann deb...@helgefjell.de Dipl.-Phys. http://www.helgefjell.de/debian.php 64bit GNU powered gpg signed mail preferred Help keep free software "libre": http://www.ffii.de/
# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Helge Kreutzmann <deb...@helgefjell.de>, 2025. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.25.1\n" "POT-Creation-Date: 2025-01-31 17:48+0100\n" "PO-Revision-Date: 2025-02-06 19:46+0100\n" "Last-Translator: Helge Kreutzmann <deb...@helgefjell.de>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "Language: de\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" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "getpt" msgstr "getpt" #. type: TH #: archlinux opensuse-tumbleweed #, no-wrap msgid "2024-07-23" msgstr "23. Juli 2024" #. type: TH #: archlinux #, no-wrap msgid "Linux man-pages 6.10" msgstr "Linux man-pages 6.10" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "getpt - open a new pseudoterminal master" msgstr "getpt - Einen neuen Pseudoterminal-Master öffnen" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHEK" #. type: Plain text #: archlinux opensuse-tumbleweed msgid "Standard C library (I<libc>,\\ I<-lc>)" msgstr "Standard-C-Bibliothek (I<libc>,\\ I<-lc>)" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "" "B<#define _GNU_SOURCE> /* See feature_test_macros(7) */\n" "B<#include E<lt>stdlib.hE<gt>>\n" msgstr "" "B<#define _GNU_SOURCE> /* Siehe feature_test_macros(7) */\n" "B<#include E<lt>stdlib.hE<gt>>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<int getpt(void);>\n" msgstr "B<int getpt(void);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "B<getpt>() opens a new pseudoterminal device and returns a file descriptor " "that refers to that device. It is equivalent to opening the pseudoterminal " "multiplexor device" msgstr "" "B<getpt>() öffnet ein neues Pseudoterminal-Gerät und liefert einen " "Dateideskriptor zurück, der sich auf das Gerät bezieht. Dies ist auf Linux-" "Systemen äquivalent zum Öffnen des Pseudoterminal-Multiplexer-Gerätes" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "open(\"/dev/ptmx\", O_RDWR);\n" msgstr "open(\"/dev/ptmx\", O_RDWR);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "on Linux systems, though the pseudoterminal multiplexor device is located " "elsewhere on some systems that use the GNU C library." msgstr "" "jedoch befindet sich das Multiplexer-Gerät auf einigen Systemen, die die GNU-" "C-Bibliothek verwenden, woanders." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "RÜCKGABEWERT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "B<getpt>() returns an open file descriptor upon successful completion. " "Otherwise, it returns -1 and sets I<errno> to indicate the error." msgstr "" "B<getpt>() liefert nach erfolgreichem Abschluss einen offenen Datei-" "Deskriptor zurück. Andernfalls liefert er -1 zurück und setzt I<errno>, um " "den Fehler anzugeben." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "FEHLER" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "B<getpt>() can fail with various errors described in B<open>(2)." msgstr "" "B<getpt>() kann mit verschiedenen, in B<open>(2) beschriebenen Fehlern " "fehlschlagen." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "ATTRIBUTES" msgstr "ATTRIBUTE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "For an explanation of the terms used in this section, see B<attributes>(7)." msgstr "" "Siehe B<attributes>(7) für eine Erläuterung der in diesem Abschnitt " "verwandten Ausdrücke." #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Interface" msgstr "Schnittstelle" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Attribute" msgstr "Attribut" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Value" msgstr "Wert" #. type: tbl table #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid ".na\n" msgstr ".na\n" #. type: tbl table #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid ".nh\n" msgstr ".nh\n" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "B<getpt>()" msgstr "B<getpt>()" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Thread safety" msgstr "Multithread-Fähigkeit" #. type: tbl table #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "MT-Safe" msgstr "MT-Sicher" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "VERSIONEN" #. type: Plain text #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed msgid "Use B<posix_openpt>(3) instead." msgstr "Verwenden Sie statdessen B<posix_openpt>(3)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDS" #. type: Plain text #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed msgid "GNU." msgstr "GNU." #. type: SH #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "GESCHICHTE" #. type: Plain text #: archlinux debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 opensuse-tumbleweed msgid "glibc 2.1." msgstr "Glibc 2.1." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-41 fedora-rawhide #: mageia-cauldron opensuse-leap-16-0 opensuse-tumbleweed msgid "" "B<grantpt>(3), B<posix_openpt>(3), B<ptsname>(3), B<unlockpt>(3), " "B<ptmx>(4), B<pty>(7)" msgstr "" "B<grantpt>(3), B<posix_openpt>(3), B<ptsname>(3), B<unlockpt>(3), " "B<ptmx>(4), B<pty>(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-15" msgstr "15. Dezember 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm debian-unstable fedora-41 fedora-rawhide mageia-cauldron #: opensuse-leap-16-0 msgid "Standard C library (I<libc>, I<-lc>)" msgstr "Standard-C-Bibliothek (I<libc>, I<-lc>)" #. type: Plain text #: debian-bookworm msgid "B<getpt>() is provided since glibc 2.1." msgstr "B<getpt>() wird seit Glibc 2.1 bereitgestellt." #. type: Plain text #: debian-bookworm msgid "B<getpt>() is glibc-specific; use B<posix_openpt>(3) instead." msgstr "" "B<getpt>() ist Glibc-spezifisch; verwenden Sie stattdessen " "B<posix_openpt>(3)." #. type: TH #: debian-unstable fedora-41 fedora-rawhide opensuse-leap-16-0 #, no-wrap msgid "2024-05-02" msgstr "2. Mai 2024" #. type: TH #: debian-unstable fedora-41 fedora-rawhide #, no-wrap msgid "Linux man-pages 6.9.1" msgstr "Linux man-pages 6.9.1" #. type: TH #: mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31. Oktober 2023" #. type: TH #: mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: opensuse-leap-16-0 opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages (unveröffentlicht)"
signature.asc
Description: PGP signature