|
|
6909f1 |
diff -up ./man-po/fr.po.ori ./man-po/fr.po
|
|
|
6909f1 |
--- ./man-po/fr.po.ori 2014-09-23 13:40:36.000000000 +0200
|
|
|
6909f1 |
+++ ./man-po/fr.po 2019-03-27 13:52:01.636939773 +0100
|
|
|
6909f1 |
@@ -4593,6 +4593,9 @@ msgstr "Le programme B<watch> a été é
|
|
|
6909f1 |
#~ msgid "IDL\tSCHED_IDLE\n"
|
|
|
6909f1 |
#~ msgstr "IDL\tSCHED_IDLE\n"
|
|
|
6909f1 |
|
|
|
6909f1 |
+#~ msgid "DLN\tSCHED_DEADLINE\n"
|
|
|
6909f1 |
+#~ msgstr "DLN\tSCHED_DEADLINE\n"
|
|
|
6909f1 |
+
|
|
|
6909f1 |
#~ msgid "?\tunknown value\n"
|
|
|
6909f1 |
#~ msgstr "?\tvaleur inconnue\n"
|
|
|
6909f1 |
|
|
|
6909f1 |
@@ -5200,11 +5203,11 @@ msgstr "Le programme B<watch> a été é
|
|
|
6909f1 |
#~ msgid "scheduling policy of the process. The policies SCHED_OTHER (SCHED_NORMAL),\n"
|
|
|
6909f1 |
#~ msgstr "Ordonnancement de la politique du processus. Les politiques SCHED_OTHER (SCHED_NORMAL),\n"
|
|
|
6909f1 |
|
|
|
6909f1 |
-#~ msgid "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, and SCHED_IDLE are respectively\n"
|
|
|
6909f1 |
-#~ msgstr "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO et SCHED_IDLE sont respectivement\n"
|
|
|
6909f1 |
+#~ msgid "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE and SCHED_DEADLINE are respectively\n"
|
|
|
6909f1 |
+#~ msgstr "SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE et SCHED_DEADLINE sont respectivement\n"
|
|
|
6909f1 |
|
|
|
6909f1 |
-#~ msgid "displayed as 0, 1, 2, 3, 4, and 5.\n"
|
|
|
6909f1 |
-#~ msgstr "affichées comme 0, 1, 2, 3, 4 et 5.\n"
|
|
|
6909f1 |
+#~ msgid "displayed as 0, 1, 2, 3, 4, 5 and 6.\n"
|
|
|
6909f1 |
+#~ msgstr "affichées comme 0, 1, 2, 3, 4, 5 et 6.\n"
|
|
|
6909f1 |
|
|
|
6909f1 |
#~ msgid "seat\tSEAT\tT{\n"
|
|
|
6909f1 |
#~ msgstr "seat\tSEAT\tT{\n"
|
|
|
6909f1 |
diff -up ./ps/output.c.ori ./ps/output.c
|
|
|
6909f1 |
--- ./ps/output.c.ori 2019-03-27 13:51:51.072812431 +0100
|
|
|
6909f1 |
+++ ./ps/output.c 2019-03-27 13:52:01.638939797 +0100
|
|
|
6909f1 |
@@ -674,7 +674,7 @@ static int pr_class(char *restrict const
|
|
|
6909f1 |
case 3: return snprintf(outbuf, COLWID, "B"); // SCHED_BATCH
|
|
|
6909f1 |
case 4: return snprintf(outbuf, COLWID, "ISO"); // reserved for SCHED_ISO (Con Kolivas)
|
|
|
6909f1 |
case 5: return snprintf(outbuf, COLWID, "IDL"); // SCHED_IDLE
|
|
|
6909f1 |
- case 6: return snprintf(outbuf, COLWID, "#6"); //
|
|
|
6909f1 |
+ case 6: return snprintf(outbuf, COLWID, "DLN"); // SCHED_DEADLINE
|
|
|
6909f1 |
case 7: return snprintf(outbuf, COLWID, "#7"); //
|
|
|
6909f1 |
case 8: return snprintf(outbuf, COLWID, "#8"); //
|
|
|
6909f1 |
case 9: return snprintf(outbuf, COLWID, "#9"); //
|
|
|
6909f1 |
diff -up ./ps/ps.1.ori ./ps/ps.1
|
|
|
6909f1 |
--- ./ps/ps.1.ori 2019-03-27 13:51:51.073812443 +0100
|
|
|
6909f1 |
+++ ./ps/ps.1 2019-03-27 13:52:01.639939809 +0100
|
|
|
6909f1 |
@@ -1138,6 +1138,8 @@ ISO SCHED_ISO
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
IDL SCHED_IDLE
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
+DLN SCHED_DEADLINE
|
|
|
6909f1 |
+.br
|
|
|
6909f1 |
? unknown value
|
|
|
6909f1 |
T}
|
|
|
6909f1 |
|
|
|
6909f1 |
@@ -1160,6 +1162,8 @@ ISO SCHED_ISO
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
IDL SCHED_IDLE
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
+DLN SCHED_DEADLINE
|
|
|
6909f1 |
+.br
|
|
|
6909f1 |
? unknown value
|
|
|
6909f1 |
T}
|
|
|
6909f1 |
|
|
|
6909f1 |
@@ -1485,6 +1489,8 @@ ISO SCHED_ISO
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
IDL SCHED_IDLE
|
|
|
6909f1 |
.br
|
|
|
6909f1 |
+DLN SCHED_DEADLINE
|
|
|
6909f1 |
+.br
|
|
|
6909f1 |
? unknown value
|
|
|
6909f1 |
T}
|
|
|
6909f1 |
|
|
|
6909f1 |
@@ -1553,8 +1559,8 @@ T}
|
|
|
6909f1 |
|
|
|
6909f1 |
sched SCH T{
|
|
|
6909f1 |
scheduling policy of the process. The policies SCHED_OTHER (SCHED_NORMAL),
|
|
|
6909f1 |
-SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, and SCHED_IDLE are respectively
|
|
|
6909f1 |
-displayed as 0, 1, 2, 3, 4, and 5.
|
|
|
6909f1 |
+SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, SCHED_IDLE and SCHED_DEADLINE are
|
|
|
6909f1 |
+respectively displayed as 0, 1, 2, 3, 4, 5 and 6.
|
|
|
6909f1 |
T}
|
|
|
6909f1 |
|
|
|
6909f1 |
seat SEAT T{
|