diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:51:52 +0000 |
commit | 4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch) | |
tree | 3900955c1886e6d2570fea7125ee1f01bafe876d /po/de/man1/setsid.1.po | |
parent | Adding upstream version 4.22.0. (diff) | |
download | manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip |
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man1/setsid.1.po')
-rw-r--r-- | po/de/man1/setsid.1.po | 66 |
1 files changed, 27 insertions, 39 deletions
diff --git a/po/de/man1/setsid.1.po b/po/de/man1/setsid.1.po index 33e23f77..1f4ff337 100644 --- a/po/de/man1/setsid.1.po +++ b/po/de/man1/setsid.1.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: manpages-de\n" -"POT-Creation-Date: 2023-08-27 17:21+0200\n" +"POT-Creation-Date: 2024-03-29 09:51+0100\n" "PO-Revision-Date: 2021-05-22 20:22+0200\n" "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" "Language-Team: German <debian-l10n-german@lists.debian.org>\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SETSID" msgstr "SETSID" @@ -36,41 +36,41 @@ msgid "util-linux 2.38.1" msgstr "util-linux 2.38.1" #. type: TH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "User Commands" msgstr "Dienstprogramme für Benutzer" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "NAME" msgstr "BEZEICHNUNG" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "setsid - run a program in a new session" msgstr "setsid - ein Programm in einer neuen Sitzung ausführen" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "ÜBERSICHT" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<setsid> [options] I<program> [I<arguments>]" msgstr "B<setsid> [Optionen] I<Programm> [I<Argumente>]" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "BESCHREIBUNG" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "B<setsid> runs a program in a new session. The command calls B<fork>(2) if " "already a process group leader. Otherwise, it executes a program in the " @@ -83,38 +83,38 @@ msgstr "" "kann mit der Option B<--fork> außer Kraft gesetzt werden." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "OPTIONEN" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-c>, B<--ctty>" msgstr "B<-c>, B<--ctty>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Set the controlling terminal to the current one." msgstr "setzt das steuernde Terminal auf das aktuelle." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-f>, B<--fork>" msgstr "B<-f>, B<--fork>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Always create a new process." msgstr "Immer einen neuen Prozess erstellen." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-w>, B<--wait>" msgstr "B<-w>, B<--wait>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "Wait for the execution of the program to end, and return the exit status of " "this program as the exit status of B<setsid>." @@ -123,76 +123,64 @@ msgstr "" "Status dieses Programms als Exit-Status von B<setsid> zurück." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-V>, B<--version>" msgstr "B<-V>, B<--version>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display version information and exit." msgstr "zeigt Versionsinformationen an und beendet das Programm." #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<-h>, B<--help>" msgstr "B<-h>, B<--help>" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "Display help text and exit." msgstr "zeigt einen Hilfetext an und beendet das Programm." #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AUTHORS" msgstr "AUTOREN" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "SIEHE AUCH" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "B<setsid>(2)" msgstr "B<setsid>(2)" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "REPORTING BUGS" msgstr "FEHLER MELDEN" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "For bug reports, use the issue tracker at" msgstr "Verwenden Sie zum Melden von Fehlern das Fehlererfassungssystem auf" #. type: SH -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm #, no-wrap msgid "AVAILABILITY" msgstr "VERFÜGBARKEIT" #. type: Plain text -#: debian-bookworm opensuse-leap-15-6 +#: debian-bookworm msgid "" "The B<setsid> command is part of the util-linux package which can be " "downloaded from" msgstr "" "Der Befehl B<setsid> ist Teil des Pakets util-linux, welches heruntergeladen " "werden kann von:" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "2022-01-06" -msgstr "6. Januar 2022" - -#. type: TH -#: opensuse-leap-15-6 -#, no-wrap -msgid "util-linux 2.37.4" -msgstr "util-linux 2.37.4" |