summaryrefslogtreecommitdiffstats
path: root/templates/man1/top.1.pot
blob: e7efe17bd96c2c804ed918344814a26f2f45f1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
# 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-02-09 17:13+0100\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"

#.   Setup ////////////////////////////////////////////////////////////////
#.                       Commonly used strings (for consistency) ----------
#.                            - our em-dashes
#. type: ds Em
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ --\\ "
msgstr ""

#. type: ds EM
#: opensuse-leap-15-6
#, no-wrap
msgid "B<\\ --\\ >"
msgstr ""

#.                            - our program name (makes great grammar)
#. type: ds We
#: opensuse-leap-15-6
#, no-wrap
msgid "top"
msgstr ""

#. type: ds WE
#: opensuse-leap-15-6
#, no-wrap
msgid "B<top>"
msgstr ""

#.                            - other misc strs for consistent usage
#. type: ds F
#: opensuse-leap-15-6
#, no-wrap
msgid "I<Off>"
msgstr ""

#. type: ds O
#: opensuse-leap-15-6
#, no-wrap
msgid "I<On>"
msgstr ""

#. type: ds AK
#: opensuse-leap-15-6
#, no-wrap
msgid "asterisk (`*')"
msgstr ""

#. type: ds AM
#: opensuse-leap-15-6
#, no-wrap
msgid "alternate-display mode"
msgstr ""

#. type: ds AS
#: opensuse-leap-15-6
#, no-wrap
msgid "auxiliary storage"
msgstr ""

#. type: ds CF
#: opensuse-leap-15-6
#, no-wrap
msgid "configuration file"
msgstr ""

#. type: ds CG
#: opensuse-leap-15-6
#, no-wrap
msgid "`current' window/field group"
msgstr ""

#. type: ds CI
#: opensuse-leap-15-6
#, no-wrap
msgid "interactive command"
msgstr ""

#.                            - Note: our 'Command Line' used in 2 places
#.                            ( and managed to fit in an 80x24 terminal )
#. type: ds CL
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<hv>|-B<bcEeHiOSs1> -B<d> secs -B<n> max -B<u>|B<U> user -B<p> pids -B<o> field -B<w> [cols] "
msgstr ""

#. type: ds CO
#: opensuse-leap-15-6
#, no-wrap
msgid "command-line option"
msgstr ""

#. type: ds CT
#: opensuse-leap-15-6
#, no-wrap
msgid "command toggle"
msgstr ""

#. type: ds CW
#: opensuse-leap-15-6
#, no-wrap
msgid "`current' window"
msgstr ""

#. type: ds FG
#: opensuse-leap-15-6
#, no-wrap
msgid "field group"
msgstr ""

#. type: ds FM
#: opensuse-leap-15-6
#, no-wrap
msgid "full-screen mode"
msgstr ""

#. type: ds KA
#: opensuse-leap-15-6
#, no-wrap
msgid "arrow key"
msgstr ""

#. type: ds KS
#: opensuse-leap-15-6
#, no-wrap
msgid "scrolling key"
msgstr ""

#. type: ds MP
#: opensuse-leap-15-6
#, no-wrap
msgid "physical memory"
msgstr ""

#. type: ds MS
#: opensuse-leap-15-6
#, no-wrap
msgid "swap file"
msgstr ""

#. type: ds MV
#: opensuse-leap-15-6
#, no-wrap
msgid "virtual memory"
msgstr ""

#. type: ds NT
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Note>:"
msgstr ""

#. type: ds PU
#: opensuse-leap-15-6
#, no-wrap
msgid "CPU"
msgstr ""

#. type: ds Pu
#: opensuse-leap-15-6
#, no-wrap
msgid "cpu"
msgstr ""

#. type: ds SA
#: opensuse-leap-15-6
#, no-wrap
msgid "summary area"
msgstr ""

#. type: ds TA
#: opensuse-leap-15-6
#, no-wrap
msgid "task area"
msgstr ""

#. type: ds TD
#: opensuse-leap-15-6
#, no-wrap
msgid "task display"
msgstr ""

#. type: ds TT
#: opensuse-leap-15-6
#, no-wrap
msgid "B<processes> or B<threads>"
msgstr ""

#. type: ds TW
#: opensuse-leap-15-6
#, no-wrap
msgid "task window"
msgstr ""

#.                       Reference to the various widths/sizes ------------
#.                            - the max screen width limit
#. type: ds WX
#: opensuse-leap-15-6
#, no-wrap
msgid "512"
msgstr ""

#.                            - the header width w/ all fields
#. type: ds WF
#: opensuse-leap-15-6
#, no-wrap
msgid "approximately 250"
msgstr ""

#.                            - pid monitoring limit
#. type: ds WP
#: opensuse-leap-15-6
#, no-wrap
msgid "20"
msgstr ""

#.                       Xref's that depend on/mention other stuff --------
#. type: ds Xa
#: opensuse-leap-15-6
#, no-wrap
msgid "see"
msgstr ""

#. type: ds XC
#: opensuse-leap-15-6
#, no-wrap
msgid "See the"
msgstr ""

#. type: ds Xc
#: opensuse-leap-15-6
#, no-wrap
msgid "see the"
msgstr ""

#. type: ds XT
#: opensuse-leap-15-6
#, no-wrap
msgid "See topic"
msgstr ""

#. type: ds Xt
#: opensuse-leap-15-6
#, no-wrap
msgid "see topic"
msgstr ""

#. type: ds XX
#: opensuse-leap-15-6
#, no-wrap
msgid "See `OVERVIEW, Linux Memory Types' for additional details"
msgstr ""

#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "TOP"
msgstr ""

#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "September 2020"
msgstr ""

