11 übersetzte Meldungen, 13 ungenaue Übersetzungen, 4 unübersetzte Meldungen.
# German translation of manpages # This file is distributed under the same license as the manpages-de package. msgid "" msgstr "" "Project-Id-Version: manpages-de\n" "POT-Creation-Date: 2010-08-30 14:56+0200\n" "PO-Revision-Date: 2010-08-30 14:56+0200\n" "Last-Translator: Tobias Quathamer <to...@debian.org>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: ../english/manpages/man3/strchr.3:31 #, no-wrap msgid "STRCHR" msgstr "STRCHR" #. type: TH #: ../english/manpages/man3/strchr.3:31 #, no-wrap msgid "2008-08-11" msgstr "11. August 2008" #. type: TH #: ../english/manpages/man3/strchr.3:31 #, no-wrap msgid "GNU" msgstr "" #. type: TH #: ../english/manpages/man3/strchr.3:31 #, no-wrap msgid "Linux Programmer's Manual" msgstr "Linux-Programmierhandbuch" #. type: SH #: ../english/manpages/man3/strchr.3:32 #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text #: ../english/manpages/man3/strchr.3:34 #, fuzzy msgid "strchr, strrchr, strchrnul - locate character in string" msgstr "strchr, strrchr - sucht einen Buchstaben in einer Zeichenkette" #. type: SH #: ../english/manpages/man3/strchr.3:34 #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text #: ../english/manpages/man3/strchr.3:37 #, fuzzy, no-wrap msgid "B<#include E<lt>string.hE<gt>>\n" msgstr "B<#include E<lt>string.hE<gt>>\n" #. type: Plain text #: ../english/manpages/man3/strchr.3:39 #, fuzzy, no-wrap msgid "B<char *strchr(const char *>I<s>B<, int >I<c>B<);>\n" msgstr "B<char *strchr(const char *>I<s>B<, int >I<c>B<);>\n" #. type: Plain text #: ../english/manpages/man3/strchr.3:41 #, fuzzy, no-wrap msgid "B<char *strrchr(const char *>I<s>B<, int >I<c>B<);>\n" msgstr "B<char *strrchr(const char *>I<s>B<, int >I<c>B<);>\n" #. type: Plain text #: ../english/manpages/man3/strchr.3:44 #, fuzzy, no-wrap msgid "" "B<#define _GNU_SOURCE>\n" "B<#include E<lt>string.hE<gt>>\n" msgstr "B<#include E<lt>string.hE<gt>>\n" #. type: Plain text #: ../english/manpages/man3/strchr.3:46 #, fuzzy, no-wrap msgid "B<char *strchrnul(const char *>I<s>B<, int >I<c>B<);>\n" msgstr "B<char *strchr(const char *>I<s>B<, int >I<c>B<);>\n" #. type: SH #: ../english/manpages/man3/strchr.3:47 #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text #: ../english/manpages/man3/strchr.3:52 #, fuzzy msgid "" "The B<strchr>() function returns a pointer to the first occurrence of the " "character I<c> in the string I<s>." msgstr "" "Die Funktion B<strchr()> gibt den Zeiger auf das erste Vorkommen des " "Zeichens I<c> in der Zeichenkette I<s> zurück." #. type: Plain text #: ../english/manpages/man3/strchr.3:57 #, fuzzy msgid "" "The B<strrchr>() function returns a pointer to the last occurrence of the " "character I<c> in the string I<s>." msgstr "" "Die Funktion B<strrchr()> gibt den Zeiger auf das letzte Vorkommen des " "Zeichens I<c> in der Zeichenkette I<s> zurück." #. type: Plain text #: ../english/manpages/man3/strchr.3:65 msgid "" "The B<strchrnul>() function is like B<strchr>() except that if I<c> is not " "found in I<s>, then it returns a pointer to the null byte at the end of " "I<s>, rather than NULL." msgstr "" #. type: Plain text #: ../english/manpages/man3/strchr.3:68 #, fuzzy msgid "" "Here \"character\" means \"byte\"; these functions do not work with wide or " "multibyte characters." msgstr "" "Dabei bezieht sich \"Zeichen\" auf ein \"Byte\"; diese Funktionen arbeiten " "nicht mit Wide- oder Mehrbyte-Zeichen." #. type: SH #: ../english/manpages/man3/strchr.3:68 #, no-wrap msgid "RETURN VALUE" msgstr "RÜCKGABEWERT" #. type: Plain text #: ../english/manpages/man3/strchr.3:75 #, fuzzy msgid "" "The B<strchr>() and B<strrchr>() functions return a pointer to the matched " "character or NULL if the character is not found." msgstr "" "Die Funktionen B<strchr()> und B<strrchr()> geben einen Zeiger auf den " "gefundenen Buchstaben zurück, ansonsten NULL." #. type: Plain text #: ../english/manpages/man3/strchr.3:83 #, fuzzy msgid "" "The B<strchrnul>() function returns a pointer to the matched character, or " "a pointer to the null byte at the end of I<s> (i.e., I<s+strlen(s)>) if the " "character is not found." msgstr "" "Die Funktionen B<strchr()> und B<strrchr()> geben einen Zeiger auf den " "gefundenen Buchstaben zurück, ansonsten NULL." #. type: SH #: ../english/manpages/man3/strchr.3:83 #, fuzzy, no-wrap msgid "VERSIONS" msgstr "EINSCHRÄNKUNGEN" #. type: Plain text #: ../english/manpages/man3/strchr.3:86 msgid "B<strchrnul>() first appeared in glibc in version 2.1.1." msgstr "" #. type: SH #: ../english/manpages/man3/strchr.3:86 #, no-wrap msgid "CONFORMING TO" msgstr "KONFORM ZU" #. type: Plain text #: ../english/manpages/man3/strchr.3:93 msgid "" "B<strchr>() and B<strrchr>() are in SVr4, 4.3BSD, C89, C99. B<strchrnul>" "() is a GNU extension." msgstr "" #. type: SH #: ../english/manpages/man3/strchr.3:93 #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text #: ../english/manpages/man3/strchr.3:106 #, fuzzy msgid "" "B<index>(3), B<memchr>(3), B<rindex>(3), B<strlen>(3), B<strpbrk>(3), " "B<strsep>(3), B<strspn>(3), B<strstr>(3), B<strtok>(3), B<wcschr>(3), " "B<wcsrchr>(3), B<feature_test_macros>(7)" msgstr "" "B<index>(3), B<memchr>(3), B<rindex>(3), B<strpbrk>(3), B<strsep>(3), " "B<strspn>(3), B<strstr>(3), B<strtok>(3)." #. type: SH #: ../english/manpages/man3/strchr.3:106 #, no-wrap msgid "COLOPHON" msgstr "KOLOPHON" #. type: Plain text #: ../english/manpages/man3/strchr.3:113 msgid "" "This page is part of release 3.25 of the Linux I<man-pages> project. A " "description of the project, and information about reporting bugs, can be " "found at http://www.kernel.org/doc/man-pages/." msgstr "" "Diese Seite ist Teil der Veröffentlichung 3.25 des Projekts Linux-I<man-" "pages>. Eine Beschreibung des Projekts und Informationen über das Berichten " "von Fehlern finden sich unter http://www.kernel.org/doc/man-pages/."
PO4A-HEADER:mode=after;position=^.TH;beginboundary=FakePo4aBoundary .SH ÜBERSETZUNG Deutsche Übersetzung dieser Handbuchseite von Markus Schmitt <f...@math.uni-sb.de>.