# German translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Helge Kreutzmann , 2022. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.19.0\n" "POT-Creation-Date: 2024-06-01 06:15+0200\n" "PO-Revision-Date: 2023-08-11 17:57+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: German \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-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "removexattr" msgstr "removexattr" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2. Mai 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "removexattr, lremovexattr, fremovexattr - remove an extended attribute" msgstr "" "removexattr, lremovexattr, fremovexattr - ein erweitertes Attribut entfernen" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTHEK" #. 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, I<-lc>)" msgstr "Standard-C-Bibliothek (I, 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 "ÜBERSICHT" #. 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 Esys/xattr.hE>\n" msgstr "B<#include Esys/xattr.hE>\n" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-tumbleweed #, no-wrap msgid "" "BIB<, const char *>IB<);>\n" "BIB<, const char *>IB<);>\n" "BIB<, const char *>IB<);>\n" msgstr "" "BIB<, const char *>IB<);>\n" "BIB<, const char *>IB<);>\n" "BI
B<, const char *>IB<);>\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 "BESCHREIBUNG" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Extended attributes are I:I pairs associated with inodes " "(files, directories, symbolic links, etc.). They are extensions to the " "normal attributes which are associated with all inodes in the system (i.e., " "the B(2) data). A complete overview of extended attributes concepts " "can be found in B(7)." msgstr "" "Erweiterte Attribute sind I:I-Paare, die Inodes (Dateien, " "Verzeichnissen, symbolischen Links usw.) zugeordnet sind. Sie sind eine " "Erweiterung der normalen Attribute, die allen Inodes im System (d.h. allen " "B(2)-Daten) zugeordnet sind. Einen vollständigen Überblick über das " "Konzept der erweiterten Attribute kann in B(7) gefunden werden." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() removes the extended attribute identified by I and " "associated with the given I in the filesystem." msgstr "" "B() entfernt das durch I identifizierte und dem " "angegebenen I im Dateisystem zugeordnete erweiterte Attribut." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() is identical to B(), except in the case of a " "symbolic link, where the extended attribute is removed from the link itself, " "not the file that it refers to." msgstr "" "B() ist identisch zu B() bis auf den Fall des " "symbolischen Links, bei dem das erweiterte Attribut vom Link selbst entfernt " "wird und nicht vom Ziel, auf den der Link zeigt." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() is identical to B(), only the extended " "attribute is removed from the open file referred to by I (as returned by " "B(2)) in place of I." msgstr "" "B() ist identisch zu B(), außer dass das " "erweiterte Attribut nicht von I, sondern von der geöffneten Datei " "entfernt wird, auf die sich I
(wie von B(2) zurückgeliefert) " "bezieht." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "An extended attribute name is a null-terminated string. The I " "includes a namespace prefix; there may be several, disjoint namespaces " "associated with an individual inode." msgstr "" "Ein Name eines erweiterten Attributs ist eine mit Nullbyte abgeschlossene " "Zeichenkette. Der I enthält den Präfix des Namensraumes; einer Inode " "können mehrere, getrennte Namensräume zugeordnet sein." #. 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 "RÜCKGABEWERT" #. 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 failure, -1 is returned and I is " "set to indicate the error." msgstr "" "Bei Erfolg wird Null zurückgegeben. Bei einem Fehler wird -1 zurückgegeben " "und I gesetzt, um den Fehler anzuzeigen." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "FEHLER" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. .RB ( ENOATTR #. is defined to be a synonym for #. .BR ENODATA #. in #. .IR .) #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The named attribute does not exist." msgstr "Das benannte Attribut existiert nicht." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Extended attributes are not supported by the filesystem, or are disabled." msgstr "" "Erweiterte Attribute werden vom Dateisystem nicht unterstützt oder sind " "deaktiviert." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "In addition, the errors documented in B(2) can also occur." msgstr "Zusätzlich können die in B(2) dokumentierten Fehler auftreten." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDS" #. 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 "GESCHICHTE" #. .SH AUTHORS #. Andreas Gruenbacher, #. .RI < a.gruenbacher@computer.org > #. and the SGI XFS development team, #. .RI < linux-xfs@oss.sgi.com >. #. Please send any bug reports or comments to these addresses. #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "Linux 2.4, glibc 2.3." msgstr "Linux 2.4, glibc 2.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 "SIEHE AUCH" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(1), B(1), B(2), B(2), B(2), " "B(2), B(2), B(7), B(7)" msgstr "" "B(1), B(1), B(2), B(2), B(2), " "B(2), B(2), B(7), B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-04" msgstr "4. 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 opensuse-leap-15-6 #, no-wrap msgid "" "BIB<, const char\\ *>IB<);>\n" "BIB<, const char\\ *>IB<);>\n" "BIB<, const char\\ *>IB<);>\n" msgstr "" "BIB<, const char\\ *>IB<);>\n" "BIB<, const char\\ *>IB<);>\n" "BI
B<, const char\\ *>IB<);>\n" #. type: SH #: debian-bookworm #, no-wrap msgid "VERSIONS" msgstr "VERSIONEN" #. type: Plain text #: debian-bookworm msgid "" "These system calls have been available since Linux 2.4; glibc support is " "provided since glibc 2.3." msgstr "" "Diese Systemaufrufe sind unter Linux seit Kernel 2.4 verfügbar; Glibc-" "Unterstützung wird seit Glibc-Version 2.3 bereitgestellt." #. .SH AUTHORS #. Andreas Gruenbacher, #. .RI < a.gruenbacher@computer.org > #. and the SGI XFS development team, #. .RI < linux-xfs@oss.sgi.com >. #. Please send any bug reports or comments to these addresses. #. type: Plain text #: debian-bookworm msgid "These system calls are Linux-specific." msgstr "Diese Systemaufrufe sind Linux-spezifisch." #. type: TH #: 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: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "30. März 2023" #. 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)"