#. type: TH
#: opensuse-leap-15-6
#, no-wrap
msgid "procps-ng"
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 "top - display Linux processes"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(WE \\*(CL"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The traditional switches `-' and whitespace are optional."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The \\*(WE program provides a dynamic real-time view of a running system.  "
"It can displayB< system> summary information as well as a list of \\*(TT "
"currently being managed by the Linux kernel.  The types of system summary "
"information shown and the types, order and size of information displayed for "
"processes are all user configurable and that configuration can be made "
"persistent across restarts."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The program provides a limited interactive interface for process "
"manipulation as well as a much more extensive interface for personal "
"configuration \\*(Em encompassing every aspect of its operation.  And while "
"\\*(WE is referred to throughout this document, you are free to name the "
"program anything you wish.  That new name, possibly an alias, will then be "
"reflected on \\*(We's display and used when reading and writing a \\*(CF."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "OVERVIEW"
msgstr ""

#.  ----------------------------------------------------------------------
#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "Documentation"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "The remaining Table of Contents"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    OVERVIEW\n"
"       Operation\n"
"       Linux Memory Types\n"
"    1. COMMAND-LINE Options\n"
"    2. SUMMARY Display\n"
"       a. UPTIME and LOAD Averages\n"
"       b. TASK and CPU States\n"
"       c. MEMORY Usage\n"
"    3. FIELDS / Columns Display\n"
"       a. DESCRIPTIONS of Fields\n"
"       b. MANAGING Fields\n"
"    4. INTERACTIVE Commands\n"
"       a. GLOBAL Commands\n"
"       b. SUMMARY AREA Commands\n"
"       c. TASK AREA Commands\n"
"          1. Appearance\n"
"          2. Content\n"
"          3. Size\n"
"          4. Sorting\n"
"       d. COLOR Mapping\n"
"    5. ALTERNATE-DISPLAY Provisions\n"
"       a. WINDOWS Overview\n"
"       b. COMMANDS for Windows\n"
"       c. SCROLLING a Window\n"
"       d. SEARCHING in a Window\n"
"       e. FILTERING in a Window\n"
"    6. FILES\n"
"       a. PERSONAL Configuration File\n"
"       b. ADDING INSPECT Entries\n"
"       c. SYSTEM Configuration File\n"
"       d. SYSTEM Restrictions File\n"
"    7. STUPID TRICKS Sampler\n"
"       a. Kernel Magic\n"
"       b. Bouncing Windows\n"
"       c. The Big Bird Window\n"
"       d. The Ol' Switcheroo\n"
"    8. BUGS, 9. SEE Also\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "Operation"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When operating \\*(We, the two most important keys are the help (h or ?)  "
"key and quit (`q') key.  Alternatively, you could simply use the traditional "
"interrupt key (^C)  when you're done."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When started for the first time, you'll be presented with these traditional "
"elements on the main \\*(We screen: 1) Summary Area; 2) Fields/Columns "
"Header; 3) Task Area.  Each of these will be explored in the sections that "
"follow.  There is also an Input/Message line between the Summary Area and "
"Columns Header which needs no further explanation."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The main \\*(We screen is I<generally> quite adaptive to changes in terminal "
"dimensions under X-Windows.  Other \\*(We screens may be less so, especially "
"those with static text.  It ultimately depends, however, on your particular "
"window manager and terminal emulator.  There may be occasions when their "
"view of terminal size and current contents differs from \\*(We's view, which "
"is always based on operating system calls."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Following any re-size operation, if a \\*(We screen is corrupted, appears "
"incomplete or disordered, simply typing something innocuous like a "
"punctuation character or cursor motion key will usually restore it.  In "
"extreme cases, the following sequence almost certainly will:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"       I<key/cmd  objective >\n"
"       ^Z       B<suspend> \\*(We\n"
"       fg       B<resume> \\*(We\n"
"       E<lt>LeftE<gt>   force a screen B<redraw> (if necessary)\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"But if the display is still corrupted, there is one more step you could "
"try.  Insert this command after \\*(We has been suspended but before "
"resuming it."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"       I<key/cmd  objective >\n"
"       reset    restore your B<terminal settings>\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT the width of \\*(We's display will be limited to \\*(WX positions.  "
"Displaying all fields requires \\*(WF characters.  Remaining screen width is "
"usually allocated to any variable width columns currently visible.  The "
"variable width columns, such as COMMAND, are noted in topic 3a. DESCRIPTIONS "
"of Fields.  Actual output width may also be influenced by the -w switch, "
"which is discussed in topic 1. COMMAND-LINE Options."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Lastly, some of \\*(We's screens or functions require the use of cursor "
"motion keys like the standard \\*(KAs plus the Home, End, PgUp and PgDn "
"keys.  If your terminal or emulator does not provide those keys, the "
"following combinations are accepted as alternatives:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"      I< key      equivalent-keys >\n"
"       Left     alt +B< h >\n"
"       Down     alt +B< j >\n"
"       Up       alt +B< k >\n"
"       Right    alt +B< l >\n"
"       Home     alt + ctrl +B< h >\n"
"       PgDn     alt + ctrl +B< j >\n"
"       PgUp     alt + ctrl +B< k >\n"
"       End      alt + ctrl +B< l >\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The B<Up> and B<Down> \\*(KAs have special significance when prompted for "
"line input terminated with the E<lt>EnterE<gt> key.  Those keys, or their "
"aliases, can be used to retrieve previous input lines which can then be "
"edited and re-input.  And there are four additional keys available with line "
"oriented input."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"      I< key      special-significance >\n"
"       Up       recall B<older> strings for re-editing\n"
"       Down     recall B<newer> strings or B<erase> entire line\n"
"       Insert   toggle between B<insert> and B<overtype> modes\n"
"       Delete   character B<removed> at cursor, moving others left\n"
"       Home     jump to B<beginning> of input line\n"
"       End      jump to B<end> of input line\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "Linux Memory Types"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For our purposes there are three types of memory, and one is optional.  "
"First is \\*(MP, a limited resource where code and data must reside when "
"executed or referenced.  Next is the optional \\*(MS, where modified (dirty) "
"memory can be saved and later retrieved if too many demands are made on "
"\\*(MP.  Lastly we have \\*(MV, a nearly unlimited resource serving the "
"following goals:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   1. abstraction, free from physical memory addresses/limits\n"
"   2. isolation, every process in a separate address space\n"
"   3. sharing, a single mapping can serve multiple needs\n"
"   4. flexibility, assign a virtual address to a file\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Regardless of which of these forms memory may take, all are managed as pages "
"(typically 4096 bytes) but expressed by default in \\*(We as KiB "
"(kibibyte).  The memory discussed under topic `2c. MEMORY Usage' deals with "
"\\*(MP and the \\*(MS for the system as a whole.  The memory reviewed in "
"topic `3. FIELDS / Columns Display' embraces all three memory types, but for "
"individual processes."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For each such process, every memory page is restricted to a single quadrant "
"from the table below.  Both \\*(MP and \\*(MV can include any of the four, "
"while the \\*(MS only includes #1 through #3.  The memory in quadrant #4, "
"when modified, acts as its own dedicated \\*(MS."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"                              B<Private> | B<Shared>\n"
"                          B<1>           |          B<2>\n"
"     B<Anonymous>  . stack               |\n"
"                . malloc()            |\n"
"                . brk()/sbrk()        | . POSIX shm*\n"
"                . mmap(PRIVATE, ANON) | . mmap(SHARED, ANON)\n"
"               -----------------------+----------------------\n"
"                . mmap(PRIVATE, fd)   | . mmap(SHARED, fd)\n"
"   B<File-backed>  . pgms/shared libs    |\n"
"                          B<3>           |          B<4>\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The following may help in interpreting process level memory values displayed "
"as scalable columns and discussed under topic `3a. DESCRIPTIONS of Fields'."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   %MEM - simply RES divided by total \\*(MP\n"
"   CODE - the `pgms' portion of quadrant B<3>\n"
"   DATA - the entire quadrant B<1> portion of VIRT plus all\n"
"          explicit mmap file-backed pages of quadrant B<3>\n"
"   RES  - anything occupying \\*(MP which, beginning with\n"
"          Linux-4.5, is the sum of the following three fields:\n"
"          RSan - quadrant B<1> pages, which include any\n"
"                 former quadrant B<3> pages if modified\n"
"          RSfd - quadrant B<3> and quadrant B<4> pages\n"
"          RSsh - quadrant B<2> pages\n"
"   RSlk - subset of RES which cannot be swapped out (any quadrant)\n"
"   SHR  - subset of RES (excludes B<1>, includes all B<2> & B<4>, some B<3>)\n"
"   SWAP - potentially any quadrant except B<4>\n"
"   USED - simply the sum of RES and SWAP\n"
"   VIRT - everything in-use and/or reserved (all quadrants)\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Even though program images and shared libraries are considered "
"I<private> to a process, they will be accounted for as I<shared> (SHR) by "
"the kernel."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "1. COMMAND-LINE Options"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "The command-line syntax for \\*(We consists of:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "  \\*(CL\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The typically mandatory switch (`-') and even whitespace are completely "
"optional."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<h> | -B<v>\\ \\ :I<Help/Version >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Show library version and the usage prompt, then quit."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<b>\\ \\ :I<Batch-mode> operation "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We in Batch mode, which could be useful for sending output from "
"\\*(We to other programs or to a file.  In this mode, \\*(We will not accept "
"input and runs until the iterations limit you've set with the `-n' \\*(CO or "
"until killed."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<c>\\ \\ :I<Command-line/Program-name> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We with the last remembered `c' state reversed.  Thus, if \\*(We "
"was displaying command lines, now that field will show program names, and "
"vice versa.  \\*(XC `c' \\*(CI for additional information."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<d>\\ \\ :I<Delay-time> interval as:\\ \\ B<-d ss.t> (I<secs>.I<tenths>) "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Specifies the delay between screen updates, and overrides the corresponding "
"value in one's personal \\*(CF or the startup default.  Later this can be "
"changed with the `d' or `s' \\*(CIs."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Fractional seconds are honored, but a negative number is not allowed.  In "
"all cases, however, such changes are prohibited if \\*(We is running in "
"Secure mode, except for root (unless the `s' \\*(CO was used).  For "
"additional information on Secure mode \\*(Xt 6d. SYSTEM Restrictions File."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<e>\\ \\ :I<Enforce-Task-Memory-Scaling> as:\\ \\ B<-e  k> | B<m> | B<g> | B<t> | B<p>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Instructs \\*(We to force \\*(TA memory to be scaled as:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   k - kibibytes\n"
"   m - mebibytes\n"
"   g - gibibytes\n"
"   t - tebibytes\n"
"   p - pebibytes\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Later this can be changed with the `e' \\*(CT."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<E>\\ \\ :I<Enforce-Summary-Memory-Scaling> as:\\ \\ B<-E  k> | B<m> | B<g> | B<t> | B<p> | B<e>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Instructs \\*(We to force \\*(SA memory to be scaled as:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   k - kibibytes\n"
"   m - mebibytes\n"
"   g - gibibytes\n"
"   t - tebibytes\n"
"   p - pebibytes\n"
"   e - exbibytes\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Later this can be changed with the `E' \\*(CT."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<H>\\ \\ :I<Threads-mode> operation "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Instructs \\*(We to display individual threads.  Without this \\*(CO a "
"summation of all threads in each process is shown.  Later this can be "
"changed with the `H' \\*(CI."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<i>\\ \\ :I<Idle-process> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We with the last remembered `i' state reversed.  When this toggle "
"is \\*F, tasks that have not used any \\*(PU since the last update will not "
"be displayed.  For additional information regarding this toggle \\*(Xt 4c. "
"TASK AREA Commands, SIZE."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<n>\\ \\ :I<Number-of-iterations> limit as:B<\\ \\ -n number >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Specifies the maximum number of iterations, or frames, \\*(We should produce "
"before ending."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<o>\\ \\ :I<Override-sort-field> as:B<\\ \\ -o fieldname >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Specifies the name of the field on which tasks will be sorted, independent "
"of what is reflected in the configuration file.  You can prepend a `+' or "
"`-' to the field name to also override the sort direction.  A leading `+' "
"will force sorting high to low, whereas a `-' will ensure a low to high "
"ordering."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This option exists primarily to support automated/scripted batch mode "
"operation."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<O>\\ \\ :I<Output-field-names >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This option acts as a form of help for the above -o option.  It will cause "
"\\*(We to print each of the available field names on a separate line, then "
"quit.  Such names are subject to NLS (National Language Support) translation."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<p>\\ \\ :I<Monitor-PIDs> mode as:B<\\ \\ -pN1 -pN2 ...>\\ \\ orB<\\ \\ -pN1,N2,N3 ... >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Monitor only processes with specified process IDs.  This option can be given "
"up to \\*(WP times, or you can provide a comma delimited list with up to "
"\\*(WP pids.  Co-mingling both approaches is permitted."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A pid value of zero will be treated as the process id of the \\*(We program "
"itself once it is running."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This is a \\*(CO only and should you wish to return to normal operation, it "
"is not necessary to quit and restart \\*(We \\*(Em just issue any of these "
"\\*(CIs: `=', `u' or `U'."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The `p', `u' and `U' \\*(COs are mutually exclusive."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<s>\\ \\ :I<Secure-mode> operation "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We with secure mode forced, even for root.  This mode is far "
"better controlled through a system \\*(CF (\\*(Xt 6. FILES)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<S>\\ \\ :I<Cumulative-time> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We with the last remembered `S' state reversed.  When Cumulative "
"time mode is \\*O, each process is listed with the \\*(Pu time that it and "
"its dead children have used.  \\*(XC `S' \\*(CI for additional information "
"regarding this mode."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<u> | -B<U>\\ \\ :I<User-filter-mode> as:\\ \\ B<-u> | B<-U number> orB< name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Display only processes with a user id or user name matching that given.  The "
"`-u' option matches on I< effective> user whereas the `-U' option matches "
"onI< any> user (real, effective, saved, or filesystem)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Prepending an exclamation point (`!') to the user id or name instructs "
"\\*(We to display only processes with users not matching the one provided."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<w>\\ \\ :I<Output-width-override> as:\\ \\ B<-w> [B< number> ] "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In Batch mode, when used without an argument \\*(We will format output using "
"the COLUMNS= and LINES= environment variables, if set.  Otherwise, width "
"will be fixed at the maximum \\*(WX columns.  With an argument, output width "
"can be decreased or increased (up to \\*(WX)  but the number of rows is "
"considered unlimited."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In normal display mode, when used without an argument \\*(We willI< attempt> "
"to format output using the COLUMNS= and LINES= environment variables, if "
"set.  With an argument, output width can only be decreased, not increased.  "
"Whether using environment variables or an argument with -w, whenI< not> in "
"Batch mode actual terminal dimensions can never be exceeded."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Without the use of this \\*(CO, output width is always based on the "
"terminal at which \\*(We was invoked whether or not in Batch mode."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "-B<1>\\ \\ :I<Single/Separate-Cpu-States> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Starts \\*(We with the last remembered Cpu States portion of the \\*(SA "
"reversed.  Either all \\*(Pu information will be displayed in a single line "
"or each \\*(Pu will be displayed separately, depending on the state of the "
"NUMA Node \\*(CT ('2')."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(XC `1' and '2' \\*(CIs for additional information."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "2. SUMMARY Display"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Each of the following three areas are individually controlled through one or "
"more \\*(CIs.  \\*(XT 4b. SUMMARY AREA Commands for additional information "
"regarding these provisions."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "2a. UPTIME and LOAD Averages"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "This portion consists of a single line containing:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    B<program> orB< window> name, depending on display mode\n"
"    current time and length of time since last boot\n"
"    total number of users\n"
"    system load avg over the last 1, 5 and 15 minutes\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "2b. TASK and CPU States"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This portion consists of a minimum of two lines.  In an SMP environment, "
"additional lines can reflect individual \\*(PU state percentages."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Line 1 shows totalB< tasks> orB< threads>, depending on the state of the "
"Threads-mode toggle.  That total is further classified as:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "    running; sleeping; stopped; zombie\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Line 2 shows \\*(PU state percentages based on the interval since the last "
"refresh."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"As a default, percentages for these individual categories are displayed.  "
"Where two labels are shown below, those for more recent kernel versions are "
"shown first."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    B<us>,B< user>    : time running un-niced user processes\n"
"    B<sy>,B< system>  : time running kernel processes\n"
"    B<ni>,B< nice>    : time running niced user processes\n"
"    B<id>,B< idle>    : time spent in the kernel idle handler\n"
"    B<wa>,B< IO-wait> : time waiting for I/O completion\n"
"    B<hi> : time spent servicing hardware interrupts\n"
"    B<si> : time spent servicing software interrupts\n"
"    B<st> : time stolen from this vm by the hypervisor\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In the alternate cpu states display modes, beyond the first tasks/threads "
"line, an abbreviated summary is shown consisting of these elements:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"               a    b     c    d\n"
"    %Cpu(s):  B<75.0>/25.0  B<100>[ ...\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Where: a) is the `user' (us + ni) percentage; b) is the `system' (sy + hi + "
"si) percentage; c) is the total; and d) is one of two visual graphs of those "
"representations.  \\*(XT 4b. SUMMARY AREA Commands and the `t' command for "
"additional information on that special 4-way toggle."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "2c. MEMORY Usage"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This portion consists of two lines which may express values in kibibytes "
"(KiB)  through exbibytes (EiB) depending on the scaling factor enforced with "
"the `E' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "As a default, Line 1 reflects \\*(MP, classified as:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "    total, free, used and buff/cache\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Line 2 reflects mostly \\*(MV, classified as:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "    total, free, used and avail (which is \\*(MP)\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The B<avail> number on line 2 is an estimation of \\*(MP available for "
"starting new applications, without swapping.  Unlike the B<free> field, it "
"attempts to account for readily reclaimable page cache and memory slabs.  It "
"is available on kernels 3.14, emulated on kernels 2.6.27+, otherwise the "
"same as B<free>."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In the alternate memory display modes, two abbreviated summary lines are "
"shown consisting of these elements:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"               a    b          c\n"
"    GiB Mem : B<18.7>/15.738   [ ...\n"
"    GiB Swap: B< 0.0>/7.999    [ ...\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Where: a) is the percentage used; b) is the total available; and c) is one "
"of two visual graphs of those representations."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In the case of \\*(MP, the percentage represents the B<total> minus the "
"estimated B<avail> noted above.  The `Mem' graph itself is divided between "
"the non-cached portion of B<used> and any remaining memory not otherwise "
"accounted for by B<avail>.  \\*(XT 4b. SUMMARY AREA Commands and the `m' "
"command for additional information on that special 4-way toggle."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This table may help in interpreting the scaled values displayed:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    KiB = kibibyte = 1024 bytes\n"
"    MiB = mebibyte = 1024 KiB = 1,048,576 bytes\n"
"    GiB = gibibyte = 1024 MiB = 1,073,741,824 bytes\n"
"    TiB = tebibyte = 1024 GiB = 1,099,511,627,776 bytes\n"
"    PiB = pebibyte = 1024 TiB = 1,125,899,906,842,624 bytes\n"
"    EiB = exbibyte = 1024 PiB = 1,152,921,504,606,846,976 bytes\n"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "3. FIELDS / Columns"
msgstr ""

#.  ----------------------------------------------------------------------
#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "3a. DESCRIPTIONS of Fields"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Listed below are \\*(We's available process fields (columns).  They are "
"shown in strict ascii alphabetical order.  You may customize their position "
"and whether or not they are displayable with the `f' or `F' (Fields "
"Management) \\*(CIs."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Any field is selectable as the sort field, and you control whether they are "
"sorted high-to-low or low-to-high.  For additional information on sort "
"provisions \\*(Xt 4c. TASK AREA Commands, SORTING."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The fields related to \\*(MP or \\*(MV reference `(KiB)' which is the "
"unsuffixed display mode.  Such fields may, however, be scaled from KiB "
"through PiB.  That scaling is influenced via the `e' \\*(CI or established "
"for startup through a build option."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 1.B< %CPU \\*(Em \\*(PU Usage >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The task's share of the elapsed \\*(PU time since the last screen update, "
"expressed as a percentage of total \\*(PU time."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In a true SMP environment, if a process is multi-threaded and \\*(We is "
"I<not> operating in Threads mode, amounts greater than 100% may be "
"reported.  You toggle Threads mode with the `H' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Also for multi-processor environments, if Irix mode is \\*F, \\*(We will "
"operate in Solaris mode where a task's \\*(Pu usage will be divided by the "
"total number of \\*(PUs.  You toggle Irix/Solaris modes with the `I' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT When running in forest view mode (`V') with children collapsed (`v'), "
"this field will also include the \\*(PU time of those unseen children.  "
"\\*(XT 4c. TASK AREA Commands, CONTENT for more information regarding the "
"`V' and `v' toggles."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 2.B< %MEM \\*(Em Memory Usage (RES) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "A task's currently resident share of available \\*(MP."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(XX."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 3.B< CGNAME \\*(Em Control Group Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The name of the control group to which a process belongs, or `-' if not "
"applicable for that process."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This will typically be the last entry in the full list of control groups as "
"shown under the next heading (CGROUPS).  And as is true there, this field is "
"also variable width."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 4.B< CGROUPS \\*(Em Control Groups >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The names of the control group(s) to which a process belongs, or `-' if not "
"applicable for that process."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Control Groups provide for allocating resources (cpu, memory, network "
"bandwidth, etc.) among installation-defined groups of processes.  They "
"enable fine-grained control over allocating, denying, prioritizing, managing "
"and monitoring those resources."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Many different hierarchies of cgroups can exist simultaneously on a system "
"and each hierarchy is attached to one or more subsystems.  A subsystem "
"represents a single resource."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT The CGROUPS field, unlike most columns, is not fixed-width.  When "
"displayed, it plus any other variable width columns will be allocated all "
"remaining screen width (up to the maximum \\*(WX characters).  Even so, such "
"variable width fields could still suffer truncation.  \\*(XT 5c. SCROLLING a "
"Window for additional information on accessing any truncated data."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 5.B< CODE \\*(Em Code Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The amount of \\*(MP currently devoted to executable code, also known as the "
"Text Resident Set size or TRS."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 6.B< COMMAND \\*(Em Command Name> or CommandB< Line >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Display the command line used to start a task or the name of the associated "
"program.  You toggle between commandI< line> andI< name> with `c', which is "
"both a \\*(CO and an \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"When you've chosen to display command lines, processes without a command\n"
"line (like kernel threads) will be shown with only the program name in\n"
"brackets, as in this example:\n"
"    [kthreadd]\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This field may also be impacted by the forest view display mode.  \\*(XC `V' "
"\\*(CI for additional information regarding that mode."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT The COMMAND field, unlike most columns, is not fixed-width.  When "
"displayed, it plus any other variable width columns will be allocated all "
"remaining screen width (up to the maximum \\*(WX characters).  Even so, such "
"variable width fields could still suffer truncation.  This is especially "
"true for this field when command lines are being displayed (the `c' "
"\\*(CI.)  \\*(XT 5c. SCROLLING a Window for additional information on "
"accessing any truncated data."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 7.B< DATA \\*(Em Data + Stack Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The amount of private memory I<reserved> by a process.  It is also known as "
"the Data Resident Set or DRS.  Such memory may not yet be mapped to \\*(MP "
"(RES) but will always be included in the \\*(MV (VIRT) amount."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 8.B< ENVIRON \\*(Em Environment variables >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Display all of the environment variables, if any, as seen by the respective "
"processes.  These variables will be displayed in their raw native order, not "
"the sorted order you are accustomed to seeing with an unqualified `set'."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT The ENVIRON field, unlike most columns, is not fixed-width.  When "
"displayed, it plus any other variable width columns will be allocated all "
"remaining screen width (up to the maximum \\*(WX characters).  Even so, such "
"variable width fields could still suffer truncation.  This is especially "
"true for this field.  \\*(XT 5c. SCROLLING a Window for additional "
"information on accessing any truncated data."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid " 9.B< Flags \\*(Em Task Flags >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This column represents the task's current scheduling flags which are "
"expressed in hexadecimal notation and with zeros suppressed.  These flags "
"are officially documented in E<lt>linux/sched.hE<gt>."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "10.B< GID \\*(Em Group Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< effective> group ID."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "11.B< GROUP \\*(Em Group Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< effective> group name."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "12.B< LXC \\*(Em Lxc Container Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The name of the lxc container within which a task is running.  If a process "
"is not running inside a container, a dash (`-') will be shown."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "13.B< NI \\*(Em Nice Value >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The nice value of the task.  A negative nice value means higher priority, "
"whereas a positive nice value means lower priority.  Zero in this field "
"simply means priority will not be adjusted in determining a task's dispatch-"
"ability."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "14.B< NU \\*(Em Last known NUMA node >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A number representing the NUMA node associated with the last used processor "
"(`P').  When -1 is displayed it means that NUMA information is not available."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(XC `'2' and `3' \\*(CIs for additional NUMA provisions affecting the "
"\\*(SA."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "15.B< OOMa \\*(Em Out of Memory Adjustment Factor >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The value, ranging from -1000 to +1000, added to the current out of memory "
"score (OOMs) which is then used to determine which task to kill when memory "
"is exhausted."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "16.B< OOMs \\*(Em Out of Memory Score >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The value, ranging from 0 to +1000, used to select task(s) to kill when "
"memory is exhausted.  Zero translates to `never kill' whereas 1000 means "
"`always kill'."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "17.B< P \\*(Em Last used \\*(PU (SMP) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A number representing the last used processor.  In a true SMP environment "
"this will likely change frequently since the kernel intentionally uses weak "
"affinity.  Also, the very act of running \\*(We may break this weak affinity "
"and cause more processes to change \\*(PUs more often (because of the extra "
"demand for \\*(Pu time)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "18.B< PGRP \\*(Em Process Group Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Every process is member of a unique process group which is used for "
"distribution of signals and by terminals to arbitrate requests for their "
"input and output.  When a process is created (forked), it becomes a member "
"of the process group of its parent.  By convention, this value equals the "
"process ID (\\*(Xa PID) of the first member of a process group, called the "
"process group leader."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "19.B< PID \\*(Em Process Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The task's unique process ID, which periodically wraps, though never "
"restarting at zero.  In kernel terms, it is a dispatchable entity defined by "
"a task_struct."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This value may also be used as: a process group ID (\\*(Xa PGRP); a session "
"ID for the session leader (\\*(Xa SID); a thread group ID for the thread "
"group leader (\\*(Xa TGID); and a TTY process group ID for the process group "
"leader (\\*(Xa TPGID)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "20.B< PPID \\*(Em Parent Process Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The process ID (pid) of a task's parent."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "21.B< PR \\*(Em Priority >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The scheduling priority of the task.  If you see `rt' in this field, it "
"means the task is running under real time scheduling priority."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Under linux, real time priority is somewhat misleading since traditionally "
"the operating itself was not preemptible.  And while the 2.6 kernel can be "
"made mostly preemptible, it is not always so."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "22.B< RES \\*(Em Resident Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A subset of the virtual address space (VIRT) representing the non-swapped "
"\\*(MP a task is currently using.  It is also the sum of the RSan, RSfd and "
"RSsh fields."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"It can include private anonymous pages, private pages mapped to files "
"(including program images and shared libraries) plus shared anonymous "
"pages.  All such memory is backed by the \\*(MS represented separately under "
"SWAP."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Lastly, this field may also include shared file-backed pages which, when "
"modified, act as a dedicated \\*(MS and thus will never impact SWAP."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "23.B< RSan \\*(Em Resident Anonymous Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A subset of resident memory (RES) representing private pages not mapped to a "
"file."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "24.B< RSfd \\*(Em Resident File-Backed Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A subset of resident memory (RES) representing the implicitly shared pages "
"supporting program images and shared libraries.  It also includes explicit "
"file mappings, both private and shared."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "25.B< RSlk \\*(Em Resident Locked Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "A subset of resident memory (RES) which cannot be swapped out."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "26.B< RSsh \\*(Em Resident Shared Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A subset of resident memory (RES) representing the explicitly shared "
"anonymous shm*/mmap pages."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "27.B< RUID \\*(Em Real User Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< real> user ID."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "28.B< RUSER \\*(Em Real User Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< real> user name."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "29.B< S \\*(Em Process Status >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"The status of the task which can be one of:\n"
"    B<D> = uninterruptible sleep\n"
"    B<I> = idle\n"
"    B<R> = running\n"
"    B<S> = sleeping\n"
"    B<T> = stopped by job control signal\n"
"    B<t> = stopped by debugger during trace\n"
"    B<Z> = zombie\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Tasks shown as running should be more properly thought of as ready to run "
"\\*(Em their task_struct is simply represented on the Linux run-queue.  Even "
"without a true SMP machine, you may see numerous tasks in this state "
"depending on \\*(We's delay interval and nice value."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "30.B< SHR \\*(Em Shared Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A subset of resident memory (RES) that may be used by other processes.  It "
"will include shared anonymous pages and shared file-backed pages.  It also "
"includes private pages mapped to files representing program images and "
"shared libraries."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "31.B< SID \\*(Em Session Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A session is a collection of process groups (\\*(Xa PGRP), usually "
"established by the login shell.  A newly forked process joins the session of "
"its creator.  By convention, this value equals the process ID (\\*(Xa PID) "
"of the first member of the session, called the session leader, which is "
"usually the login shell."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "32.B< SUID \\*(Em Saved User Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< saved> user ID."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "33.B< SUPGIDS \\*(Em Supplementary Group IDs >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The IDs of any supplementary group(s) established at login or inherited from "
"a task's parent.  They are displayed in a comma delimited list."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT The SUPGIDS field, unlike most columns, is not fixed-width.  When "
"displayed, it plus any other variable width columns will be allocated all "
"remaining screen width (up to the maximum \\*(WX characters).  Even so, such "
"variable width fields could still suffer truncation.  \\*(XT 5c. SCROLLING a "
"Window for additional information on accessing any truncated data."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "34.B< SUPGRPS \\*(Em Supplementary Group Names >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The names of any supplementary group(s) established at login or inherited "
"from a task's parent.  They are displayed in a comma delimited list."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT The SUPGRPS field, unlike most columns, is not fixed-width.  When "
"displayed, it plus any other variable width columns will be allocated all "
"remaining screen width (up to the maximum \\*(WX characters).  Even so, such "
"variable width fields could still suffer truncation.  \\*(XT 5c. SCROLLING a "
"Window for additional information on accessing any truncated data."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "35.B< SUSER \\*(Em Saved User Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< saved> user name."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "36.B< SWAP \\*(Em Swapped Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The formerly resident portion of a task's address space written to the "
"\\*(MS when \\*(MP becomes over committed."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "37.B< TGID \\*(Em Thread Group Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The ID of the thread group to which a task belongs.  It is the PID of the "
"thread group leader.  In kernel terms, it represents those tasks that share "
"an mm_struct."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "38.B< TIME \\*(Em \\*(PU Time >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Total \\*(PU time the task has used since it started.  When Cumulative mode "
"is \\*O, each process is listed with the \\*(Pu time that it and its dead "
"children have used.  You toggle Cumulative mode with `S', which is both a "
"\\*(CO and an \\*(CI.  \\*(XC `S' \\*(CI for additional information "
"regarding this mode."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "39.B< TIME+ \\*(Em \\*(PU Time, hundredths >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The same as TIME, but reflecting more granularity through hundredths of a "
"second."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "40.B< TPGID \\*(Em Tty Process Group Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The process group ID of the foreground process for the connected tty, or -1 "
"if a process is not connected to a terminal.  By convention, this value "
"equals the process ID (\\*(Xa PID) of the process group leader (\\*(Xa PGRP)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "41.B< TTY \\*(Em Controlling Tty >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The name of the controlling terminal.  This is usually the device (serial "
"port, pty, etc.) from which the process was started, and which it uses for "
"input or output.  However, a task need not be associated with a terminal, in "
"which case you'll see `?' displayed."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "42.B< UID \\*(Em User Id >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< effective> user ID of the task's owner."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "43.B< USED \\*(Em Memory in Use (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This field represents the non-swapped \\*(MP a task is using (RES) plus the "
"swapped out portion of its address space (SWAP)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "44.B< USER \\*(Em User Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "TheI< effective> user name of the task's owner."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "45.B< VIRT \\*(Em Virtual Memory Size (KiB) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The total amount of \\*(MV used by the task.  It includes all code, data and "
"shared libraries plus pages that have been swapped out and pages that have "
"been mapped but not used."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "46.B< WCHAN \\*(Em Sleeping in Function >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This field will show the name of the kernel function in which the task is "
"currently sleeping.  Running tasks will display a dash (`-') in this column."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "47.B< nDRT \\*(Em Dirty Pages Count >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The number of pages that have been modified since they were last written to "
"\\*(AS.  Dirty pages must be written to \\*(AS before the corresponding "
"physical memory location can be used for some other virtual page."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This field was deprecated with linux 2.6 and is always zero."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "48.B< nMaj \\*(Em Major Page Fault Count >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The number ofB< major> page faults that have occurred for a task.  A page "
"fault occurs when a process attempts to read from or write to a virtual page "
"that is not currently present in its address space.  A major page fault is "
"when \\*(AS access is involved in making that page available."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "49.B< nMin \\*(Em Minor Page Fault count >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The number ofB< minor> page faults that have occurred for a task.  A page "
"fault occurs when a process attempts to read from or write to a virtual page "
"that is not currently present in its address space.  A minor page fault does "
"not involve \\*(AS access in making that page available."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "50.B< nTH \\*(Em Number of Threads >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The number of threads associated with a process."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "51.B< nsIPC \\*(Em IPC namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate interprocess communication (IPC)  "
"resources such as System V IPC objects and POSIX message queues."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "52.B< nsMNT \\*(Em MNT namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate filesystem mount points thus "
"offering different views of the filesystem hierarchy."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "53.B< nsNET \\*(Em NET namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate resources such as network "
"devices, IP addresses, IP routing, port numbers, etc."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "54.B< nsPID \\*(Em PID namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate process ID numbers meaning they "
"need not remain unique.  Thus, each such namespace could have its own `init/"
"systemd' (PID #1) to manage various initialization tasks and reap orphaned "
"child processes."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "55.B< nsUSER \\*(Em USER namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate the user and group ID numbers.  "
"Thus, a process could have a normal unprivileged user ID outside a user "
"namespace while having a user ID of 0, with full root privileges, inside "
"that namespace."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "56.B< nsUTS \\*(Em UTS namespace >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Inode of the namespace used to isolate hostname and NIS domain name.  "
"UTS simply means \"UNIX Time-sharing System\"."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "57.B< vMj \\*(Em Major Page Fault Count Delta>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The number ofB< major> page faults that have occurred since the last update "
"(see nMaj)."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "58.B< vMn \\*(Em Minor Page Fault Count Delta>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The number ofB< minor> page faults that have occurred since the last update "
"(see nMin)."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "3b. MANAGING Fields"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"After pressing the \\*(CI `f' or `F' (Fields Management) you will be "
"presented with a screen showing: 1) the \\*(CW name; 2) the designated sort "
"field; 3) all fields in their current order along with descriptions.  "
"Entries marked with an asterisk are the currently displayed fields, screen "
"width permitting."
msgstr ""

#. type: IP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\(bu"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"As the on screen instructions indicate, you navigate among the fields with "
"theB< Up> andB< Down> \\*(KAs.  The PgUp, PgDn, Home and End keys can also "
"be used to quickly reach the first or last available field."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"TheB< Right> \\*(KA selects a field for repositioning and theB< Left> \\*(KA "
"or the E<lt>B<Enter>E<gt> key commits that field's placement."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `B<d>' key or the E<lt>B<Space>E<gt> bar toggles a field's display "
"status, and thus the presence or absence of the asterisk."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `B<s>' key designates a field as the sort field.  \\*(XT 4c. TASK AREA "
"Commands, SORTING for additional information regarding your selection of a "
"sort field."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `B<a>' and `B<w>' keys can be used to cycle through all available "
"windows and the `B<q>' or E<lt>B<Esc>E<gt> keys exit Fields Management."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Fields Management screen can also be used to change the \\*(CG in either "
"\\*(FM or \\*(AM.  Whatever was targeted when `q' or E<lt>EscE<gt> was "
"pressed will be made current as you return to the \\*(We display.  \\*(XT 5. "
"ALTERNATE-DISPLAY Provisions and the `g' \\*(CI for insight into \\*(CWs and "
"\\*(FGs."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Any window that has been scrolledI< horizontally> will be reset if "
"any field changes are made via the Fields Management screen.  AnyI< "
"vertical> scrolled position, however, will not be affected.  \\*(XT 5c. "
"SCROLLING a Window for additional information regarding vertical and "
"horizontal scrolling."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "4. INTERACTIVE Commands"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Listed below is a brief index of commands within categories.  Some commands "
"appear more than once \\*(Em their meaning or scope may vary depending on "
"the context in which they are issued."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  4a.I< Global-Commands >\n"
"        E<lt>Ent/SpE<gt> ?, =, 0,\n"
"        A, B, d, E, e, g, h, H, I, k, q, r, s, W, X, Y, Z\n"
"  4b.I< Summary-Area-Commands >\n"
"        C, l, t, m, 1, 2, 3, 4, !\n"
"  4c.I< Task-Area-Commands >\n"
"        Appearance:  b, J, j, x, y, z\n"
"        Content:     c, f, F, o, O, S, u, U, V, v\n"
"        Size:        #, i, n\n"
"        Sorting:     E<lt>, E<gt>, f, F, R\n"
"  4d.I< Color-Mapping >\n"
"        E<lt>RetE<gt>, a, B, b, H, M, q, S, T, w, z, 0 - 7\n"
"  5b.I< Commands-for-Windows >\n"
"        -, _, =, +, A, a, g, G, w\n"
"  5c.I< Scrolling-a-Window >\n"
"        C, Up, Dn, Left, Right, PgUp, PgDn, Home, End\n"
"  5d.I< Searching-in-a-Window >\n"
"        L, &\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "4a. GLOBAL Commands"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The global \\*(CIs areB< always> available in both \\*(FM and \\*(AM.  "
"However, some of these \\*(CIs areB< not available> when running in Secure "
"mode."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you wish to know in advance whether or not your \\*(We has been secured, "
"simply ask for help and view the system summary on the second line."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ E<lt>B<Enter>E<gt> or E<lt>B<Space>E<gt>\\ \\ :I<Refresh-Display >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These commands awaken \\*(We and following receipt of any input the entire "
"display will be repainted.  They also force an update of any hotplugged "
"\\*(Pu or \\*(MP changes."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Use either of these keys if you have a large delay interval and wish to see "
"current status,"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<?> | B<h>\\ \\ :I<Help >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"There are two help levels available.  The first will provide a reminder of "
"all the basic \\*(CIs.  If \\*(We isI< secured>, that screen will be "
"abbreviated."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Typing `h' or `?' on that help screen will take you to help for those "
"\\*(CIs applicable to \\*(AM."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<=>\\ \\ :I<Exit-Display-Limits >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Removes restrictions on what is shown.  This command will reverse any "
"`i' (idle tasks), `n' (max tasks)  and `v' (hide children) commands that "
"might be active.  It also provides for an exit from PID monitoring, User "
"filtering, Other filtering, Locate processing and Combine Cpus mode."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Additionally, if the window has been scrolled it will be reset with this "
"command."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<0>\\ \\ :I<Zero-Suppress> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command determines whether zeros are shown or suppressed for many of "
"the fields in a \\*(TW.  Fields like UID, GID, NI, PR or P are not affected "
"by this toggle."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<A>\\ \\ :I<Alternate-Display-Mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command will switch between \\*(FM and \\*(AM.  \\*(XT 5. ALTERNATE-"
"DISPLAY Provisions and the `g' \\*(CI for insight into \\*(CWs and \\*(FGs."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<B>\\ \\ :I<Bold-Disable/Enable> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command will influence use of the bold terminfo capability and altersB< "
"both> the \\*(SA and \\*(TA for the \\*(CW.  While it is intended primarily "
"for use with dumb terminals, it can be applied anytime."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT When this toggle is \\*O and \\*(We is operating in monochrome mode, "
"theB< entire display> will appear as normal text.  Thus, unless the `x' and/"
"or `y' toggles are using reverse for emphasis, there will be no visual "
"confirmation that they are even on."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<d> | B<s>\\ \\ :I<Change-Delay-Time-interval >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted to enter the delay time, in seconds, between display "
"updates."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Fractional seconds are honored, but a negative number is not allowed.  "
"Entering 0 causes (nearly) continuous updates, with an unsatisfactory "
"display as the system and tty driver try to keep up with \\*(We's demands.  "
"The delay value is inversely proportional to system loading, so set it with "
"care."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If at any time you wish to know the current delay time, simply ask for help "
"and view the system summary on the second line."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<E>\\ \\ :I<Enforce-Summary-Memory-Scale> in Summary Area"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"With this command you can cycle through the available \\*(SA memory scaling "
"which ranges from KiB (kibibytes or 1,024 bytes) through EiB (exbibytes or "
"1,152,921,504,606,846,976 bytes)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you see a `+' between a displayed number and the following label, it "
"means that \\*(We was forced to truncate some portion of that number.  By "
"raising the scaling factor, such truncation can be avoided."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<e>\\ \\ :I<Enforce-Task-Memory-Scale> in Task Area"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"With this command you can cycle through the available \\*(TA memory scaling "
"which ranges from KiB (kibibytes or 1,024 bytes) through PiB (pebibytes or "
"1,125,899,906,842,624 bytes)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"While \\*(We will try to honor the selected target range, additional scaling "
"might still be necessary in order to accommodate current values.  If you "
"wish to see a more homogeneous result in the memory columns, raising the "
"scaling range will usually accomplish that goal.  Raising it too high, "
"however, is likely to produce an all zero result which cannot be suppressed "
"with the `0' \\*(CI."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<g>\\ \\ :I<Choose-Another-Window/Field-Group >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted to enter a number between 1 and 4 designating the "
"\\*(FG which should be made the \\*(CW.  You will soon grow comfortable with "
"these 4 windows, especially after experimenting with \\*(AM."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<H>\\ \\ :I<Threads-mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When this toggle is \\*O, individual threads will be displayed for all "
"processes in all visible \\*(TWs.  Otherwise, \\*(We displays a summation of "
"all threads in each process."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<I>\\ \\ :I<Irix/Solaris-Mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When operating in Solaris mode (`I' toggled \\*F), a task's \\*(Pu usage "
"will be divided by the total number of \\*(PUs.  After issuing this command, "
"you'll be told the new state of this toggle."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<k>\\ \\ :I<Kill-a-task >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "You will be prompted for a PID and then the signal to send."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Entering no PID or a negative number will be interpreted as the default "
"shown in the prompt (the first task displayed).  A PID value of zero means "
"the \\*(We program itself."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The default signal, as reflected in the prompt, is SIGTERM.  However, you "
"can send any signal, via number or name."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you wish to abort the kill process, do one of the following depending on "
"your progress:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    1) at the pid prompt, type an invalid number\n"
"    2) at the signal prompt, type 0 (or any invalid signal)\n"
"    3) at any prompt, type E<lt>EscE<gt>\n"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<q>\\ \\ :I<Quit >"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<r>\\ \\ :I<Renice-a-Task >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "You will be prompted for a PID and then the value to nice it to."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A positive nice value will cause a process to lose priority.  Conversely, a "
"negative nice value will cause a process to be viewed more favorably by the "
"kernel.  As a general rule, ordinary users can only increase the nice value "
"and are prevented from lowering it."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you wish to abort the renice process, do one of the following depending "
"on your progress:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    1) at the pid prompt, type an invalid number\n"
"    2) at the nice prompt, type E<lt>EnterE<gt> with no input\n"
"    3) at any prompt, type E<lt>EscE<gt>\n"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<W>\\ \\ :I<Write-the-Configuration-File >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This will save all of your options and toggles plus the current display mode "
"and delay time.  By issuing this command just before quitting \\*(We, you "
"will be able restart later in exactly that same state."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<X>\\ \\ :I<Extra-Fixed-Width >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Some fields are fixed width and not scalable.  As such, they are subject to "
"truncation which would be indicated by a `+' in the last position."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This \\*(CI can be used to alter the widths of the following fields:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   I< field  default    field  default    field  default >\n"
"    GID       5       GROUP     8       WCHAN    10\n"
"    RUID      5       LXC       8       nsIPC    10\n"
"    SUID      5       RUSER     8       nsMNT    10\n"
"    UID       5       SUSER     8       nsNET    10\n"
"                      TTY       8       nsPID    10\n"
"                      USER      8       nsUSER   10\n"
"                                        nsUTS    10\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted for the amount to be added to the default widths shown "
"above.  Entering zero forces a return to those defaults."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you enter a negative number, \\*(We will automatically increase the "
"column size as needed until there is no more truncated data.  You can "
"accelerate this process by reducing the delay interval or holding down the "
"E<lt>SpaceE<gt> bar."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Whether explicitly or automatically increased, the widths for these "
"fields are never decreased by \\*(We.  To narrow them you must specify a "
"smaller number or restore the defaults."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<Y>\\ \\ :I<Inspect-Other-Output >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"After issuing the `Y' \\*(CI, you will be prompted for a target PID.  Typing "
"a value or accepting the default results in a separate screen.  That screen "
"can be used to view a variety of files or piped command output while the "
"normal \\*(We iterative display is paused."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT This \\*(CI is only fully realized when supporting entries have been "
"manually added to the end of the \\*(We \\*(CF.  For details on creating "
"those entries, \\*(Xt 6b. ADDING INSPECT Entries."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Most of the keys used to navigate the Inspect feature are reflected in its "
"header prologue.  There are, however, additional keys available once you "
"have selected a particular file or command.  They are familiar to anyone who "
"has used the pager `less' and are summarized here for future reference."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"   I< key      function >\n"
"    =        alternate status-line, file or pipeline\n"
"    /        find, equivalent to `L' locate\n"
"    n        find next, equivalent to `&' locate next\n"
"    E<lt>SpaceE<gt>  scroll down, equivalent to E<lt>PgDnE<gt>\n"
"    b        scroll up, equivalent to E<lt>PgUpE<gt>\n"
"    g        first line, equivalent to E<lt>HomeE<gt>\n"
"    G        last line, equivalent to E<lt>EndE<gt>\n"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<Z>\\ \\ :I<Change-Color-Mapping >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This key will take you to a separate screen where you can change the colors "
"for the \\*(CW, or for all windows.  For details regarding this \\*(CI "
"\\*(Xt 4d. COLOR Mapping."
msgstr ""

#. type: IP
#: opensuse-leap-15-6
#, no-wrap
msgid "*"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The commands shown with an \\*(AK are not available in Secure mode, nor will "
"they be shown on the level-1 help screen."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "4b. SUMMARY AREA Commands"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The \\*(SA \\*(CIs areB< always available> in both \\*(FM and \\*(AM.  They "
"affect the beginning lines of your display and will determine the position "
"of messages and prompts."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These commands always impact just the \\*(CG.  \\*(XT 5. ALTERNATE-DISPLAY "
"Provisions and the `g' \\*(CI for insight into \\*(CWs and \\*(FGs."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<C>\\ \\ :I<Show-scroll-coordinates> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Toggle an informational message which is displayed whenever the message line "
"is not otherwise being used.  For additional information \\*(Xt 5c. "
"SCROLLING a Window."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<l>\\ \\ :I<Load-Average/Uptime> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This is also the line containing the program name (possibly an alias)  when "
"operating in \\*(FM or the \\*(CW name when operating in \\*(AM."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<t>\\ \\ :I<Task/Cpu-States> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command affects from 2 to many \\*(SA lines, depending on the state of "
"the `1', `2' or `3' \\*(CTs and whether or not \\*(We is running under true "
"SMP."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This portion of the \\*(SA is also influenced by the `H' \\*(CI toggle, as "
"reflected in the total label which shows either Tasks or Threads."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This command serves as a 4-way toggle, cycling through these modes:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    1. detailed percentages by category\n"
"    2. abbreviated user/system and total % + bar graph\n"
"    3. abbreviated user/system and total % + block graph\n"
"    4. turn off task and cpu states display\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When operating in either of the graphic modes, the display becomes much more "
"meaningful when individual CPUs or NUMA nodes are also displayed.  \\*(XC "
"the `1', `2' and `3' commands below for additional information."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<m>\\ \\ :I<Memory/Swap-Usage> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command affects the two \\*(SA lines dealing with physical and virtual "
"memory."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    1. detailed percentages by memory type\n"
"    2. abbreviated % used/total available + bar graph\n"
"    3. abbreviated % used/total available + block graph\n"
"    4. turn off memory display\n"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<1>\\ \\ :I<Single/Separate-Cpu-States> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command affects how the `t' command's Cpu States portion is shown.  "
"Although this toggle exists primarily to serve massively-parallel SMP "
"machines, it is not restricted to solely SMP environments."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When you see `%Cpu(s):' in the \\*(SA, the `1' toggle is \\*O and all \\*(Pu "
"information is gathered in a single line.  Otherwise, each \\*(Pu is "
"displayed separately as: `%Cpu0, %Cpu1, ...' up to available screen height."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<2>\\ \\ :I<NUMA-Nodes/Cpu-Summary> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command toggles between the `1' command cpu summary display (only)  or "
"a summary display plus the cpu usage statistics for each NUMA Node.  It is "
"only available if a system has the requisite NUMA support."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<3>\\ \\ :I<Expand-NUMA-Node >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be invited to enter a number representing a NUMA Node.  Thereafter, "
"a node summary plus the statistics for each cpu in that node will be shown "
"until the `1', `2' or `4' \\*(CT is pressed.  This \\*(CI is only available "
"if a system has the requisite NUMA support."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<4>\\ \\ :I<Display-Cpus-Two-Abreast >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command turns the `1' toggle \\*F for individual \\*(Pu display but "
"prints the results two abreast.  It requires a terminal with a minimum width "
"of 80 columns.  If a terminal's width is decreased below the minimum while "
"\\*(We is running, \\*(We reverts to the normal `1' toggle \\*F state."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"To avoid truncation when displaying detailed \\*(Pu statistcs, as opposed to "
"the graphic representations, a minimum width of 165 columns would be "
"required."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<!>\\ \\ :I<Combine-Cpus-Mode >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This \\*(CT is intended for massively parallel SMP environments where, even "
"with the `4' \\*(CT, not all processors can be displayed.  With each press "
"of `!' the number of additional \\*(Pu's combined is doubled thus reducing "
"the total number of \\*(Pu lines displayed."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For example, with the first press of `!' one additional \\*(Pu will be "
"combined and displayed as `0-1, 2-3, ...' instead of the normal `%Cpu0, "
"%Cpu1, %Cpu2, %Cpu3, ...'.  With a second `!' \\*(CT two additional \\*(Pus "
"are combined and shown as `0-2, 3-5, ...'.  Then the third '!' press, "
"combining four additional \\*(Pus, shows as `0-4, 5-9, ...', etc."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Such progression continues until individual \\*(Pus are again displayed and "
"impacts both the `1' and `4' toggles (one or two columns).  Use the `=' "
"command to exit B<Combine Cpus> mode."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT If the entire \\*(SA has been toggled \\*F for any window, you would "
"be left with just theB< message line>.  In that way, you will have maximized "
"available task rows but (temporarily)  sacrificed the program name in \\*(FM "
"or the \\*(CW name when in \\*(AM."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "4c. TASK AREA Commands"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "The \\*(TA \\*(CIs areB< always> available in \\*(FM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The \\*(TA \\*(CIs areB< never available> in \\*(AMI< if> the \\*(CW's "
"\\*(TD has been toggled \\*F (\\*(Xt 5. ALTERNATE-DISPLAY Provisions)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<APPEARANCE> of \\*(TW"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<J>\\ \\ :I<Justify-Numeric-Columns> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Alternates between right-justified (the default) and left-justified numeric "
"data.  If the numeric data completely fills the available column, this "
"\\*(CT may impact the column header only."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<j>\\ \\ :I<Justify-Character-Columns> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Alternates between left-justified (the default) and right-justified "
"character data.  If the character data completely fills the available "
"column, this \\*(CT may impact the column header only."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The following commands will also be influenced by the state of the global "
"`B' (bold enable) toggle."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<b>\\ \\ :I<Bold/Reverse> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command will impact how the `x' and `y' toggles are displayed.  It may "
"also impact the \\*(SA when a bar graph has been selected for \\*(Pu states "
"or memory usage via the `t' or `m' toggles."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<x>\\ \\ :I<Column-Highlight> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"Changes highlighting for the current sort field.\n"
"If you forget which field is being sorted this command can serve as a quick\n"
"visual reminder, providing the sort field is being displayed.\n"
"The sort field mightI< not> be visible because:\n"
"    1) there is insufficientI< Screen Width >\n"
"    2) the `f' \\*(CI turned it \\*F\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Whenever Searching and/or Other Filtering is active in a window, "
"column highlighting is temporarily disabled.  \\*(XC notes at the end of "
"topics 5d. SEARCHING and 5e. FILTERING for an explanation why."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<y>\\ \\ :I<Row-Highlight> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Changes highlighting for \"running\" tasks.  For additional insight into "
"this task state, \\*(Xt 3a. DESCRIPTIONS of Fields, the `S' field (Process "
"Status)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Use of this provision provides important insight into your system's health.  "
"The only costs will be a few additional tty escape sequences."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<z>\\ \\ :I<Color/Monochrome> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Switches the \\*(CW between your last used color scheme and the older form "
"of black-on-white or white-on-black.  This command will alterB< both> the "
"\\*(SA and \\*(TA but does not affect the state of the `x', `y' or `b' "
"toggles."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<CONTENT> of \\*(TW"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<c>\\ \\ :I<Command-Line/Program-Name> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This command will be honored whether or not the COMMAND column is currently "
"visible.  Later, should that field come into view, the change you applied "
"will be seen."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<f> | B<F>\\ \\ :I<Fields-Management >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These keys display a separate screen where you can change which fields are "
"displayed, their order and also designate the sort field.  For additional "
"information on these \\*(CIs \\*(Xt 3b. MANAGING Fields."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<o> | B<O>\\ \\ :I<Other-Filtering >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted for the selection criteria which then determines which "
"tasks will be shown in the \\*(CW.  Your criteria can be made case sensitive "
"or case can be ignored.  And you determine if \\*(We should include or "
"exclude matching tasks."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(XT 5e. FILTERING in a window for details on these and additional related "
"\\*(CIs."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<S>\\ \\ :I<Cumulative-Time-Mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When Cumulative mode is \\*O, each process is listed with the \\*(Pu time "
"that it and its dead children have used."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When \\*F, programs that fork into many separate tasks will appear less "
"demanding.  For programs like `init' or a shell this is appropriate but for "
"others, like compilers, perhaps not.  Experiment with two \\*(TWs sharing "
"the same sort field but with different `S' states and see which "
"representation you prefer."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"After issuing this command, you'll be informed of the new state of this "
"toggle.  If you wish to know in advance whether or not Cumulative mode is in "
"effect, simply ask for help and view the window summary on the second line."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<u> | B<U>\\ \\ :I<Show-Specific-User-Only >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted for theB< uid> orB< name> of the user to display.  The -"
"u option matches on B< effective> user whereas the -U option matches onB< "
"any> user (real, effective, saved, or filesystem)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Thereafter, in that \\*(TW only matching users will be shown, or possibly no "
"processes will be shown.  Prepending an exclamation point (`!') to the user "
"id or name instructs \\*(We to display only processes with users not "
"matching the one provided."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Different \\*(TWs can be used to filter different users.  Later, if you wish "
"to monitor all users again in the \\*(CW, re-issue this command but just "
"press E<lt>EnterE<gt> at the prompt."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<V>\\ \\ :I<Forest-View-Mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In this mode, processes are reordered according to their parents and the "
"layout of the COMMAND column resembles that of a tree.  In forest view mode "
"it is still possible to toggle between program name and command line (\\*(Xc "
"`c' \\*(CI) or between processes and threads (\\*(Xc `H' \\*(CI)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Typing any key affecting the sort order will exit forest view mode in "
"the \\*(CW.  \\*(XT 4c. TASK AREA Commands, SORTING for information on those "
"keys."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<v>\\ \\ :I<Hide/Show-Children> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When in forest view mode, this key serves as a toggle to collapse or expand "
"the children of a parent."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The toggle is applied against the first (topmost) process in the \\*(CW.  "
"\\*(XT 5c. SCROLLING a Window for additional information regarding vertical "
"scrolling."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If the target process has not forked any children, this key has no effect.  "
"It also has no effect when not in forest view mode."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<SIZE> of \\*(TW"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<i>\\ \\ :I<Idle-Process> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Displays all tasks or just active tasks.  When this toggle is \\*F, tasks "
"that have not used any \\*(PU since the last update will not be displayed.  "
"However, due to the granularity of the %CPU and TIME+ fields, some processes "
"may still be displayed thatI< appear> to have usedI< no> \\*(PU."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If this command is applied to the last \\*(TD when in \\*(AM, then it will "
"not affect the window's size, as all prior \\*(TDs will have already been "
"painted."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<n> | B<#>\\ \\ :I<Set-Maximum-Tasks >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted to enter the number of tasks to display.  The lessor of "
"your number and available screen rows will be used."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When used in \\*(AM, this is the command that gives you precise control over "
"the size of each currently visible \\*(TD, except for the very last.  It "
"will not affect the last window's size, as all prior \\*(TDs will have "
"already been painted."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT If you wish to increase the size of the last visible \\*(TD when in "
"\\*(AM, simply decrease the size of the \\*(TD(s) above it."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<SORTING> of \\*(TW"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For compatibility, this \\*(We supports most of the former \\*(We sort "
"keys.  Since this is primarily a service to former \\*(We users, these "
"commands do not appear on any help screen."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"     I< command   sorted-field                  supported >\n"
"      A         start time (non-display)     B< No >\n"
"      M         %MEM                          Yes\n"
"      N         PID                           Yes\n"
"      P         %CPU                          Yes\n"
"      T         TIME+                         Yes\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Before using any of the following sort provisions, \\*(We suggests that you "
"temporarily turn on column highlighting using the `x' \\*(CI.  That will "
"help ensure that the actual sort environment matches your intent."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"The following \\*(CIs willB< only> be honored when the current sort field\n"
"isB< visible>.\n"
"The sort field mightI< not> be visible because:\n"
"      1) there is insufficientI< Screen Width >\n"
"      2) the `f' \\*(CI turned it \\*F\n"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<E<lt>>\\ \\ :I<Move-Sort-Field-Left >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Moves the sort column to the left unless the current sort field is the first "
"field being displayed."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<E<gt>>\\ \\ :I<Move-Sort-Field-Right >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Moves the sort column to the right unless the current sort field is the last "
"field being displayed."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The following \\*(CIs willB< always> be honored whether or not the current "
"sort field is visible."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These keys display a separate screen where you can change which field is "
"used as the sort column, among other functions.  This can be a convenient "
"way to simply verify the current sort field, when running \\*(We with column "
"highlighting turned \\*F."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<R>\\ \\ :I<Reverse/Normal-Sort-Field> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Using this \\*(CI you can alternate between high-to-low and low-to-high "
"sorts."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Field sorting uses internal values, not those in column display.  "
"Thus, the TTY and WCHAN fields will violate strict ASCII collating sequence."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "4d. COLOR Mapping"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When you issue the `Z' \\*(CI, you will be presented with a separate "
"screen.  That screen can be used to change the colors in just the \\*(CW or "
"in all four windows before returning to the \\*(We display."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The following \\*(CIs are available."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    B<4> upper case letters to select aB< target >\n"
"    B<8> numbers to select aB< color >\n"
"    normal toggles available \n"
"        B         :bold disable/enable\n"
"        b         :running tasks \"bold\"/reverse\n"
"        z         :color/mono\n"
"    other commands available \n"
"        a/w       :apply, then go to next/prior\n"
"        E<lt>EnterE<gt>   :apply and exit\n"
"        q         :abandon current changes and exit\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you use `a' or `w' to cycle the targeted window, you will have applied "
"the color scheme that was displayed when you left that window.  You can, of "
"course, easily return to any window and reapply different colors or turn "
"colors \\*F completely with the `z' toggle."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The Color Mapping screen can also be used to change the \\*(CG in either "
"\\*(FM or \\*(AM.  Whatever was targeted when `q' or E<lt>EnterE<gt> was "
"pressed will be made current as you return to the \\*(We display."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "5. ALTERNATE-DISPLAY Provisions"
msgstr ""

#.  ----------------------------------------------------------------------
#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "5a. WINDOWS Overview"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Field Groups/Windows>:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In \\*(FM there is a single window represented by the entire screen.  That "
"single window can still be changed to display 1 of 4 differentB< field "
"groups> (\\*(Xc `g' \\*(CI, repeated below).  Each of the 4 \\*(FGs has a "
"unique separately configurableB< \\*(SA > and its own configurableB< \\*(TA>."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In \\*(AM, those 4 underlying \\*(FGs can now be made visible "
"simultaneously, or can be turned \\*F individually at your command."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The \\*(SA will always exist, even if it's only the message line.  At any "
"given time onlyI< one> \\*(SA can be displayed.  However, depending on your "
"commands, there could be fromI< zero > toI< four> separate \\*(TDs currently "
"showing on the screen."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Current Window>:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The \\*(CW is the window associated with the \\*(SA and the window to which "
"task related commands are always directed.  Since in \\*(AM you can toggle "
"the \\*(TD \\*F, some commands might be restricted for the \\*(CW."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A further complication arises when you have toggled the first \\*(SA line "
"\\*F.  With the loss of the window name (the `l' toggled line), you'll not "
"easily know what window is the \\*(CW."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "5b. COMMANDS for Windows"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<-> | B<_>\\ \\ :I<Show/Hide-Window(s)> toggles "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `-' key turns the \\*(CW's \\*(TD \\*O and \\*F.  When \\*O, that \\*(TA "
"will show a minimum of the columns header you've established with the `f' "
"\\*(CI.  It will also reflect any other \\*(TA options/toggles you've "
"applied yielding zero or more tasks."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `_' key does the same for all \\*(TDs.  In other words, it switches "
"between the currently visible \\*(TD(s) and any \\*(TD(s) you had toggled "
"\\*F.  If all 4 \\*(TDs are currently visible, this \\*(CI will leave the "
"\\*(SA as the only display element."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<=> | B<+>\\ \\ :I<Equalize/Reset-Window(s) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `=' key forces the \\*(CW's \\*(TD to be visible.  It also reverses any "
"active `i' (idle tasks), `n' (max tasks), `u/U' (user filter), `o/O' (other "
"filter), `v' (hide children), `L' (locate)  and `!' (combine cpus) "
"commands.  Also, if the window had been scrolled, it will be reset with this "
"command.  \\*(XT 5c. SCROLLING a Window for additional information regarding "
"vertical and horizontal scrolling."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `+' key does the same for all windows.  The four \\*(TDs will reappear, "
"evenly balanced, while retaining any customizations previously applied "
"beyond those noted for the `=' \\*(CT."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<A>\\ \\ :I<Alternate-Display-Mode> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "This command will switch between \\*(FM and \\*(AM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The first time you issue this command, all four \\*(TDs will be shown.  "
"Thereafter when you switch modes, you will see only the \\*(TD(s) you've "
"chosen to make visible."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<a> | B<w>\\ \\ :I<Next-Window-Forward/Backward >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This will change the \\*(CW, which in turn changes the window to which "
"commands are directed.  These keys act in a circular fashion so you can "
"reach any desired window using either key."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Assuming the window name is visible (you have not toggled `l' \\*F), "
"whenever the \\*(CW name loses its emphasis/color, that's a reminder the "
"\\*(TD is \\*F and many commands will be restricted."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "*\\ \\ B<g>\\ \\ :I<Choose-Another-Window/Field-Group >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted to enter a number between 1 and 4 designating the "
"\\*(FG which should be made the \\*(CW."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"In \\*(FM, this command is necessary to alter the \\*(CW.  In \\*(AM, it is "
"simply a less convenient alternative to the `a' and `w' commands."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ \\ B<G>\\ \\ :I<Change-Window/Field-Group-Name >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted for a new name to be applied to the \\*(CW.  It does "
"not require that the window name be visible (the `l' toggle to be \\*O)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "The \\*(CIs shown with an \\*(AK have use beyond \\*(AM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    =, A, g    are always available\n"
"    a, w       act the same with color mapping\n"
"               and fields management\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "5c. SCROLLING a Window"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Typically a \\*(TW is a partial view into a systems's total tasks/threads "
"which shows only some of the available fields/columns.  With these \\*(KSs, "
"you can move that view vertically or horizontally to reveal any desired task "
"or column."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Up>,B<PgUp>\\ \\ :I<Scroll-Tasks >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Move the view up toward the first task row, until the first task is "
"displayed at the top of the \\*(CW.  The I<Up> \\*(KA moves a single line "
"while I<PgUp> scrolls the entire window."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Down>,B<PgDn>\\ \\ :I<Scroll-Tasks >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Move the view down toward the last task row, until the last task is the only "
"task displayed at the top of the \\*(CW.  The I<Down> \\*(KA moves a single "
"line while I<PgDn> scrolls the entire window."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Left>,B<Right>\\ \\ :I<Scroll-Columns >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Move the view of displayable fields horizontally one column at a time."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT As a reminder, some fields/columns are not fixed-width but allocated "
"all remaining screen width when visible.  When scrolling right or left, that "
"feature may produce some unexpected results initially."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Additionally, there are special provisions for any variable width field when "
"positioned as the last displayed field.  Once that field is reached via the "
"right arrow key, and is thus the only column shown, you can continue "
"scrolling horizontally within such a field.  \\*(XC `C' \\*(CI below for "
"additional information."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<Home>\\ \\ :I<Jump-to-Home-Position >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Reposition the display to the un-scrolled coordinates."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<End>\\ \\ :I<Jump-to-End-Position >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Reposition the display so that the rightmost column reflects the last "
"displayable field and the bottom task row represents the last task."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT From this position it is still possible to scrollI< down> andI< "
"right> using the \\*(KAs.  This is true until a single column and a single "
"task is left as the only display element."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<C>\\ \\ :I<Show-scroll-coordinates> toggle "
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Toggle an informational message which is displayed whenever the message line "
"is not otherwise being used.  That message will take one of two forms "
"depending on whether or not a variable width column has also been scrolled."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  B<scroll coordinates: y = n/n (tasks), x = n/n (fields)>\n"
"  scroll coordinates: y = n/n (tasks), x = n/n (fields)B< + nn>\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The coordinates shown as B<n>/B<n> are relative to the upper left corner of "
"the \\*(CW.  The additional `B<+\\ nn>' represents the displacement into a "
"variable width column when it has been scrolled horizontally.  Such "
"displacement occurs in normal 8 character tab stop amounts via the right and "
"left arrow keys."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<y = n/n (tasks) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The first B<n> represents the topmost visible task and is controlled by "
"\\*(KSs.  The second B<n> is updated automatically to reflect total tasks."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<x = n/n (fields) >"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The first B<n> represents the leftmost displayed column and is controlled by "
"\\*(KSs.  The second B<n> is the total number of displayable fields and is "
"established with the `B<f>' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The above \\*(CIs areB< always> available in \\*(FM butB< never> available "
"in \\*(AM if the \\*(CW's \\*(TD has been toggled \\*F."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT When any form of filtering is active, you can expect some slight "
"aberrations when scrolling since not all tasks will be visible.  This is "
"particularly apparent when using the Up/Down \\*(KAs."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "5d. SEARCHING in a Window"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You can use these \\*(CIs to locate a task row containing a particular value."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<L>\\ \\ :I<Locate-a-string>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted for the case-sensitive string to locate starting from "
"the current window coordinates.  There are no restrictions on search string "
"content."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Searches are not limited to values from a single field or column.  All of "
"the values displayed in a task row are allowed in a search string.  You may "
"include spaces, numbers, symbols and even forest view artwork."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Keying E<lt>EnterE<gt> with no input will effectively disable the `&' key "
"until a new search string is entered."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "B<&>\\ \\ :I<Locate-next>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Assuming a search string has been established, \\*(We will attempt to locate "
"the next occurrence."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When a match is found, the current window is repositioned vertically so the "
"task row containing that string is first.  The scroll coordinates message "
"can provide confirmation of such vertical repositioning (\\*(Xc `C' "
"\\*(CI).  Horizontal scrolling, however, is never altered via searching."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The availability of a matching string will be influenced by the following "
"factors."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "a. Which fields are displayable from the total available,"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(Xt 3b. MANAGING Fields."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "b. Scrolling a window vertically and/or horizontally,"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(Xt 5c. SCROLLING a Window."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "c. The state of the command/command-line toggle,"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "\\*(Xc `c' \\*(CI."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "d. The stability of the chosen sort column,"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "for example PID is good but %CPU bad."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If a search fails, restoring the \\*(CW home (unscrolled) position, "
"scrolling horizontally, displaying command-lines or choosing a more stable "
"sort field could yet produce a successful `&' search."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Whenever a Search is active in a window, \\*(We will turn column "
"highlighting \\*F to prevent false matches on internal non-display escape "
"sequences.  Such highlighting will be restored when a window's search string "
"is empty.  \\*(XC `x' \\*(CI for additional information on sort column "
"highlighting."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "5e. FILTERING in a Window"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You can use this `Other Filter' feature to establish selection criteria "
"which will then determine which tasks are shown in the \\*(CW.  Such filters "
"can be made presistent if preserved in the rcfile via the 'W' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Establishing a filter requires: 1) a field name; 2) an operator; and 3) a "
"selection value, as a minimum.  This is the most complex of \\*(We's user "
"input requirements so, when you make a mistake, command recall will be your "
"friend.  Remember the Up/Down \\*(KAs or their aliases when prompted for "
"input."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<Filter Basics>"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "1. field names are case sensitive and spelled as in the header"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "2. selection values need not comprise the full displayed field"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "3. a selection is either case insensitive or sensitive to case"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "4. the default is inclusion, prepending `!' denotes exclusions"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "5. multiple selection criteria can be applied to a \\*(TW"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "6. inclusion and exclusion criteria can be used simultaneously"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "7. the 1 equality and 2 relational filters can be freely mixed"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "8. separate unique filters are maintained for each \\*(TW"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If a field is not turned on or is not currently in view, then your selection "
"criteria will not affect the display.  Later, should a filtered field become "
"visible, the selection criteria will then be applied."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<Keyboard Summary>"
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ B<o>\\ \\ :I<Other-Filter> (lower case)"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"You will be prompted to establish a filter that B<ignores case> when "
"matching."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ B<O>\\ \\ :I<Other-Filter> (upper case)"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "You will be prompted to establish a B<case sensitive> filter."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ B<^O>\\ \\ :I<Show-Active-Filters> (Ctrl key + `o')"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This can serve as a reminder of which filters are active in the \\*(CW.  A "
"summary will be shown on the message line until you press the "
"E<lt>EnterE<gt> key."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ B<=>\\ \\ :I<Reset-Filtering> in current window"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This clears all of your selection criteria in the \\*(CW.  It also has "
"additional impact so please \\*(Xt 4a. GLOBAL Commands."
msgstr ""

#. type: TP
#: opensuse-leap-15-6
#, no-wrap
msgid "\\ \\ B<+>\\ \\ :I<Reset-Filtering> in all windows"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This clears the selection criteria in all windows, assuming you are in "
"\\*(AM.  As with the `=' \\*(CI, it too has additional consequences so you "
"might wish to \\*(Xt 5b. COMMANDS for Windows."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<Input Requirements>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When prompted for selection criteria, the data you provide must take one of "
"two forms.  There are 3 required pieces of information, with a 4th as "
"optional.  These examples use spaces for clarity but your input generally "
"would not."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"        #1           B<#2>  #3              ( required )\n"
"        Field-Name   ?   include-if-value\n"
"     B<!>  Field-Name   ?   B<exclude>-if-value\n"
"     #4                                  ( optional )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Items #1, #3 and #4 should be self-explanatory.  Item B<#2> represents both "
"a required I<delimiter> and the I<operator> which must be one of either "
"equality (`=') or relation (`E<lt>' or `E<gt>')."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The `=' equality operator requires only a partial match and that can reduce "
"your `if-value' input requirements.  The `E<gt>' or `E<lt>' relational "
"operators always employ string comparisons, even with numeric fields.  They "
"are designed to work with a field's default I<justification> and with "
"homogeneous data.  When some field's numeric amounts have been subjected to "
"I<scaling> while others have not, that data is no longer homogeneous."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you establish a relational filter and you B<have> changed the default "
"Numeric or Character I<justification>, that filter is likely to fail.  When "
"a relational filter is applied to a memory field and you B<have not> changed "
"the I<scaling>, it may produce misleading results.  This happens, for "
"example, because `100.0m' (MiB) would appear greater than `1.000g' (GiB) "
"when compared as strings."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If your filtered results appear suspect, simply altering justification or "
"scaling may yet achieve the desired objective.  See the `j', `J' and `e' "
"\\*(CIs for additional information."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<Potential Problems>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These B<GROUP> filters could produce the exact same results or the second "
"one might not display anything at all, just a blank \\*(TW."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"     GROUP=root        ( only the same results when )\n"
"     GROUP=ROOT        ( invoked via lower case `o' )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Either of these B<RES> filters might yield inconsistent and/or misleading "
"results, depending on the current memory scaling factor.  Or both filters "
"could produce the exact same results."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"     RESE<gt>9999          ( only the same results when )\n"
"     !RESE<lt>10000        ( memory scaling is at `KiB' )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This B<nMin> filter illustrates a problem unique to scalable fields.  This "
"particular field can display a maximum of 4 digits, beyond which values are "
"automatically scaled to KiB or above.  So while amounts greater than 9999 "
"exist, they will appear as 2.6m, 197k, etc."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "     nMinE<gt>9999         ( always a blank \\*(TW )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "B<Potential Solutions>"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"These examples illustrate how Other Filtering can be creatively applied to "
"achieve almost any desired result.  Single quotes are sometimes shown to "
"delimit the spaces which are part of a filter or to represent a request for "
"status (^O) accurately.  But if you used them with if-values in real life, "
"no matches would be found."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Assuming field B<nTH> is displayed, the first filter will result in only "
"multi-threaded processes being shown.  It also reminds us that a trailing "
"space is part of every displayed field.  The second filter achieves the "
"exact same results with less typing."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"     !nTH=` 1 '                ( ' for clarity only )\n"
"     nTHE<gt>1                     ( same with less i/p )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"With Forest View mode active and the B<COMMAND> column in view, this filter "
"effectively collapses child processes so that just 3 levels are shown."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "     !COMMAND=`       `- '     ( ' for clarity only )\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The final two filters appear as in response to the status request key (^O).  "
"In reality, each filter would have required separate input.  The B<PR> "
"example shows the two concurrent filters necessary to display tasks with "
"priorities of 20 or more, since some might be negative.  Then by exploiting "
"trailing spaces, the B<nMin> series of filters could achieve the failed "
"`9999' objective discussed above."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"     `PRE<gt>20' + `!PR=-'         ( 2 for right result )\n"
"     `!nMin=0 ' + `!nMin=1 ' + `!nMin=2 ' + `!nMin=3 ' ...\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Whenever Other Filtering is active in a window, \\*(We will turn "
"column highlighting \\*F to prevent false matches on internal non-display "
"escape sequences.  Such highlighting will be restored when a window is no "
"longer subject to filtering.  \\*(XC `x' \\*(CI for additional information "
"on sort column highlighting."
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "6. FILES"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "6a. PERSONAL Configuration File"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "This file is created or updated via the 'W' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The legacy version is written as `$HOME/.your-name-4-\\*(We' + `rc' with a "
"leading period."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"A newly created \\*(CF is written as procps/your-name-4-\\*(We' + `rc' "
"without a leading period.  The procps directory will be subordinate to "
"either $XDG_CONFIG_HOME when set as an absolute path or the $HOME/.config "
"directory."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "While not intended to be edited manually, here is the general layout:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    global   # line  1: the program name/alias notation\n"
"      \"      # line  2: id,altscr,irixps,delay,curwin\n"
"    per ea   # line  a: winname,fieldscur\n"
"    window   # line  b: winflags,sortindx,maxtasks,etc\n"
"      \"      # line  c: summclr,msgsclr,headclr,taskclr\n"
"    global   # line 15: additional miscellaneous settings\n"
"      \"      # any remaining lines are devoted to optional\n"
"      \"      # active 'other filters' discussed in section 5e above\n"
"      \"      # plus 'inspect' entries discussed in section 6b below\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If a valid absolute path to the rcfile cannot be established, customizations "
"made to a running \\*(We will be impossible to preserve."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "6b. ADDING INSPECT Entries"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"To exploit the `Y' \\*(CI, you must add entries at theB< end> of the \\*(We "
"personal \\*(CF.  Such entries simply reflect a file to be read or command/"
"pipeline to be executed whose results will then be displayed in a separate "
"scrollable, searchable window."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If you don't know the location or name of your \\*(We rcfile, use the `W' "
"\\*(CI to rewrite it and note those details."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Inspect entries can be added with a redirected echo or by editing the "
"\\*(CF.  Redirecting an echo risks overwriting the rcfile should it replace "
"(E<gt>)  rather than append (E<gt>E<gt>) to that file.  Conversely, when "
"using an editor care must be taken not to corrupt existing lines, some of "
"which will contain unprintable data or unusual characters."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Those Inspect entries beginning with a `#' character are ignored, regardless "
"of content.  Otherwise they consist of the following 3 elements, each of "
"whichI< must> be separated by a tab character (thus 2 `\\et' total):"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  .type:  literal `file' or `pipe'\n"
"  .name:  selection shown on the Inspect screen\n"
"  .fmts:  string representing a path or command\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The two types of Inspect entries areI< not> interchangeable.  Those "
"designated `B<file>' will be accessed using fopen and must reference a "
"single file in the `.fmts' element.  Entries specifying `B<pipe>' will "
"employ popen, their `.fmts' element could contain many pipelined commands "
"and, none can be interactive."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If the file or pipeline represented in your `.fmts' deals with the specific "
"PID input or accepted when prompted, then the format string must also "
"contain the `B<%d>' specifier, as these examples illustrate."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  .fmts=  /proc/I<%d>/numa_maps\n"
"  .fmts=  lsof -P -pI< %d>\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For `B<pipe>' type entries only, you may also wish to redirect stderr to "
"stdout for a more comprehensive result.  Thus the format string becomes:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "  .fmts=  pmap -x %dI< 2E<gt>&1>\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Here are examples of both types of Inspect entries as they might appear in "
"the rcfile.  The first entry will be ignored due to the initial `#' "
"character.  For clarity, the pseudo tab depictions (^I) are surrounded by an "
"extra space but the actual tabs would not be."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  # pipe ^I Sockets ^I lsof -n -P -i 2E<gt>&1\n"
"  pipe ^I Open Files ^I lsof -P -p %d 2E<gt>&1\n"
"  file ^I NUMA Info ^I /proc/%d/numa_maps\n"
"  pipe ^I Log ^I tail -n100 /var/log/syslog | sort -Mr\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Except for the commented entry above, these next examples show what could be "
"echoed to achieve similar results, assuming the rcfile name was `.toprc'.  "
"However, due to the embedded tab characters, each of these lines should be "
"preceded by `B</bin/echo -e>', not just a simple an `echo', to enable "
"backslash interpretation regardless of which shell you use."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  \"pipe\\etOpen Files\\etlsof -P -p %d 2E<gt>&1\" E<gt>E<gt> ~/.toprc\n"
"  \"file\\etNUMA Info\\et/proc/%d/numa_maps\" E<gt>E<gt> ~/.toprc\n"
"  \"pipe\\etLog\\ettail -n200 /var/log/syslog | sort -Mr\" E<gt>E<gt> ~/.toprc\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"If any inspect entry you create produces output with unprintable characters "
"they will be displayed in either the ^C notation or hexadecimal E<lt>FFE<gt> "
"form, depending on their value.  This applies to tab characters as well, "
"which will show as `^I'.  If you want a truer representation, any embedded "
"tabs should be expanded.  The following example takes what could have been a "
"`file' entry but employs a `pipe' instead so as to expand the embedded tabs."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  # next would have contained `\\et' ...\n"
"  # file ^I E<lt>your_nameE<gt> ^I /proc/%d/status\n"
"  # but this will eliminate embedded `\\et' ...\n"
"  pipe ^I E<lt>your_nameE<gt> ^I cat /proc/%d/status | expand -\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"\\*(NT Some programs might rely on I<SIGINT> to end.  Therefore, if a "
"`B<pipe>' such as the following is established, one must use Ctrl-C to "
"terminate it in order to review the results.  This is the single occasion "
"where a `^C' will not also terminate \\*(We."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "  pipe ^I Trace ^I /usr/bin/strace -p %d 2E<gt>&1\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Lastly, while `B<pipe>' type entries have been discussed in terms of "
"pipelines and commands, there is nothing to prevent you from including I< "
"shell scripts> as well.  Perhaps even newly created scripts designed "
"specifically for the `Y' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For example, as the number of your Inspect entries grows over time, the "
"`Options:' row will be truncated when screen width is exceeded.  That does "
"not affect operation other than to make some selections invisible.  However, "
"if some choices are lost to truncation but you want to see more options, "
"there is an easy solution hinted at below."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  Inspection Pause at pid ...\n"
"  Use:  left/right then E<lt>EnterE<gt> ...\n"
"  Options:  help  1  2  3  4  5  6  7  8  9  10  11 ...\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The entries in the \\*(We rcfile would have a number for the `.name' element "
"and the `help' entry would identify a shell script you've written explaining "
"what those numbered selections actually mean.  In that way, many more "
"choices can be made visible."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "6c. SYSTEM Configuration File"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This \\*(CF represents defaults for users who have not saved their own "
"\\*(CF.  The format mirrors exactly the personal \\*(CF and can also include "
"`inspect' entries as explained above."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Creating it is a simple process."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"1. Configure \\*(We appropriately for your installation and preserve that "
"configuration with the `W' \\*(CI."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "2. Add and test any desired `inspect' entries."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "3. Copy that \\*(CF to the I</etc/> directory as `B<topdefaultrc>'."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "6d. SYSTEM Restrictions File"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The presence of this file will influence which version of the help screen is "
"shown to an ordinary user."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"More importantly, it will limit what ordinary users are allowed to do when "
"\\*(We is running.  They will not be able to issue the following commands."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    k        Kill a task\n"
"    r        Renice a task\n"
"    d or s   Change delay/sleep interval\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This \\*(CF is not created by \\*(We.  Rather, it is created manually and "
"placed it in the I</etc/> directory as `B<toprc>'."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "It should have exactly two lines, as shown in this example:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"    s        # line 1: secure mode switch\n"
"    5.0      # line 2: delay interval in seconds\n"
msgstr ""

#.  ......................................................................
#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "7. STUPID TRICKS Sampler"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Many of these tricks work best when you give \\*(We a scheduling boost.  So "
"plan on starting him with a nice value of -10, assuming you've got the "
"authority."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "7a. Kernel Magic"
msgstr ""

#.  ----------------------------------------------------------------------
#.  sorry, just can't help it -- don't ya love the sound of this?
#.  ( apparently AM static was a potential concern )
#. type: Plain text
#: opensuse-leap-15-6
msgid "For these stupid tricks, \\*(We needs \\*(FM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"The user interface, through prompts and help, intentionally implies that the "
"delay interval is limited to tenths of a second.  However, you're free to "
"set any desired delay.  If you want to see Linux at his scheduling best, try "
"a delay of .09 seconds or less."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"For this experiment, under x-windows open an xterm and maximize it.  Then do "
"the following:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid ""
"  . provide a scheduling boost and tiny delay via:\n"
"      nice -n -10 \\*(We -d.09\n"
"  . keep sorted column highlighting \\*F so as to\n"
"    minimize path length\n"
"  . turn \\*O reverse row highlighting for emphasis\n"
"  . try various sort columns (TIME/MEM work well),\n"
"    and normal or reverse sorts to bring the most\n"
"    active processes into view\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"What you'll see is a very busy Linux doing what he's always done for you, "
"but there was no program available to illustrate this."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Under an xterm using `white-on-black' colors, on \\*(We's Color Mapping "
"screen set the task color to black and be sure that task highlighting is set "
"to bold, not reverse.  Then set the delay interval to around .3 seconds."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"After bringing the most active processes into view, what you'll see are the "
"ghostly images of just the currently running tasks."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Delete the existing rcfile, or create a new symlink.  Start this new version "
"then type `T' (a secret key, \\*(Xt 4c. Task Area Commands, SORTING) "
"followed by `W' and `q'.  Finally, restart the program with -d0 (zero delay)."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Your display will be refreshed at three times the rate of the former \\*(We, "
"a 300% speed advantage.  As \\*(We climbs the TIME ladder, be as patient as "
"you can while speculating on whether or not \\*(We will ever reach the "
"\\*(We."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "7b. Bouncing Windows"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "For these stupid tricks, \\*(We needs \\*(AM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"With 3 or 4 \\*(TDs visible, pick any window other than the last and turn "
"idle processes \\*F using the `i' \\*(CT.  Depending on where you applied "
"`i', sometimes several \\*(TDs are bouncing and sometimes it's like an "
"accordion, as \\*(We tries his best to allocate space."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Set each window's summary lines differently: one with no memory (`m'); "
"another with no states (`t'); maybe one with nothing at all, just the "
"message line.  Then hold down `a' or `w' and watch a variation on bouncing "
"windows \\*(Em hopping windows."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Display all 4 windows and for each, in turn, set idle processes to \\*F "
"using the `i' \\*(CT.  You've just entered the \"extreme bounce\" zone."
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "7c. The Big Bird Window"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "This stupid trick also requires \\*(AM."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Display all 4 windows and make sure that 1:Def is the \\*(CW.  Then, keep "
"increasing window size with the `n' \\*(CI until all the other \\*(TDs are "
"\"pushed out of the nest\"."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"When they've all been displaced, toggle between all visible/invisible "
"windows using the `_' \\*(CT.  Then ponder this:"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "   is \\*(We fibbing or telling honestly your imposed truth?\n"
msgstr ""

#.  ......................................................................
#. type: SS
#: opensuse-leap-15-6
#, no-wrap
msgid "7d. The Ol' Switcheroo"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"This stupid trick works best without \\*(AM, since justification is active "
"on a per window basis."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Start \\*(We and make COMMAND the last (rightmost) column displayed.  If "
"necessary, use the `c' \\*(CT to display command lines and ensure that "
"forest view mode is active with the `V' \\*(CT."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Then use the up/down arrow keys to position the display so that some "
"truncated command lines are shown (`+' in last position).  You may have to "
"resize your xterm to produce truncation."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid "Lastly, use the `j' \\*(CT to make the COMMAND column right justified."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"Now use the right arrow key to reach the COMMAND column.  Continuing with "
"the right arrow key, watch closely the direction of travel for the command "
"lines being shown."
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "   some lines travel left, while others travel right\n"
msgstr ""

#. type: Plain text
#: opensuse-leap-15-6
#, no-wrap
msgid "   eventually all lines will Switcheroo, and move right\n"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "8. BUGS"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid "Please send bug reports to E<.UR procps@freelists.org> E<.UE .>"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: SH
#: opensuse-leap-15-6
#, no-wrap
msgid "9. SEE Also"
msgstr ""

#.  ----------------------------------------------------------------------
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"B<free>(1), B<ps>(1), B<uptime>(1), B<atop>(1), B<slabtop>(1), B<vmstat>(8), "
"B<w>(1)"
msgstr ""