diff options
Diffstat (limited to 'templates/man5/proc_pid_stat.5.pot')
-rw-r--r-- | templates/man5/proc_pid_stat.5.pot | 1097 |
1 files changed, 1097 insertions, 0 deletions
diff --git a/templates/man5/proc_pid_stat.5.pot b/templates/man5/proc_pid_stat.5.pot new file mode 100644 index 00000000..b88ccd57 --- /dev/null +++ b/templates/man5/proc_pid_stat.5.pot @@ -0,0 +1,1097 @@ +# 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: 2024-06-01 06:11+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 +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "proc_pid_stat" +msgstr "" + +#. type: TH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-05-02" +msgstr "" + +#. type: TH +#: archlinux debian-unstable +#, no-wrap +msgid "Linux man-pages 6.8" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "/proc/pid/stat - status information" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I</proc/>pidI</stat>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Status information about the process. This is used by B<ps>(1). It is " +"defined in the kernel source file I<fs/proc/array.c>." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The fields, in order, with their proper B<scanf>(3) format specifiers, are " +"listed below. Whether or not certain of these fields display valid " +"information is governed by a ptrace access mode B<PTRACE_MODE_READ_FSCREDS> " +"| B<PTRACE_MODE_NOAUDIT> check (refer to B<ptrace>(2)). If the check denies " +"access, then the field value is displayed as 0. The affected fields are " +"indicated with the marking [PT]." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(1) I<pid> \\ %d" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The process ID." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(2) I<comm> \\ %s" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The filename of the executable, in parentheses. Strings longer than " +"B<TASK_COMM_LEN> (16) characters (including the terminating null byte) are " +"silently truncated. This is visible whether or not the executable is " +"swapped out." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(3) I<state> \\ %c" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "One of the following characters, indicating process state:" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "R" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Running" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "S" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Sleeping in an interruptible wait" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "D" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Waiting in uninterruptible disk sleep" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "Z" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Zombie" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "T" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Stopped (on a signal) or (before Linux 2.6.33) trace stopped" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "t" +msgstr "" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Tracing stop (Linux 2.6.33 onward)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "W" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Paging (only before Linux 2.6.0)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "X" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Dead (from Linux 2.6.0 onward)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "x" +msgstr "" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Dead (Linux 2.6.33 to 3.13 only)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "K" +msgstr "" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Wakekill (Linux 2.6.33 to 3.13 only)" +msgstr "" + +#. commit 44d90df6b757c59651ddd55f1a84f28132b50d29 +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Waking (Linux 2.6.33 to 3.13 only)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "P" +msgstr "" + +#. commit f2530dc71cf0822f90bb63ea4600caaef33a66bb +#. commit 74e37200de8e9c4e09b70c21c3f13c2071e77457 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Parked (Linux 3.9 to 3.13 only)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I" +msgstr "" + +#. commit 06eb61844d841d0032a9950ce7f8e783ee49c0d0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Idle (Linux 4.14 onward)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(4) I<ppid> \\ %d" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The PID of the parent of this process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(5) I<pgrp> \\ %d" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The process group ID of the process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(6) I<session> \\ %d" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The session ID of the process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(7) I<tty_nr> \\ %d" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The controlling terminal of the process. (The minor device number is " +"contained in the combination of bits 31 to 20 and 7 to 0; the major device " +"number is in bits 15 to 8.)" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(8) I<tpgid> \\ %d" +msgstr "" + +#. This field and following, up to and including wchan added 0.99.1 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The ID of the foreground process group of the controlling terminal of the " +"process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(9) I<flags> \\ %u" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The kernel flags word of the process. For bit meanings, see the PF_* " +"defines in the Linux kernel source file I<include/linux/sched.h>. Details " +"depend on the kernel version." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The format for this field was %lu before Linux 2.6." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(10) I<minflt> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of minor faults the process has made which have not required " +"loading a memory page from disk." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(11) I<cminflt> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of minor faults that the process's waited-for children have made." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(12) I<majflt> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of major faults the process has made which have required loading " +"a memory page from disk." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(13) I<cmajflt> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The number of major faults that the process's waited-for children have made." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(14) I<utime> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process has been scheduled in user mode, measured " +"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). This includes guest " +"time, I<guest_time> (time spent running a virtual CPU, see below), so that " +"applications that are not aware of the guest time field do not lose that " +"time from their calculations." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(15) I<stime> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process has been scheduled in kernel mode, measured " +"in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(16) I<cutime> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process's waited-for children have been scheduled " +"in user mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>). " +"(See also B<times>(2).) This includes guest time, I<cguest_time> (time " +"spent running a virtual CPU, see below)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(17) I<cstime> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Amount of time that this process's waited-for children have been scheduled " +"in kernel mode, measured in clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(18) I<priority> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"(Explanation for Linux 2.6) For processes running a real-time scheduling " +"policy (I<policy> below; see B<sched_setscheduler>(2)), this is the negated " +"scheduling priority, minus one; that is, a number in the range -2 to -100, " +"corresponding to real-time priorities 1 to 99. For processes running under " +"a non-real-time scheduling policy, this is the raw nice value " +"(B<setpriority>(2)) as represented in the kernel. The kernel stores nice " +"values as numbers in the range 0 (high) to 39 (low), corresponding to the " +"user-visible nice range of -20 to 19." +msgstr "" + +#. And back in Linux 1.2 days things were different again. +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Before Linux 2.6, this was a scaled value based on the scheduler weighting " +"given to this process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(19) I<nice> \\ %ld" +msgstr "" + +#. Back in Linux 1.2 days things were different. +#. .TP +#. \fIcounter\fP %ld +#. The current maximum size in jiffies of the process's next timeslice, +#. or what is currently left of its current timeslice, if it is the +#. currently running process. +#. .TP +#. \fItimeout\fP %u +#. The time in jiffies of the process's next timeout. +#. timeout was removed sometime around 2.1/2.2 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The nice value (see B<setpriority>(2)), a value in the range 19 (low " +"priority) to -20 (high priority)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(20) I<num_threads> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Number of threads in this process (since Linux 2.6). Before Linux 2.6, this " +"field was hard coded to 0 as a placeholder for an earlier removed field." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(21) I<itrealvalue> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The time in jiffies before the next B<SIGALRM> is sent to the process due to " +"an interval timer. Since Linux 2.6.17, this field is no longer maintained, " +"and is hard coded as 0." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(22) I<starttime> \\ %llu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The time the process started after system boot. Before Linux 2.6, this " +"value was expressed in jiffies. Since Linux 2.6, the value is expressed in " +"clock ticks (divide by I<sysconf(_SC_CLK_TCK)>)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(23) I<vsize> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Virtual memory size in bytes." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(24) I<rss> \\ %ld" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Resident Set Size: number of pages the process has in real memory. This is " +"just the pages which count toward text, data, or stack space. This does not " +"include pages which have not been demand-loaded in, or which are swapped " +"out. This value is inaccurate; see I</proc/>pidI</statm> below." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(25) I<rsslim> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Current soft limit in bytes on the rss of the process; see the description " +"of B<RLIMIT_RSS> in B<getrlimit>(2)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(26) I<startcode> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address above which program text can run." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(27) I<endcode> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address below which program text can run." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(28) I<startstack> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The address of the start (i.e., bottom) of the stack." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(29) I<kstkesp> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The current value of ESP (stack pointer), as found in the kernel stack page " +"for the process." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(30) I<kstkeip> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The current EIP (instruction pointer)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(31) I<signal> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of pending signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(32) I<blocked> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of blocked signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(33) I<sigignore> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of ignored signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(34) I<sigcatch> \\ %lu" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The bitmap of caught signals, displayed as a decimal number. Obsolete, " +"because it does not provide information on real-time signals; use I</proc/" +">pidI</status> instead." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(35) I<wchan> \\ %lu \\ [PT]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This is the \"channel\" in which the process is waiting. It is the address " +"of a location in the kernel where the process is sleeping. The " +"corresponding symbolic name can be found in I</proc/>pidI</wchan>." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(36) I<nswap> \\ %lu" +msgstr "" + +#. nswap was added in Linux 2.0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Number of pages swapped (not maintained)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(37) I<cnswap> \\ %lu" +msgstr "" + +#. cnswap was added in Linux 2.0 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Cumulative I<nswap> for child processes (not maintained)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(38) I<exit_signal> \\ %d \\ (since Linux 2.1.22)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Signal to be sent to parent when we die." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(39) I<processor> \\ %d \\ (since Linux 2.2.8)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "CPU number last executed on." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(40) I<rt_priority> \\ %u \\ (since Linux 2.5.19)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Real-time scheduling priority, a number in the range 1 to 99 for processes " +"scheduled under a real-time policy, or 0, for non-real-time processes (see " +"B<sched_setscheduler>(2))." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(41) I<policy> \\ %u \\ (since Linux 2.5.19)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Scheduling policy (see B<sched_setscheduler>(2)). Decode using the SCHED_* " +"constants in I<linux/sched.h>." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The format for this field was %lu before Linux 2.6.22." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(42) I<delayacct_blkio_ticks> \\ %llu \\ (since Linux 2.6.18)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Aggregated block I/O delays, measured in clock ticks (centiseconds)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(43) I<guest_time> \\ %lu \\ (since Linux 2.6.24)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Guest time of the process (time spent running a virtual CPU for a guest " +"operating system), measured in clock ticks (divide by " +"I<sysconf(_SC_CLK_TCK)>)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(44) I<cguest_time> \\ %ld \\ (since Linux 2.6.24)" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Guest time of the process's children, measured in clock ticks (divide by " +"I<sysconf(_SC_CLK_TCK)>)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(45) I<start_data> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address above which program initialized and uninitialized (BSS) data are " +"placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(46) I<end_data> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address below which program initialized and uninitialized (BSS) data are " +"placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(47) I<start_brk> \\ %lu \\ (since Linux 3.3) \\ [PT]" +msgstr "" + +#. commit b3f7f573a20081910e34e99cbc91831f4f02f1ff +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address above which program heap can be expanded with B<brk>(2)." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(48) I<arg_start> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Address above which program command-line arguments (I<argv>) are placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(49) I<arg_end> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address below program command-line arguments (I<argv>) are placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(50) I<env_start> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address above which program environment is placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(51) I<env_end> \\ %lu \\ (since Linux 3.5) \\ [PT]" +msgstr "" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "Address below which program environment is placed." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "(52) I<exit_code> \\ %d \\ (since Linux 3.5) \\ [PT]" +msgstr "" + +#. commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3 +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "The thread's exit status in the form reported by B<waitpid>(2)." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<proc>(5), B<proc_pid_status>(5)" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-08-15" +msgstr "" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |