diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man1/kill.1.pot | 439 |
1 files changed, 439 insertions, 0 deletions
diff --git a/templates/man1/kill.1.pot b/templates/man1/kill.1.pot new file mode 100644 index 00000000..9471504f --- /dev/null +++ b/templates/man1/kill.1.pot @@ -0,0 +1,439 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2023-08-27 17:05+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "KILL" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "User Commands" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "kill - terminate a process" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"B<kill> [-signal|B<-s> I<signal>|B<-p>] [B<-q> I<value>] [B<-a>] [B<--" +"timeout> I<milliseconds> I<signal>] [B<-->] I<pid>|I<name>..." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<kill> B<-l> [I<number>] | B<-L>" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The command B<kill> sends the specified I<signal> to the specified processes " +"or process groups." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"If no signal is specified, the TERM signal is sent. The default action for " +"this signal is to terminate the process. This signal should be used in " +"preference to the KILL signal (number 9), since a process may install a " +"handler for the TERM signal in order to perform clean-up steps before " +"terminating in an orderly fashion. If a process does not terminate after a " +"TERM signal has been sent, then the KILL signal may be used; be aware that " +"the latter signal cannot be caught, and so does not give the target process " +"the opportunity to perform any clean-up before terminating." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Most modern shells have a builtin B<kill> command, with a usage rather " +"similar to that of the command described here. The B<--all>, B<--pid>, and " +"B<--queue> options, and the possibility to specify processes by command " +"name, are local extensions." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"If I<signal> is 0, then no actual signal is sent, but error checking is " +"still performed." +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "ARGUMENTS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The list of processes to be signaled can be a mixture of names and PIDs." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "I<pid>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Each I<pid> can be expressed in one of the following ways:" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "I<n>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "where I<n> is larger than 0. The process with PID I<n> is signaled." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<0>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "All processes in the current process group are signaled." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-1>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "All processes with a PID larger than 1 are signaled." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<->I<n>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"where I<n> is larger than 1. All processes in process group I<n> are " +"signaled. When an argument of the form \\(aq-n\\(aq is given, and it is " +"meant to denote a process group, either a signal must be specified first, or " +"the argument must be preceded by a \\(aq--\\(aq option, otherwise it will be " +"taken as the signal to send." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "I<name>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "All processes invoked using this I<name> will be signaled." +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-s>, B<--signal> I<signal>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "The signal to send. It may be given as a name or a number." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-l>, B<--list> [I<number>]" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Print a list of signal names, or convert the given signal number to a name. " +"The signals can be found in I</usr/include/linux/signal.h>." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-L>, B<--table>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Similar to B<-l>, but it will print signal names and their corresponding " +"numbers." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-a>, B<--all>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Do not restrict the command-name-to-PID conversion to processes with the " +"same UID as the present process." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-p>, B<--pid>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Only print the process ID (PID) of the named processes, do not send any " +"signals." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<--verbose>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Print PID(s) that will be signaled with B<kill> along with the signal." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<-q>, B<--queue> I<value>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Send the signal using B<sigqueue>(3) rather than B<kill>(2). The I<value> " +"argument is an integer that is sent along with the signal. If the receiving " +"process has installed a handler for this signal using the B<SA_SIGINFO> flag " +"to B<sigaction>(2), then it can obtain this data via the I<si_sigval> field " +"of the I<siginfo_t> structure." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<--timeout> I<milliseconds signal>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Send a signal defined in the usual way to a process, followed by an " +"additional signal after a specified delay. The B<--timeout> option causes " +"B<kill> to wait for a period defined in I<milliseconds> before sending a " +"follow-up I<signal> to the process. This feature is implemented using the " +"Linux kernel PID file descriptor feature in order to guarantee that the " +"follow-up signal is sent to the same process or not sent if the process no " +"longer exists." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Note that the operating system may re-use PIDs and implementing an " +"equivalent feature in a shell using B<kill> and B<sleep> would be subject to " +"races whereby the follow-up signal might be sent to a different process that " +"used a recycled PID." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The B<--timeout> option can be specified multiple times: the signals are " +"sent sequentially with the specified timeouts. The B<--timeout> option can " +"be combined with the B<--queue> option." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"As an example, the following command sends the signals QUIT, TERM and KILL " +"in sequence and waits for 1000 milliseconds between sending the signals:" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +#, no-wrap +msgid "" +"kill --verbose --timeout 1000 TERM --timeout 1000 KILL \\(rs\n" +" --signal QUIT 12345\n" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<kill> has the following exit status values:" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "success" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<1>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "failure" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "B<64>" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "partial success (when more than one process specified)" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Although it is possible to specify the TID (thread ID, see B<gettid>(2)) of " +"one of the threads in a multithreaded process as the argument of B<kill>, " +"the signal is nevertheless directed to the process (i.e., the entire thread " +"group). In other words, it is not possible to send a signal to an explicitly " +"selected thread in a multithreaded process. The signal will be delivered to " +"an arbitrarily selected thread in the target process that is not blocking " +"the signal. For more details, see B<signal>(7) and the description of " +"B<CLONE_THREAD> in B<clone>(2)." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Various shells provide a builtin B<kill> command that is preferred in " +"relation to the B<kill>(1) executable described by this manual. The easiest " +"way to ensure one is executing the command described in this page is to use " +"the full path when calling the command, for example: B</bin/kill --version>" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "AUTHORS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "The original version was taken from BSD 4.4." +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"B<bash>(1), B<tcsh>(1), B<sigaction>(2), B<kill>(2), B<sigqueue>(3), " +"B<signal>(7)" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" + +#. type: SH +#: opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"The B<kill> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" |