@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.13\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-10-09 15:03 +0000\n "
14+ "POT-Creation-Date :2025-10-21 15:05 +0000\n "
1515"PO-Revision-Date :2025-09-15 01:04+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -155,9 +155,10 @@ msgstr ""
155155
156156msgid ""
157157"The maximum amount of processor time (in seconds) that a process can use. If "
158- "this limit is exceeded, a :const:`SIGXCPU` signal is sent to the process. "
159- "(See the :mod:`signal` module documentation for information about how to "
160- "catch this signal and do something useful, e.g. flush open files to disk.)"
158+ "this limit is exceeded, a :const:`~signal.SIGXCPU` signal is sent to the "
159+ "process. (See the :mod:`signal` module documentation for information about "
160+ "how to catch this signal and do something useful, e.g. flush open files to "
161+ "disk.)"
161162msgstr ""
162163
163164msgid "The maximum size of a file which the process may create."
@@ -278,7 +279,7 @@ msgid ""
278279msgstr ""
279280
280281msgid ""
281- "The fields :attr:`ru_utime` and :attr:`ru_stime` of the return value are "
282+ "The fields :attr:`! ru_utime` and :attr:`! ru_stime` of the return value are "
282283"floating-point values representing the amount of time spent executing in "
283284"user mode and the amount of time spent executing in system mode, "
284285"respectively. The remaining values are integers. Consult the :manpage:"
@@ -298,143 +299,143 @@ msgstr ""
298299msgid "``0``"
299300msgstr "``0``"
300301
301- msgid ":attr:`ru_utime`"
302- msgstr ":attr:`ru_utime` "
302+ msgid ":attr:`! ru_utime`"
303+ msgstr ""
303304
304305msgid "time in user mode (float seconds)"
305306msgstr ""
306307
307308msgid "``1``"
308309msgstr "``1``"
309310
310- msgid ":attr:`ru_stime`"
311- msgstr ":attr:`ru_stime` "
311+ msgid ":attr:`! ru_stime`"
312+ msgstr ""
312313
313314msgid "time in system mode (float seconds)"
314315msgstr ""
315316
316317msgid "``2``"
317318msgstr "``2``"
318319
319- msgid ":attr:`ru_maxrss`"
320- msgstr ":attr:`ru_maxrss` "
320+ msgid ":attr:`! ru_maxrss`"
321+ msgstr ""
321322
322323msgid "maximum resident set size"
323324msgstr ""
324325
325326msgid "``3``"
326327msgstr "``3``"
327328
328- msgid ":attr:`ru_ixrss`"
329- msgstr ":attr:`ru_ixrss` "
329+ msgid ":attr:`! ru_ixrss`"
330+ msgstr ""
330331
331332msgid "shared memory size"
332333msgstr ""
333334
334335msgid "``4``"
335336msgstr "``4``"
336337
337- msgid ":attr:`ru_idrss`"
338- msgstr ":attr:`ru_idrss` "
338+ msgid ":attr:`! ru_idrss`"
339+ msgstr ""
339340
340341msgid "unshared memory size"
341342msgstr ""
342343
343344msgid "``5``"
344345msgstr "``5``"
345346
346- msgid ":attr:`ru_isrss`"
347- msgstr ":attr:`ru_isrss` "
347+ msgid ":attr:`! ru_isrss`"
348+ msgstr ""
348349
349350msgid "unshared stack size"
350351msgstr ""
351352
352353msgid "``6``"
353354msgstr "``6``"
354355
355- msgid ":attr:`ru_minflt`"
356- msgstr ":attr:`ru_minflt` "
356+ msgid ":attr:`! ru_minflt`"
357+ msgstr ""
357358
358359msgid "page faults not requiring I/O"
359360msgstr ""
360361
361362msgid "``7``"
362363msgstr "``7``"
363364
364- msgid ":attr:`ru_majflt`"
365- msgstr ":attr:`ru_majflt` "
365+ msgid ":attr:`! ru_majflt`"
366+ msgstr ""
366367
367368msgid "page faults requiring I/O"
368369msgstr ""
369370
370371msgid "``8``"
371372msgstr "``8``"
372373
373- msgid ":attr:`ru_nswap`"
374- msgstr ":attr:`ru_nswap` "
374+ msgid ":attr:`! ru_nswap`"
375+ msgstr ""
375376
376377msgid "number of swap outs"
377378msgstr ""
378379
379380msgid "``9``"
380381msgstr "``9``"
381382
382- msgid ":attr:`ru_inblock`"
383- msgstr ":attr:`ru_inblock` "
383+ msgid ":attr:`! ru_inblock`"
384+ msgstr ""
384385
385386msgid "block input operations"
386387msgstr ""
387388
388389msgid "``10``"
389390msgstr "``10``"
390391
391- msgid ":attr:`ru_oublock`"
392- msgstr ":attr:`ru_oublock` "
392+ msgid ":attr:`! ru_oublock`"
393+ msgstr ""
393394
394395msgid "block output operations"
395396msgstr ""
396397
397398msgid "``11``"
398399msgstr "``11``"
399400
400- msgid ":attr:`ru_msgsnd`"
401- msgstr ":attr:`ru_msgsnd` "
401+ msgid ":attr:`! ru_msgsnd`"
402+ msgstr ""
402403
403404msgid "messages sent"
404405msgstr ""
405406
406407msgid "``12``"
407408msgstr "``12``"
408409
409- msgid ":attr:`ru_msgrcv`"
410- msgstr ":attr:`ru_msgrcv` "
410+ msgid ":attr:`! ru_msgrcv`"
411+ msgstr ""
411412
412413msgid "messages received"
413414msgstr ""
414415
415416msgid "``13``"
416417msgstr "``13``"
417418
418- msgid ":attr:`ru_nsignals`"
419- msgstr ":attr:`ru_nsignals` "
419+ msgid ":attr:`! ru_nsignals`"
420+ msgstr ""
420421
421422msgid "signals received"
422423msgstr ""
423424
424425msgid "``14``"
425426msgstr "``14``"
426427
427- msgid ":attr:`ru_nvcsw`"
428- msgstr ":attr:`ru_nvcsw` "
428+ msgid ":attr:`! ru_nvcsw`"
429+ msgstr ""
429430
430431msgid "voluntary context switches"
431432msgstr ""
432433
433434msgid "``15``"
434435msgstr "``15``"
435436
436- msgid ":attr:`ru_nivcsw`"
437- msgstr ":attr:`ru_nivcsw` "
437+ msgid ":attr:`! ru_nivcsw`"
438+ msgstr ""
438439
439440msgid "involuntary context switches"
440441msgstr ""