summaryrefslogtreecommitdiff
path: root/po/procps-ng.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/procps-ng.pot')
-rw-r--r--po/procps-ng.pot114
1 files changed, 59 insertions, 55 deletions
diff --git a/po/procps-ng.pot b/po/procps-ng.pot
index ea1b8ba..1b9b8ec 100644
--- a/po/procps-ng.pot
+++ b/po/procps-ng.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: procps@freelists.org\n"
-"POT-Creation-Date: 2022-08-29 20:49+1000\n"
+"POT-Creation-Date: 2022-09-05 17:45+1000\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"
@@ -207,7 +207,7 @@ msgstr ""
msgid "invalid argument %c"
msgstr ""
-#: src/kill.c:144 src/pgrep.c:692 src/pidof.c:243 src/pidof.c:283
+#: src/kill.c:144 src/pgrep.c:740 src/pidof.c:243 src/pidof.c:283
#: src/sysctl.c:865
msgid "internal error"
msgstr ""
@@ -222,234 +222,238 @@ msgstr ""
msgid "integer overflow"
msgstr ""
-#: src/pgrep.c:146
+#: src/pgrep.c:147
#, c-format
msgid " %s [options] <pattern>\n"
msgstr ""
-#: src/pgrep.c:150
+#: src/pgrep.c:151
msgid " -d, --delimiter <string> specify output delimiter\n"
msgstr ""
-#: src/pgrep.c:151
+#: src/pgrep.c:152
msgid " -l, --list-name list PID and process name\n"
msgstr ""
-#: src/pgrep.c:152
+#: src/pgrep.c:153
msgid " -a, --list-full list PID and full command line\n"
msgstr ""
-#: src/pgrep.c:153
+#: src/pgrep.c:154
msgid " -v, --inverse negates the matching\n"
msgstr ""
-#: src/pgrep.c:154
+#: src/pgrep.c:155
msgid " -w, --lightweight list all TID\n"
msgstr ""
-#: src/pgrep.c:157
+#: src/pgrep.c:158
msgid " -<sig>, --signal <sig> signal to send (either number or name)\n"
msgstr ""
-#: src/pgrep.c:158
+#: src/pgrep.c:159
msgid " -q, --queue <value> integer value to be sent with the signal\n"
msgstr ""
-#: src/pgrep.c:159
+#: src/pgrep.c:160
msgid " -e, --echo display what is killed\n"
msgstr ""
-#: src/pgrep.c:162
+#: src/pgrep.c:163
msgid " -e, --echo display PIDs before waiting\n"
msgstr ""
-#: src/pgrep.c:166
+#: src/pgrep.c:167
msgid " -c, --count count of matching processes\n"
msgstr ""
-#: src/pgrep.c:167
+#: src/pgrep.c:168
msgid " -f, --full use full process name to match\n"
msgstr ""
-#: src/pgrep.c:168
+#: src/pgrep.c:169
msgid " -g, --pgroup <PGID,...> match listed process group IDs\n"
msgstr ""
-#: src/pgrep.c:169
+#: src/pgrep.c:170
msgid " -G, --group <GID,...> match real group IDs\n"
msgstr ""
-#: src/pgrep.c:170
+#: src/pgrep.c:171
msgid " -i, --ignore-case match case insensitively\n"
msgstr ""
-#: src/pgrep.c:171
+#: src/pgrep.c:172
msgid " -n, --newest select most recently started\n"
msgstr ""
-#: src/pgrep.c:172
+#: src/pgrep.c:173
msgid " -o, --oldest select least recently started\n"
msgstr ""
-#: src/pgrep.c:173
+#: src/pgrep.c:174
msgid " -O, --older <seconds> select where older than seconds\n"
msgstr ""
-#: src/pgrep.c:174
+#: src/pgrep.c:175
msgid " -P, --parent <PPID,...> match only child processes of the given parent\n"
msgstr ""
-#: src/pgrep.c:175
+#: src/pgrep.c:176
msgid " -s, --session <SID,...> match session IDs\n"
msgstr ""
-#: src/pgrep.c:176
+#: src/pgrep.c:177
msgid " -t, --terminal <tty,...> match by controlling terminal\n"
msgstr ""
-#: src/pgrep.c:177
+#: src/pgrep.c:178
msgid " -u, --euid <ID,...> match by effective IDs\n"
msgstr ""
-#: src/pgrep.c:178
+#: src/pgrep.c:179
msgid " -U, --uid <ID,...> match by real IDs\n"
msgstr ""
-#: src/pgrep.c:179
+#: src/pgrep.c:180
msgid " -x, --exact match exactly with the command name\n"
msgstr ""
-#: src/pgrep.c:180
+#: src/pgrep.c:181
msgid " -F, --pidfile <file> read PIDs from file\n"
msgstr ""
-#: src/pgrep.c:181
+#: src/pgrep.c:182
msgid " -L, --logpidfile fail if PID file is not locked\n"
msgstr ""
-#: src/pgrep.c:182
+#: src/pgrep.c:183
msgid " -r, --runstates <state> match runstates [D,S,Z,...]\n"
msgstr ""
-#: src/pgrep.c:183
+#: src/pgrep.c:184
+msgid " -A, --ignore-ancestors exclude our ancestors from results\n"
+msgstr ""
+
+#: src/pgrep.c:185
msgid " --cgroup <grp,...> match by cgroup v2 names\n"
msgstr ""
-#: src/pgrep.c:184
+#: src/pgrep.c:186
msgid ""
" --ns <PID> match the processes that belong to the same\n"
" namespace as <pid>\n"
msgstr ""
-#: src/pgrep.c:186
+#: src/pgrep.c:188
msgid ""
" --nslist <ns,...> list which namespaces will be considered for\n"
" the --ns option.\n"
" Available namespaces: ipc, mnt, net, pid, user, uts\n"
msgstr ""
-#: src/pgrep.c:331
+#: src/pgrep.c:213 src/pgrep.c:650 src/w.c:405
+msgid "Unable to create pid info structure"
+msgstr ""
+
+#: src/pgrep.c:377
#, c-format
msgid "invalid user name: %s"
msgstr ""
-#: src/pgrep.c:348
+#: src/pgrep.c:394
#, c-format
msgid "invalid group name: %s"
msgstr ""
-#: src/pgrep.c:359
+#: src/pgrep.c:405
#, c-format
msgid "invalid process group: %s"
msgstr ""
-#: src/pgrep.c:371
+#: src/pgrep.c:417
#, c-format
msgid "invalid session id: %s"
msgstr ""
-#: src/pgrep.c:383
+#: src/pgrep.c:429
#, c-format
msgid "not a number: %s"
msgstr ""
-#: src/pgrep.c:450 src/skill.c:158
+#: src/pgrep.c:496 src/skill.c:158
msgid "Unable to read process namespace information"
msgstr ""
-#: src/pgrep.c:537
+#: src/pgrep.c:583
#, c-format
msgid "regex error: %s"
msgstr ""
-#: src/pgrep.c:599
+#: src/pgrep.c:645
msgid "Error reading reference namespace information\n"
msgstr ""
-#: src/pgrep.c:604 src/w.c:405
-msgid "Unable to create pid info structure"
-msgstr ""
-
-#: src/pgrep.c:709
+#: src/pgrep.c:757
#, c-format
msgid ""
"pattern that searches for process name longer than 15 characters will result in zero matches\n"
"Try `%s -f' option to match against the complete command line."
msgstr ""
-#: src/pgrep.c:973
+#: src/pgrep.c:1025
#, c-format
msgid ""
"-L without -F makes no sense\n"
"Try `%s --help' for more information."
msgstr ""
-#: src/pgrep.c:980
+#: src/pgrep.c:1032
#, c-format
msgid ""
"pidfile not valid\n"
"Try `%s --help' for more information."
msgstr ""
-#: src/pgrep.c:989
+#: src/pgrep.c:1041
#, c-format
msgid ""
"only one pattern can be provided\n"
"Try `%s --help' for more information."
msgstr ""
-#: src/pgrep.c:993
+#: src/pgrep.c:1045
#, c-format
msgid ""
"no matching criteria specified\n"
"Try `%s --help' for more information."
msgstr ""
-#: src/pgrep.c:1045
+#: src/pgrep.c:1097
#, c-format
msgid "%s killed (pid %lu)\n"
msgstr ""
-#: src/pgrep.c:1052
+#: src/pgrep.c:1104
#, c-format
msgid "killing pid %ld failed"
msgstr ""
-#: src/pgrep.c:1064
+#: src/pgrep.c:1116
#, c-format
msgid "waiting for %s (pid %lu)\n"
msgstr ""
-#: src/pgrep.c:1068
+#: src/pgrep.c:1120
msgid "pidfd_open() not implemented in Linux < 5.3"
msgstr ""
-#: src/pgrep.c:1071
+#: src/pgrep.c:1123
#, c-format
msgid "opening pid %ld failed"
msgstr ""
-#: src/pgrep.c:1085
+#: src/pgrep.c:1137
msgid "epoll_wait failed"
msgstr ""