Commit a4c42d9adf8fe1b82be048dc8effe195866e62dd

Thomas de Grivel 2023-01-21T15:08:53

help2man-1.42.1

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
diff --git a/README b/README
index d936585..91d23e7 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-		README for GNU help2man version 1.41.2
+		README for GNU help2man version 1.42.1
 
 help2man is a script to create simple man pages from the --help and
 --version output of programs.
 
   http://www.gnu.org/software/help2man/
-  ftp://ftp.gnu.org/gnu/help2man/help2man-1.41.2.tar.gz
+  ftp://ftp.gnu.org/gnu/help2man/help2man-1.42.1.tar.gz
 
   git://anonscm.debian.org/users/bod/help2man.git
   http://anonscm.debian.org/git/users/bod/help2man.git
diff --git a/THANKS b/THANKS
index d581f7c..a570f36 100644
--- a/THANKS
+++ b/THANKS
@@ -41,6 +41,7 @@ David Prévot			<david@tilapin.org>
 Savvas Radevic			<vicedar@gmail.com>
 Maciej W. Rozyc			<macro@ds2.pg.gda.pl>
 Andreas Schwab			<schwab@ls5.informatik.uni-dortmund.de>
+Eric Shattow			<shadow@serverart.org>
 Clytie Siddall			<clytie@riverland.net.au>
 Yann Soubeyrand			<yann.soubeyrand@gmx.fr>
 SUZUKI Shoji			<suzukis@cmpt.phys.tohoku.ac.jp>
diff --git a/configure b/configure
index 45153a1..f8cb522 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU help2man 1.41.2.
+# Generated by GNU Autoconf 2.69 for GNU help2man 1.42.1.
 #
 # Report bugs to <bug-help2man@gnu.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU help2man'
 PACKAGE_TARNAME='help2man'
-PACKAGE_VERSION='1.41.2'
-PACKAGE_STRING='GNU help2man 1.41.2'
+PACKAGE_VERSION='1.42.1'
+PACKAGE_STRING='GNU help2man 1.42.1'
 PACKAGE_BUGREPORT='bug-help2man@gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/help2man/'
 
@@ -1195,7 +1195,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU help2man 1.41.2 to adapt to many kinds of systems.
+\`configure' configures GNU help2man 1.42.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1256,7 +1256,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU help2man 1.41.2:";;
+     short | recursive ) echo "Configuration of GNU help2man 1.42.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1343,7 +1343,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU help2man configure 1.41.2
+GNU help2man configure 1.42.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1444,7 +1444,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU help2man $as_me 1.41.2, which was
+It was created by GNU help2man $as_me 1.42.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3576,7 +3576,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU help2man $as_me 1.41.2, which was
+This file was extended by GNU help2man $as_me 1.42.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3631,7 +3631,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU help2man config.status 1.41.2
+GNU help2man config.status 1.42.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/debian/changelog b/debian/changelog
index 9535c19..3309896 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+help2man (1.42.1) unstable; urgency=low
+
+  * Update Vietnamese translation (thanks to Trần Ngọc Quân).
+  * Update Croatian translation (thanks to Tomislav Krznar).
+  * Consistently strip path and/or libtool "lt-" prefix from any instance
+    of $program derived from --help or --version (thanks to Eric Shattow
+    for identifying the issue).
+
+ -- Brendan O'Dea <bod@debian.org>  Tue, 28 May 2013 21:49:20 +1000
+
 help2man (1.41.2) unstable; urgency=low
 
   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
diff --git a/help2man.1 b/help2man.1
index f15a5f3..da0f56b 100644
--- a/help2man.1
+++ b/help2man.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "April 2013" "help2man 1.41.2" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "May 2013" "help2man 1.42.1" "User Commands"
 .SH NAME
 help2man \- generate a simple manual page
 .SH SYNOPSIS
diff --git a/help2man.PL b/help2man.PL
index 8db8e97..4eba98a 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
 use Config;
 use Getopt::Long;
 
-my ($program, $version) = ('help2man', '1.41.2');
+my ($program, $version) = ('help2man', '1.42.1');
 
 my %opts;
 die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"
@@ -153,6 +153,10 @@ sub kark { die +(sprintf shift, @_), "\n" }
 print OUT <<'!NO!SUBS!';
 sub N_ { $_[0] }
 
+sub program_basename;
+sub get_option_value;
+sub convert_option;
+
 my $version_info = enc_user sprintf _(<<'EOT'), $this_program, $this_version;
 GNU %s %s
 
@@ -327,8 +331,6 @@ for my $hash (\(%include, %append))
     for (keys %$hash) { $hash->{$_} =~ s/\n+$/\n/ }
 }
 
-sub get_option_value;
-
 # Grab help and version info from executable.
 my $help_text   = get_option_value $ARGV[0], $help_option;
 $version_text ||= get_option_value $ARGV[0], $version_option;
@@ -338,7 +340,7 @@ $version_text ||= get_option_value $ARGV[0], $version_option;
 # is used on the footer of the generated manual pages.  If in doubt, you may
 # just use %x as the value (which should be the full locale-specific date).
 my $date = enc strftime _("%B %Y"), localtime;
-(my $program = $ARGV[0]) =~ s!.*/!!;
+my $program = program_basename $ARGV[0];
 my $package = $program;
 my $version;
 
@@ -367,14 +369,14 @@ if ($opt_output)
 if (/^(\S+) +\(((?:GNU|Free) +[^)]+)\) +(.*)/ or
     /^(\S+) +- *((?:GNU|Free) +\S+) +(.*)/)
 {
-    $program = $1;
+    $program = program_basename $1;
     $package = $2;
     $version = $3;
 }
 elsif (/^((?:GNU|Free) +)?(\S+) +(.*)/)
 {
-    $program = $2;
-    $package = $1 ? "$1$2" : $2;
+    $program = program_basename $2;
+    $package = $1 ? "$1$program" : $program;
     $version = $3;
 }
 else
@@ -382,8 +384,6 @@ else
     $version = $_;
 }
 
-$program =~ s!.*/!!;
-
 # No info for `info' itself.
 $opt_no_info = 1 if $program eq 'info';
 
@@ -506,8 +506,6 @@ s/([^\n])\n($PAT_BUGS|$PAT_AUTHOR) /$1\n\n$2 /og;
 # character.
 s/^Copyright +(?:\xa9|\([Cc]\))/Copyright \\(co/mg;
 
-sub convert_option;
-
 while (length)
 {
     # Convert some standard paragraph names.
@@ -762,6 +760,15 @@ close STDOUT or kark N_("%s: error writing to %s (%s)"), $this_program,
 
 exit;
 
+# Get program basename, and strip libtool "lt-" prefix if required.
+sub program_basename
+{
+    local $_ = shift;
+    s!.*/!!;
+    s/^lt-// if $opt_libtool;
+    $_;
+}
+
 # Call program with given option and return results.
 sub get_option_value
 {
@@ -782,7 +789,7 @@ sub get_option_value
 	kark $err, $this_program, $opt, $prog, $extra;
     }
 
-    return $value;
+    $value;
 }
 
 # Convert option dashes to \- to stop nroff from hyphenating 'em, and
diff --git a/help2man.de.1 b/help2man.de.1
index 74f84fd..51db3ad 100644
--- a/help2man.de.1
+++ b/help2man.de.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "April 2013" "help2man 1.41.2" "Benutzerkommandos"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "Mai 2013" "help2man 1.42.1" "Benutzerkommandos"
 .SH NAME
 help2man \- generiert eine einfache Handbuchseite
 .SH ÜBERSICHT
diff --git a/help2man.el.1 b/help2man.el.1
index e246ff3..80347e4 100644
--- a/help2man.el.1
+++ b/help2man.el.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "Απρίλιος 2013" "help2man 1.41.2" "Εντολές χρήστη"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "Μάιος 2013" "help2man 1.42.1" "Εντολές χρήστη"
 .SH NAME
 help2man \- δημιουργία απλής σελίδας εγχειριδίου
 .SH SYNOPSIS
diff --git a/help2man.eo.1 b/help2man.eo.1
index 09137cf..4066d87 100644
--- a/help2man.eo.1
+++ b/help2man.eo.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "2013-04" "help2man 1.41.2" "Uzant-Komandoj"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "2013-05" "help2man 1.42.1" "Uzant-Komandoj"
 .SH NOMO
 help2man \- generas simplan man-paĝon
 .SH RESUMO
diff --git a/help2man.fi.1 b/help2man.fi.1
index b4e80a3..f4a972a 100644
--- a/help2man.fi.1
+++ b/help2man.fi.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "huhtikuu 2013" "help2man 1.41.2" "Käyttäjän sovellukset"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "toukokuu 2013" "help2man 1.42.1" "Käyttäjän sovellukset"
 .SH NIMI
 help2man \- luo yksinkertainen man-sivu
 .SH YLEISKATSAUS
diff --git a/help2man.fr.1 b/help2man.fr.1
index 1d9183c..b247298 100644
--- a/help2man.fr.1
+++ b/help2man.fr.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "avril 2013" "help2man 1.41.2" "Commandes"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "mai 2013" "help2man 1.42.1" "Commandes"
 .SH NOM
 help2man \- crée une page de manuel sommaire
 .SH SYNOPSIS
diff --git a/help2man.hr.1 b/help2man.hr.1
index c3e39ca..799fd08 100644
--- a/help2man.hr.1
+++ b/help2man.hr.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "Travanj 2013" "help2man 1.41.2" "Korisničke naredbe"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "Svibanj 2013" "help2man 1.42.1" "Korisničke naredbe"
 .SH IME
 help2man \- napravi jednostavnu stranicu priručnika
 .SH PREGLED
diff --git a/help2man.info b/help2man.info
index cf9a3a9..b3e9129 100644
--- a/help2man.info
+++ b/help2man.info
@@ -1,13 +1,8 @@
-This is help2man.info, produced by makeinfo version 4.13 from
+This is help2man.info, produced by makeinfo version 5.1 from
 help2man.texi.
 
-INFO-DIR-SECTION Software development
-START-INFO-DIR-ENTRY
-* help2man: (help2man).      Automatic manual page generation.
-END-INFO-DIR-ENTRY
-
-   This file documents the GNU `help2man' command which produces simple
-manual pages from the `--help' and `--version' output of other commands.
+This file documents the GNU 'help2man' command which produces simple
+manual pages from the '--help' and '--version' output of other commands.
 
    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
 2011 Free Software Foundation, Inc.
@@ -17,165 +12,169 @@ manual provided the copyright notice and this permission notice are
 preserved on all copies.
 
    Permission is granted to copy and distribute modified versions of
-this manual under the conditions for verbatim copying, provided that
-the entire resulting derived work is distributed under the terms of a
+this manual under the conditions for verbatim copying, provided that the
+entire resulting derived work is distributed under the terms of a
 permission notice identical to this one.
 
    Permission is granted to copy and distribute translations of this
 manual into another language, under the above conditions for modified
 versions, except that this permission notice may be stated in a
 translation approved by the Foundation.
+INFO-DIR-SECTION Software development
+START-INFO-DIR-ENTRY
+* help2man: (help2man).      Automatic manual page generation.
+END-INFO-DIR-ENTRY
 
 
 File: help2man.info,  Node: Top,  Next: Overview,  Up: (dir)
 
-`help2man'
+'help2man'
 **********
 
-`help2man' produces simple manual pages from the `--help' and
-`--version' output of other commands.
+'help2man' produces simple manual pages from the '--help' and
+'--version' output of other commands.
 
 * Menu:
 
-* Overview::                    Overview of `help2man'.
-* Invoking help2man::           How to run `help2man'.
-* --help recommendations::      Recommended formatting for --help output.
+* Overview::                    Overview of 'help2man'.
+* Invoking help2man::           How to run 'help2man'.
+* --help recommendations::      Recommended formatting for -help output.
 * Including text::              Including additional text in the output.
-* Makefile usage::              Using `help2man' with `make'.
+* Makefile usage::              Using 'help2man' with 'make'.
 * Localised man pages::         Producing native language manual pages.
-* Example::                     Example `help2man' output.
+* Example::                     Example 'help2man' output.
 * Reports::                     Reporting bugs or suggestions.
-* Availability::                Obtaining `help2man'.
+* Availability::                Obtaining 'help2man'.
 
 
 File: help2man.info,  Node: Overview,  Next: Invoking help2man,  Prev: Top,  Up: Top
 
-1 Overview of `help2man'
+1 Overview of 'help2man'
 ************************
 
-`help2man' is a tool for automatically generating simple manual pages
+'help2man' is a tool for automatically generating simple manual pages
 from program output.
 
    Although manual pages are optional for GNU programs other projects,
-such as Debian require them (*note Man Pages: (standards)Man Pages.)
+such as Debian require them (*note (standards)Man Pages::)
 
    This program is intended to provide an easy way for software authors
 to include a manual page in their distribution without having to
 maintain that document.
 
-   Given a program which produces reasonably standard `--help' and
-`--version' outputs, `help2man' can re-arrange that output into
+   Given a program which produces reasonably standard '--help' and
+'--version' outputs, 'help2man' can re-arrange that output into
 something which resembles a manual page.
 
 
 File: help2man.info,  Node: Invoking help2man,  Next: --help recommendations,  Prev: Overview,  Up: Top
 
-2 How to Run `help2man'
+2 How to Run 'help2man'
 ***********************
 
-The format for running the `help2man' program is:
+The format for running the 'help2man' program is:
 
-     `help2man' [OPTION]... EXECUTABLE
+     help2man [OPTION]... EXECUTABLE
 
-   `help2man' supports the following options:
+   'help2man' supports the following options:
 
-`-n STRING'
-`--name=STRING'
-     Use STRING as the description for the `NAME' paragraph of the
+'-n STRING'
+'--name=STRING'
+     Use STRING as the description for the 'NAME' paragraph of the
      manual page.
 
      By default (for want of anything better) this paragraph contains
-     `manual page for PROGRAM VERSION'.
+     'manual page for PROGRAM VERSION'.
 
-     This option overrides an include file `[name]' section (*note
+     This option overrides an include file '[name]' section (*note
      Including text::).
 
-`-s SECTION'
-`--section SECTION'
+'-s SECTION'
+'--section SECTION'
      Use SECTION as the section for the man page.  The default section
      is 1.
 
-`-m MANUAL'
-`--manual=MANUAL'
+'-m MANUAL'
+'--manual=MANUAL'
      Set the name of the manual section to SECTION, used as a centred
-     heading for the manual page.  By default `User Commands' is used
-     for pages in section 1, `Games' for section 6 and `System
+     heading for the manual page.  By default 'User Commands' is used
+     for pages in section 1, 'Games' for section 6 and 'System
      Administration Utilities' for sections 8 and 1M.
 
-`-S SOURCE'
-`--source=SOURCE'
-     The program source is used as a page footer, and often contains
-     the name of the organisation or a suite of which the program is
-     part.  By default the value is the package name and version.
+'-S SOURCE'
+'--source=SOURCE'
+     The program source is used as a page footer, and often contains the
+     name of the organisation or a suite of which the program is part.
+     By default the value is the package name and version.
 
-`-L LOCALE'
-`--locale=LOCALE'
-     Select output locale (default `C').  Both the program and
-     `help2man' must support the given LOCALE (*note Localised man
+'-L LOCALE'
+'--locale=LOCALE'
+     Select output locale (default 'C').  Both the program and
+     'help2man' must support the given LOCALE (*note Localised man
      pages::).
 
-`-i FILE'
-`--include=FILE'
+'-i FILE'
+'--include=FILE'
      Include material from FILE (*note Including text::).
 
-`-I FILE'
-`--opt-include=FILE'
-     A variant of `--include' for use in Makefile pattern rules which
+'-I FILE'
+'--opt-include=FILE'
+     A variant of '--include' for use in Makefile pattern rules which
      does not require FILE to exist.
 
-`-o FILE'
-`--output=FILE'
-     Send output to FILE rather than `stdout'.
+'-o FILE'
+'--output=FILE'
+     Send output to FILE rather than 'stdout'.
 
-`-p TEXT'
-`--info-page=TEXT'
+'-p TEXT'
+'--info-page=TEXT'
      Name of Texinfo manual.
 
-`-N'
-`--no-info'
-     Suppress inclusion of a `SEE ALSO' paragraph directing the reader
+'-N'
+'--no-info'
+     Suppress inclusion of a 'SEE ALSO' paragraph directing the reader
      to the Texinfo documentation.
 
-`-l'
-`--libtool'
-     Drop `lt-' prefix from instances of the program name in the
-     synopsis (`libtool' creates wrapper scripts in the build directory
-     which invoke `foo' as `.libs/lt-foo').
+'-l'
+'--libtool'
+     Drop 'lt-' prefix from instances of the program name in the
+     synopsis ('libtool' creates wrapper scripts in the build directory
+     which invoke 'foo' as '.libs/lt-foo').
 
-`--help'
-`--version'
+'--help'
+'--version'
      Show help or version information.
 
-   By default `help2man' passes the standard `--help' and `--version'
+   By default 'help2man' passes the standard '--help' and '--version'
 options to the executable although alternatives may be specified using:
 
-`-h OPTION'
-`--help-option=OPTION'
+'-h OPTION'
+'--help-option=OPTION'
      Help option string.
 
-`-v OPTION'
-`--version-option=OPTION'
+'-v OPTION'
+'--version-option=OPTION'
      Version option string.
 
-`--version-string=STRING'
+'--version-string=STRING'
      Version string.
 
-`--no-discard-stderr'
+'--no-discard-stderr'
      Include stderr when parsing option output.
 
 
 File: help2man.info,  Node: --help recommendations,  Next: Including text,  Prev: Invoking help2man,  Up: Top
 
-3 `--help' Recommendations
+3 '--help' Recommendations
 **************************
 
-Here are some recommendations for what to include in your `--help'
-output.  Including these gives `help2man' the best chance at generating
+Here are some recommendations for what to include in your '--help'
+output.  Including these gives 'help2man' the best chance at generating
 a respectable man page, as well as benefitting users directly.
 
-   *Note Command-Line Interfaces: (standards)Command-Line Interfaces,
-and *note Man Pages: (standards)Man Pages, for the official GNU
-standards relating to `--help' and man pages.
+   *Note (standards)Command-Line Interfaces::, and *note (standards)Man
+Pages::, for the official GNU standards relating to '--help' and man
+pages.
 
    * A synopsis of how to invoke the program.  If different usages of
      the program have different invocations, then list them all.  For
@@ -185,13 +184,13 @@ standards relating to `--help' and man pages.
             or:  cp [OPTION]... SOURCE... DIRECTORY
           ...
 
-     Use `argv[0]' for the program name in these synopses, just as it
+     Use 'argv[0]' for the program name in these synopses, just as it
      is, with no directory stripping.  This is in contrast to the
      canonical (constant) name of the program which is used in
-     `--version'.
+     '--version'.
 
    * A very brief explanation of what the program does, including
-     default and/or typical behaviour.  For example, here is `cp''s:
+     default and/or typical behaviour.  For example, here is 'cp''s:
 
           Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
 
@@ -200,27 +199,27 @@ standards relating to `--help' and man pages.
      option (if any).  If the option takes an argument, include that
      too, giving it a meaningful name.  Align the descriptions in a
      convenient column, if desired.  Note that to be correctly
-     recognised by `help2man' the description must be separated from
-     the options by at least two spaces and descriptions continued on
+     recognised by 'help2man' the description must be separated from the
+     options by at least two spaces and descriptions continued on
      subsequent lines must start at the same column.
 
-     Here again is an (edited) excerpt from `cp', showing a short
-     option with an equivalent long option, a long option only, and a
-     short option only:
+     Here again is an (edited) excerpt from 'cp', showing a short option
+     with an equivalent long option, a long option only, and a short
+     option only:
 
             -a, --archive                same as -dpR
                 --backup[=CONTROL]       make a backup of each ...
             -b                           like --backup but ...
 
      For programs that take many options, it may be desirable to split
-     the option list into sections such as `Global', `Output control',
-     or whatever makes sense in the particular case.  It is usually
-     best to alphabetise (by short option name first, then long) within
-     each section, or the entire list if there are no sections.
+     the option list into sections such as 'Global', 'Output control',
+     or whatever makes sense in the particular case.  It is usually best
+     to alphabetise (by short option name first, then long) within each
+     section, or the entire list if there are no sections.
 
    * Any useful additional information about program behaviour, such as
      influential environment variables, further explanation of options,
-     etc.  For example, `cp' discusses `VERSION_CONTROL' and sparse
+     etc.  For example, 'cp' discusses 'VERSION_CONTROL' and sparse
      files.
 
    * A few examples of typical usage, at your discretion.  One good
@@ -228,15 +227,14 @@ standards relating to `--help' and man pages.
      is highly recommended.
 
    * In closing, a line stating how to email bug reports.  Typically,
-     MAILING-ADDRESS will be `bug-PROGRAM@gnu.org'; please use this
-     form for GNU programs whenever possible.  It's also good to
-     mention the home page of the program, other mailing lists, etc.
-
+     MAILING-ADDRESS will be 'bug-PROGRAM@gnu.org'; please use this form
+     for GNU programs whenever possible.  It's also good to mention the
+     home page of the program, other mailing lists, etc.
 
-   The `argp' and `popt' programming interfaces let you specify option
-descriptions for `--help' in the same structure as the rest of the
+   The 'argp' and 'popt' programming interfaces let you specify option
+descriptions for '--help' in the same structure as the rest of the
 option definition; you may wish to consider using these routines for
-option parsing instead of `getopt'.
+option parsing instead of 'getopt'.
 
 
 File: help2man.info,  Node: Including text,  Next: Makefile usage,  Prev: --help recommendations,  Up: Top
@@ -245,9 +243,9 @@ File: help2man.info,  Node: Including text,  Next: Makefile usage,  Prev: --help
 *****************************************
 
 Additional static text may be included in the generated manual page by
-using the `--include' and `--opt-include' options (*note Invoking
+using the '--include' and '--opt-include' options (*note Invoking
 help2man::).  While these files can be named anything, for consistency
-we suggest to use the extension `.h2m' for help2man include files.
+we suggest to use the extension '.h2m' for help2man include files.
 
    The format for files included with these option is simple:
 
@@ -258,15 +256,15 @@ we suggest to use the extension `.h2m' for help2man include files.
      text
 
    Blocks of verbatim *roff text are inserted into the output either at
-the start of the given `[section]' (case insensitive), or after a
-paragraph matching `/pattern/'.
+the start of the given '[section]' (case insensitive), or after a
+paragraph matching '/pattern/'.
 
    Patterns use the Perl regular expression syntax and may be followed
-by the `i', `s' or `m' modifiers (*note perlre(1): (*manpages*)perlre.)
+by the 'i', 's' or 'm' modifiers (*note perlre(1): (*manpages*)perlre.)
 
-   Lines before the first section or pattern which begin with `-' are
-processed as options.  Anything else is silently ignored and may be
-used for comments, RCS keywords and the like.
+   Lines before the first section or pattern which begin with '-' are
+processed as options.  Anything else is silently ignored and may be used
+for comments, RCS keywords and the like.
 
    The section output order (for those included) is:
 
@@ -283,42 +281,42 @@ used for comments, RCS keywords and the like.
      COPYRIGHT
      SEE ALSO
 
-   Any `[name]' or `[synopsis]' sections appearing in the include file
+   Any '[name]' or '[synopsis]' sections appearing in the include file
 will replace what would have automatically been produced (although you
-can still override the former with `--name' if required).
+can still override the former with '--name' if required).
 
    Other sections are prepended to the automatically produced output for
-the standard sections given above, or included at _other_ (above) in
-the order they were encountered in the include file.
+the standard sections given above, or included at _other_ (above) in the
+order they were encountered in the include file.
 
 
 File: help2man.info,  Node: Makefile usage,  Next: Localised man pages,  Prev: Including text,  Up: Top
 
-5 Using `help2man' With `make'
+5 Using 'help2man' With 'make'
 ******************************
 
-A suggested use of `help2man' in Makefiles is to have the manual page
+A suggested use of 'help2man' in Makefiles is to have the manual page
 depend not on the binary, but on the source file(s) in which the
-`--help' and `--version' output are defined.
+'--help' and '--version' output are defined.
 
    This usage allows a manual page to be generated by the maintainer and
 included in the distribution without requiring the end-user to have
-`help2man' installed.
+'help2man' installed.
 
-   An example rule for the program `prog' could be:
+   An example rule for the program 'prog' could be:
 
      prog.1: $(srcdir)/main.c
              -$(HELP2MAN) --output=$@ --name='an example program' ./prog
 
-   The value of `HELP2MAN' may be set in `configure.in' using either of:
+   The value of 'HELP2MAN' may be set in 'configure.in' using either of:
 
      AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
 
-   for `automake', or something like:
+   for 'automake', or something like:
 
      AC_PATH_PROG(HELP2MAN, help2man, false // No help2man //)
 
-   for `autoconf' alone.
+   for 'autoconf' alone.
 
 
 File: help2man.info,  Node: Localised man pages,  Next: Example,  Prev: Makefile usage,  Up: Top
@@ -327,26 +325,26 @@ File: help2man.info,  Node: Localised man pages,  Next: Example,  Prev: Makefile
 ****************************************
 
 Manual pages may be produced for any locale supported by both the
-program and `help2man' with the `--locale' (`-L') option.
+program and 'help2man' with the '--locale' ('-L') option.
 
      help2man -L fr_FR@euro -o cp.fr.1 cp
 
-   See `http://translationproject.org/domain/help2man.html' for the
-languages currently supported by `help2man', and *note Reports:: for
-how to submit other translations.
+   See <http://translationproject.org/domain/help2man.html> for the
+languages currently supported by 'help2man', and *note Reports:: for how
+to submit other translations.
 
 6.1 Changing the Location of Message Catalogs
 =============================================
 
 When creating localised manual pages from a program's build directory it
 is probable that the translations installed in the standard location
-will not be (if installed at all) correct for the version of the
-program being built.
+will not be (if installed at all) correct for the version of the program
+being built.
 
-   A preloadable library is provided with `help2man' which will
-intercept `bindtextdomain' calls configuring the location of message
-catalogs for the domain given by `$TEXTDOMAIN' and override the
-location to the path given by `$LOCALEDIR'.
+   A preloadable library is provided with 'help2man' which will
+intercept 'bindtextdomain' calls configuring the location of message
+catalogs for the domain given by '$TEXTDOMAIN' and override the location
+to the path given by '$LOCALEDIR'.
 
    So for example:
 
@@ -358,25 +356,25 @@ location to the path given by `$LOCALEDIR'.
        help2man -L fr_FR@euro -i PROG.fr.h2m -o PROG.fr.1 PROG
      rm -rf tmp
 
-   will cause PROG to load the message catalog from `tmp' rather than
-`/usr/share/locale'.
+   will cause PROG to load the message catalog from 'tmp' rather than
+'/usr/share/locale'.
 
    Notes:
-   * The generalisation of `fr_FR@euro' to `fr' in the example above is
-     done by `gettext', if a more specific match were available it
-     would also have been re-mapped.
+   * The generalisation of 'fr_FR@euro' to 'fr' in the example above is
+     done by 'gettext', if a more specific match were available it would
+     also have been re-mapped.
 
-   * This preload has only been tested against `eglibc' 2.11.2 and
-     `gettext' 0.18.1.1 on a GNU/Linux system; let me know if it does
+   * This preload has only been tested against 'eglibc' 2.11.2 and
+     'gettext' 0.18.1.1 on a GNU/Linux system; let me know if it does
      (or doesn't) work for you (*note Reports::).
 
 
 File: help2man.info,  Node: Example,  Next: Reports,  Prev: Localised man pages,  Up: Top
 
-7 Example `help2man' Output
+7 Example 'help2man' Output
 ***************************
 
-Given a hypothetical program `foo' which produces the following output:
+Given a hypothetical program 'foo' which produces the following output:
 
      $ foo --version
      GNU foo 1.1
@@ -406,8 +404,8 @@ Given a hypothetical program `foo' which produces the following output:
 
      Report bugs to <bug-gnu-utils@gnu.org>.
 
-   `help2man' will produce `nroff' input for a manual page which will
-be formatted something like this:
+   'help2man' will produce 'nroff' input for a manual page which will be
+formatted something like this:
 
      FOO(1)                         User Commands                        FOO(1)
 
@@ -475,38 +473,38 @@ please report them to <bug-help2man@gnu.org>.
 
    Note to translators: Translations are handled though the Translation
 Project (http://translationproject.org/) see
-`http://translationproject.org/html/translators.html' for details.
+<http://translationproject.org/html/translators.html> for details.
 
 
 File: help2man.info,  Node: Availability,  Prev: Reports,  Up: Top
 
-9 Obtaining `help2man'
+9 Obtaining 'help2man'
 **********************
 
 The latest version of this distribution is available online from GNU
 mirrors:
 
-     `http://ftpmirror.gnu.org/help2man/'
+     <http://ftpmirror.gnu.org/help2man/>
 
    If automatic redirection fails, the list of mirrors is at:
 
-     `http://www.gnu.org/order/ftp.html'
+     <http://www.gnu.org/order/ftp.html>
 
    Or if need be you can use the main GNU ftp server:
-     `http://ftp.gnu.org/gnu/help2man/'
+     <http://ftp.gnu.org/gnu/help2man/>
 
 
 
 Tag Table:
-Node: Top1134
-Node: Overview1900
-Node: Invoking help2man2607
-Node: --help recommendations5165
-Node: Including text8564
-Node: Makefile usage10272
-Node: Localised man pages11203
-Node: Example13039
-Node: Reports15644
-Node: Availability16098
+Node: Top1129
+Node: Overview1894
+Node: Invoking help2man2591
+Node: --help recommendations5146
+Node: Including text8512
+Node: Makefile usage10220
+Node: Localised man pages11151
+Node: Example12987
+Node: Reports15592
+Node: Availability16046
 
 End Tag Table
diff --git a/help2man.it.1 b/help2man.it.1
index efe9393..c04bea6 100644
--- a/help2man.it.1
+++ b/help2man.it.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "aprile 2013" "help2man 1.41.2" "Comandi utente"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "maggio 2013" "help2man 1.42.1" "Comandi utente"
 .SH NOME
 help2man \- genera una semplice pagina di manuale
 .SH SINTASSI
diff --git a/help2man.ja.1 b/help2man.ja.1
index 67bf292..86b371e 100644
--- a/help2man.ja.1
+++ b/help2man.ja.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "2013年4月" "help2man 1.41.2" "ユーザーコマンド"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "2013年5月" "help2man 1.42.1" "ユーザーコマンド"
 .SH 名前
 help2man \- 簡易マニュアルページの生成
 .SH 書式
diff --git a/help2man.pl.1 b/help2man.pl.1
index 97d0f03..2677421 100644
--- a/help2man.pl.1
+++ b/help2man.pl.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "kwiecień 2013" "help2man 1.41.2" "Polecenia użytkownika"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "maj 2013" "help2man 1.42.1" "Polecenia użytkownika"
 .SH NAZWA
 help2man \- generowanie prostej strony podręcznika
 .SH SKŁADNIA
diff --git a/help2man.pt_BR.1 b/help2man.pt_BR.1
index dbd5bb0..ec331e9 100644
--- a/help2man.pt_BR.1
+++ b/help2man.pt_BR.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "abril de 2013" "help2man 1.41.2" "Comandos de usuário"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "maio de 2013" "help2man 1.42.1" "Comandos de usuário"
 .SH NOME
 help2man \- gera uma página de manual simples
 .SH SINOPSE
diff --git a/help2man.ru.1 b/help2man.ru.1
index c8c42c8..140162b 100644
--- a/help2man.ru.1
+++ b/help2man.ru.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "14.04.2013" "help2man 1.41.2" "Пользовательские команды"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "28.05.2013" "help2man 1.42.1" "Пользовательские команды"
 .SH ИМЯ
 help2man \- генерирует простую справочную страницу
 .SH ОБЗОР
diff --git a/help2man.sr.1 b/help2man.sr.1
index af72eea..6e78c86 100644
--- a/help2man.sr.1
+++ b/help2man.sr.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH ГНУ "1" "април 2013." "ГНУ help2man 1.41.2" "Корисничке наредбе"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH ГНУ "1" "мај 2013." "ГНУ help2man 1.42.1" "Корисничке наредбе"
 .SH НАЗИВ
 help2man \— ствара страницу упутства
 .SH УВОД
diff --git a/help2man.sv.1 b/help2man.sv.1
index 5f0b39c..7adf408 100644
--- a/help2man.sv.1
+++ b/help2man.sv.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "april 2013" "help2man 1.41.2" "Användarkommandon"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "maj 2013" "help2man 1.42.1" "Användarkommandon"
 .SH NAMN
 help2man \- generera en enkel manualsida
 .SH BESKRIVNING
diff --git a/help2man.uk.1 b/help2man.uk.1
index 023e5fa..16af03e 100644
--- a/help2man.uk.1
+++ b/help2man.uk.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "14.04.13" "help2man 1.41.2" "Команди користувача"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "28.05.13" "help2man 1.42.1" "Команди користувача"
 .SH НАЗВА
 help2man \— програма для створення простих сторінок довідника
 .SH "КОРОТКИЙ ОПИС"
diff --git a/help2man.vi.1 b/help2man.vi.1
index 2f3b6f2..f804a81 100644
--- a/help2man.vi.1
+++ b/help2man.vi.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.41.2.
-.TH HELP2MAN "1" "Tháng tư 2013" "help2man 1.41.2" "Lệnh người dùng"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.42.1.
+.TH HELP2MAN "1" "Tháng năm 2013" "help2man 1.42.1" "Lệnh người dùng"
 .SH TÊN
-help2man \- tạo một trang hướng dẫn đơn giản
+help2man \- tạo một trang hướng dẫn dạng man kiểu đơn giản
 .SH "TÓM TẮT"
 .B help2man
 [\fITÙY_CHỌN\fR]... \fITÊN-LỆNH\fR
@@ -66,12 +66,13 @@ bao gồm cả kết xuất từ đầu ra lỗi tiêu chuẩn
 khi phân tích cú pháp của kết xuất tuỳ chọn
 .PP
 Thông báo lỗi nào cho <bug\-help2man@gnu.org>.
+Thông báo lỗi dịch cho <translation\-team\-vi@lists.sourceforge.net>.
 .PP
 Tác quyền (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
 2011, 2012 Tổ chức Phần mềm Tự do.
 Đây là phần mềm miễn phí; xem trong mã nguồn để biết các điều khoản về sao chép. Đây KHÔNG
 bảo hành; thậm chí còn có thể BÁN ĐƯỢC hay PHÙ HỢP VỚI MỤC ĐÍCH ĐẶC THÙ.
-.SH "TỆP BAO GỒM"
+.SH "TẬP TIN BAO GỒM"
 Cũng có thể bao gồm dữ liệu bổ sung trong kết xuất, dùng tuỳ chọn
 .B \-\-include
 và
@@ -119,7 +120,7 @@ Thứ tự xuất phần (đã bao gồm):
     BẢN QUYỀN
     XEM THÊM
 
-Bắt cứ phần
+Bất cứ phần
 .B [NAME]
 hoặc
 .B [SYNOPSIS]
@@ -136,7 +137,7 @@ cho những phần tiêu chuẩn đưa ra trên, hoặc được bao gồm tại
 .I other
 (bên trên) theo thứ tự gặp trong tập tin bao gồm.
 .SH "TÍNH SẴN SÀNG"
-Phiên bản mới nhất của bản phân phối này có sẵn sàng trực tuyến từ:
+Phiên bản mới nhất của bản phân phối này có thể tải về từ:
 
     ftp://ftp.gnu.org/gnu/help2man/
 .SH "TÁC GIẢ"
diff --git a/po/de.gmo b/po/de.gmo
index 202f251..06e0eae 100644
Binary files a/po/de.gmo and b/po/de.gmo differ
diff --git a/po/de.po b/po/de.po
index 871d5b1..e9d3d34 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-06-02 15:36-0700\n"
 "Last-Translator: Arun Persaud <arun@nubati.net>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -40,7 +40,7 @@ msgstr ""
 "\n"
 "Geschrieben von Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -103,12 +103,12 @@ msgstr ""
 "\n"
 "Berichten Sie Fehler an <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: »%s« kann nicht geöffnet werden (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: Keine gültigen Informationen in »%s« gefunden"
@@ -117,16 +117,16 @@ msgstr "%s: Keine gültigen Informationen in »%s« gefunden"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: %s kann nicht entfernt werden (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: %s kann nicht erzeugt werden (%s)"
@@ -134,7 +134,7 @@ msgstr "%s: %s kann nicht erzeugt werden (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NAME"
 
@@ -169,11 +169,11 @@ msgstr "Aufruf"
 msgid "or"
 msgstr "oder"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "ÜBERSICHT"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "BESCHREIBUNG"
 
@@ -213,39 +213,39 @@ msgstr "Beispiele"
 msgid "This +is +free +software"
 msgstr "Dies +ist +freie +Software"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPTIONEN"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "UMGEBUNG"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "DATEIEN"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "BEISPIELE"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "FEHLERBERICHTE"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTOR"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "SIEHE AUCH"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -273,17 +273,17 @@ msgstr ""
 ".PP\n"
 "Zugriff auf das komplette Handbuch geben.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: Fehler beim Schreiben nach %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: Es wurde keine »%s«-Information von %s erhalten%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr "Versuche »--no-discard-stderr« falls Optionen nach stderr ausgeben"
 
diff --git a/po/el.gmo b/po/el.gmo
index e57dc90..0203eb6 100644
Binary files a/po/el.gmo and b/po/el.gmo differ
diff --git a/po/el.po b/po/el.po
index f9f0d28..4bf52ff 100644
--- a/po/el.po
+++ b/po/el.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-05-05 22:23+0100\n"
 "Last-Translator: Savvas Radevic <vicedar@gmail.com>\n"
 "Language-Team: Greek <team@lists.gnome.gr>\n"
@@ -20,7 +20,7 @@ msgstr ""
 "X-Poedit-Language: Greek\n"
 "X-Poedit-Country: GREECE\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -45,7 +45,7 @@ msgstr ""
 "\n"
 "Συγγραφή: Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -107,12 +107,12 @@ msgstr ""
 "\n"
 "Αναφέρετε σφάλματα σε <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: αδυναμία ανοίγματος `%s' (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: δεν βρέθηκαν έγκυρες πληροφορίες σε `%s'"
@@ -121,16 +121,16 @@ msgstr "%s: δεν βρέθηκαν έγκυρες πληροφορίες σε `
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: αδυναμία αποσύνδεσης %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: αδυναμία δημιουργίας %s (%s)"
@@ -138,7 +138,7 @@ msgstr "%s: αδυναμία δημιουργίας %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NAME"
 
@@ -173,11 +173,11 @@ msgstr "Χρήση"
 msgid "or"
 msgstr "ή"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SYNOPSIS"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "DESCRIPTION"
 
@@ -217,39 +217,39 @@ msgstr "Παραδείγματα"
 msgid "This +is +free +software"
 msgstr "Αυτό +is +free +software"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPTIONS"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "ENVIRONMENT"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "FILES"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "EXAMPLES"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "REPORTING BUGS"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTHOR"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "SEE ALSO"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -276,17 +276,17 @@ msgstr ""
 ".PP\n"
 "θα πρέπει να σας δίνει πρόσβαση στο πλήρες εγχειρίδιο.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: σφάλμα εγγραφής σε %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: αδυναμία λήψης `%s' info από %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "Δοκιμάστε `--no-discard-stderr' αν η επιλογή στέλνει το αποτέλεσμα στο stderr"
diff --git a/po/eo.gmo b/po/eo.gmo
index baa9813..0b36c95 100644
Binary files a/po/eo.gmo and b/po/eo.gmo differ
diff --git a/po/eo.po b/po/eo.po
index 35e2b20..87ca899 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-11 13:49-0300\n"
 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -40,7 +40,7 @@ msgstr ""
 "\n"
 "Verkite de Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -102,12 +102,12 @@ msgstr ""
 "\n"
 "Raportu misojn al <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: ne povas malfermi '%s' (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: neniu valida informo trovite en '%s'"
@@ -116,16 +116,16 @@ msgstr "%s: neniu valida informo trovite en '%s'"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%Y-%m"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: ne povas malligi/forviŝi %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: ne povas krei %s (%s)"
@@ -133,7 +133,7 @@ msgstr "%s: ne povas krei %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NOMO"
 
@@ -168,11 +168,11 @@ msgstr "Uzado"
 msgid "or"
 msgstr "aŭ"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "RESUMO"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "PRISKRIBO"
 
@@ -214,39 +214,39 @@ msgstr "Ekzemploj"
 msgid "This +is +free +software"
 msgstr "Tio +ĉi +estas +libera +programaro"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "ELEKTILOJ"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "MEDIO"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "DOSIEROJ"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "EKZEMPLOJ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "KOPIRAJTO"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "RAPORTADO DE MISOJ"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AŬTORO"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "VIDU ANKAŬ"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -273,17 +273,17 @@ msgstr ""
 ".PP\n"
 "devos doni al vi aliron al la kompleta manlibro.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: eraro dum skribado al %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: ne povas preni '%s'-info el %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr "Provu '--no-discard-stderr' se la elektilo eligas al stderr"
 
diff --git a/po/fi.gmo b/po/fi.gmo
index 383e80f..d75a29c 100644
Binary files a/po/fi.gmo and b/po/fi.gmo differ
diff --git a/po/fi.po b/po/fi.po
index 2e077db..0c03400 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.39.1\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2011-03-03 10:08+0200\n"
 "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -41,7 +41,7 @@ msgstr ""
 "\n"
 "Kirjoittanut Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -105,12 +105,12 @@ msgstr ""
 "Lähetä raportit ohjelmistovioista (englanniksi) osoitteeseen\n"
 "<bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: ei voitu avata tiedostoa \"%s\" (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: kelvollista tietoa ei löytynyt ohjelmasta \"%s\""
@@ -119,16 +119,16 @@ msgstr "%s: kelvollista tietoa ei löytynyt ohjelmasta \"%s\""
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr ""
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: ei voi unlinkata/poistaa tiedostoa %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: ei voitu luoda tiedostoa %s (%s)"
@@ -136,7 +136,7 @@ msgstr "%s: ei voitu luoda tiedostoa %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NIMI"
 
@@ -171,11 +171,11 @@ msgstr "Käyttö"
 msgid "or"
 msgstr "tai"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "YLEISKATSAUS"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "KUVAUS"
 
@@ -215,39 +215,39 @@ msgstr "Esimerkit"
 msgid "This +is +free +software"
 msgstr "Tämä +on +vapaa +ohjelmisto"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "VALITSIMET"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "YMPÄRISTÖ"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "TIEDOSTOT"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "ESIMERKKEJÄ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "TEKIJÄNOIKEUDET"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "VIRHEISTÄ ILMOITTAMINEN"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "TEKIJÄ"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "KATSO MYÖS"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -274,17 +274,17 @@ msgstr ""
 ".PP\n"
 "pitäisi antaa täydellinen manuaali luettavaksi.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: virhe kirjoitettaessa tiedostoon %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: ei saatu \"%s\"-tietoa ohjelmalta %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr "Kokeile ”--no-discard-stderr” mikäli valitsin tulostaa vakiovirheeseen"
 
diff --git a/po/fr.gmo b/po/fr.gmo
index 16b37a7..2333512 100644
Binary files a/po/fr.gmo and b/po/fr.gmo differ
diff --git a/po/fr.po b/po/fr.po
index bdb2b59..e260d49 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-05 16:42-0400\n"
 "Last-Translator: David Prévot <david@tilapin.org>\n"
 "Language-Team: French <traduc@traduc.org>\n"
@@ -19,7 +19,7 @@ msgstr ""
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -43,7 +43,7 @@ msgstr ""
 "\n"
 "Écrit par Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -111,12 +111,12 @@ msgstr ""
 "\n"
 "Signaler les bogues à <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: impossible d'ouvrir « %s » (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: aucune information valable trouvée dans « %s »"
@@ -125,16 +125,16 @@ msgstr "%s: aucune information valable trouvée dans « %s »"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: impossible d'effacer %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: impossible de créer « %s » (%s)"
@@ -143,7 +143,7 @@ msgstr "%s: impossible de créer « %s » (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NOM"
 
@@ -193,12 +193,12 @@ msgid "or"
 msgstr "ou\\s*"
 
 #  Title of the SYNOPSIS section in generated localized manual pages
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SYNOPSIS"
 
 #  Title of the DESCRIPTION section in generated localized manual pages
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "DESCRIPTION"
 
@@ -251,46 +251,46 @@ msgid "This +is +free +software"
 msgstr "[Cc]'?e(ci)? +(?:[\\w-]+ +)?logiciel +(?:[\\w-]+ +)?libre"
 
 #  Title of the OPTIONS section in generated localized manual pages
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPTIONS"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "ENVIRONNEMENT"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "FICHIERS"
 
 #  Title of the EXAMPLES section in generated localized manual pages
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "EXEMPLES"
 
 #  Title of the COPYRIGHT section in generated localized manual pages
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
 #  Title of the BUGS section in generated localized manual pages
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "SIGNALER DES BOGUES"
 
 #  Title of the AUTHOR section in generated localized manual pages
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTEUR"
 
 #  Title of the SEE ALSO section in generated localized manual pages
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "VOIR AUSSI"
 
 #  Paragraph added into localized manual pages to point to info
 #  documentation.
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -318,17 +318,17 @@ msgstr ""
 ".PP\n"
 "devrait donner accès au manuel complet (en anglais).\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: erreur d'écriture sur %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: impossible de récupérer l'information « %s » de %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr "Essayez `--no-discard-stderr' if option outputs to stderr"
 
diff --git a/po/help2man.pot b/po/help2man.pot
index b7496ab..bb8defe 100644
--- a/po/help2man.pot
+++ b/po/help2man.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -31,7 +31,7 @@ msgid ""
 "Written by Brendan O'Dea <bod@debian.org>\n"
 msgstr ""
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -64,12 +64,12 @@ msgid ""
 "Report bugs to <bug-help2man@gnu.org>.\n"
 msgstr ""
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr ""
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr ""
@@ -78,16 +78,16 @@ msgstr ""
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr ""
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr ""
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr ""
@@ -95,7 +95,7 @@ msgstr ""
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr ""
 
@@ -130,11 +130,11 @@ msgstr ""
 msgid "or"
 msgstr ""
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr ""
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr ""
 
@@ -174,39 +174,39 @@ msgstr ""
 msgid "This +is +free +software"
 msgstr ""
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr ""
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr ""
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr ""
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr ""
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr ""
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr ""
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr ""
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr ""
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -222,17 +222,17 @@ msgid ""
 "should give you access to the complete manual.\n"
 msgstr ""
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr ""
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr ""
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 
diff --git a/po/hr.gmo b/po/hr.gmo
index 06579b3..d779a10 100644
Binary files a/po/hr.gmo and b/po/hr.gmo differ
diff --git a/po/hr.po b/po/hr.po
index 9745c67..56e66ea 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,25 +5,27 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: help2man 1.41.1\n"
+"Project-Id-Version: help2man 1.41.2\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
-"PO-Revision-Date: 2013-01-11 23:48+0100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
+"PO-Revision-Date: 2013-04-18 00:04+0200\n"
 "Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
 "Language: hr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Generator: Gtranslator 2.91.6\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
 "\n"
-"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Free Software Foundation, Inc.\n"
 "This is free software; see the source for copying conditions.  There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -32,14 +34,16 @@ msgid ""
 msgstr ""
 "GNU %s %s\n"
 "\n"
-"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Copyright © 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Free Software Foundation, Inc.\n"
-"Ovo je slobodan softver, pogledajte kod za upute o kopiranju. NEMA jamstava,\n"
+"Ovo je slobodan softver, pogledajte kod za upute o kopiranju. NEMA "
+"jamstava,\n"
 "čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.\n"
 "\n"
 "Napisao Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -60,7 +64,8 @@ msgid ""
 "     --help              print this help, then exit\n"
 "     --version           print version number, then exit\n"
 "\n"
-"EXECUTABLE should accept `--help' and `--version' options and produce output on\n"
+"EXECUTABLE should accept `--help' and `--version' options and produce output "
+"on\n"
 "stdout although alternatives may be specified using:\n"
 "\n"
 " -h, --help-option=STRING     help option string\n"
@@ -89,7 +94,8 @@ msgstr ""
 "     --help              ispiši ovu pomoć, zatim izađi\n"
 "     --version           ispiši broj inačice, zatim izađi\n"
 "\n"
-"IZVRŠNADATOTEKA bi trebala prihvaćati opcije „--help” i „--version” te ispisati\n"
+"IZVRŠNADATOTEKA bi trebala prihvaćati opcije „--help” i „--version” te "
+"ispisati\n"
 "rezultat na standardni izlaz iako se mogu navesti alternative:\n"
 "\n"
 " -h, --help-option=NIZ        niz opcije pomoći\n"
@@ -100,12 +106,12 @@ msgstr ""
 "\n"
 "Prijavite greške na <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: ne mogu otvoriti „%s” (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: nisu pronađene ispravne informacije u „%s”"
@@ -114,16 +120,16 @@ msgstr "%s: nisu pronađene ispravne informacije u „%s”"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: ne mogu ukloniti vezu %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: ne mogu napraviti %s (%s)"
@@ -131,7 +137,7 @@ msgstr "%s: ne mogu napraviti %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "IME"
 
@@ -166,11 +172,11 @@ msgstr "Uporaba"
 msgid "or"
 msgstr "ili"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "PREGLED"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "OPIS"
 
@@ -210,39 +216,39 @@ msgstr "Primjeri"
 msgid "This +is +free +software"
 msgstr "Ovo +je +slobodan +softver"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPCIJE"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "OKOLINA"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "DATOTEKE"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "PRIMJERI"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "PRIJAVA GREŠAKA"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTOR"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "TAKOĐER POGLEDAJTE"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -269,19 +275,21 @@ msgstr ""
 ".PP\n"
 "biste trebali dobiti pristup potpunom priručniku.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: greška pri pisanju u %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: ne mogu preuzeti podatke o „%s” iz %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
-msgstr "Pokušajte „--no-discard-stderr” ako opcija ispisuje na standardni izlaz za greške"
+msgstr ""
+"Pokušajte „--no-discard-stderr” ako opcija ispisuje na standardni izlaz za "
+"greške"
 
 #: help2man.h2m.PL:83
 msgid "Include file for help2man man page"
diff --git a/po/it.gmo b/po/it.gmo
index 7d1d7f6..8a5b100 100644
Binary files a/po/it.gmo and b/po/it.gmo differ
diff --git a/po/it.po b/po/it.po
index 063d002..c65a5f8 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man-1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-05 22:17+0200\n"
 "Last-Translator: Sergio Zanchetta <primes2h@ubuntu.com>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -17,7 +17,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -41,7 +41,7 @@ msgstr ""
 "\n"
 "Scritto da Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -106,12 +106,12 @@ msgstr ""
 "\n"
 "Segnalare i bug a <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: impossibile aprire \"%s\" (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: nessuna informazione valida trovata in \"%s\""
@@ -120,16 +120,16 @@ msgstr "%s: nessuna informazione valida trovata in \"%s\""
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: impossibile fare l'unlink di %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: impossibile creare %s (%s)"
@@ -137,7 +137,7 @@ msgstr "%s: impossibile creare %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NOME"
 
@@ -172,11 +172,11 @@ msgstr "Uso"
 msgid "or"
 msgstr "o"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SINTASSI"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "DESCRIZIONE"
 
@@ -216,39 +216,39 @@ msgstr "Esempi"
 msgid "This +is +free +software"
 msgstr "Questo +è +software +libero"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPZIONI"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "VARIABILI D'AMBIENTE"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "FILE"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "ESEMPI"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "SEGNALAZIONE BUG"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTORE"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "VEDERE ANCHE"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -275,17 +275,17 @@ msgstr ""
 ".PP\n"
 "dovrebbe dare accesso al manuale completo.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: errore scrivendo su %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: impossibile ottenere informazioni su \"%s\" da %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr "Usare \"--no-discard-stderr\" se l'opzione produce un output su stderr"
 
diff --git a/po/ja.gmo b/po/ja.gmo
index 7bc002e..f101821 100644
Binary files a/po/ja.gmo and b/po/ja.gmo differ
diff --git a/po/ja.po b/po/ja.po
index ee84f1c..d55deb2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-10 23:40+0900\n"
 "Last-Translator: Yasumichi Akahoshi <yasumichi@vinelinux.org>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@@ -17,7 +17,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -40,7 +40,7 @@ msgstr ""
 "\n"
 "作者は Brendan O'Dea <bod@debian.org> である。\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -108,12 +108,12 @@ msgstr ""
 "\n"
 "バグを発見した場合は <bug-help2man@gnu.org> に報告されたい。\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: `%s' を開けません (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: `%s' に有効な情報が見つかりません"
@@ -122,16 +122,16 @@ msgstr "%s: `%s' に有効な情報が見つかりません"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%Y年%B"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: %s を削除できません (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: %s を作成できません (%s)"
@@ -139,7 +139,7 @@ msgstr "%s: %s を作成できません (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "名前"
 
@@ -174,11 +174,11 @@ msgstr "使用法"
 msgid "or"
 msgstr "または"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "書式"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "説明"
 
@@ -218,39 +218,39 @@ msgstr "例"
 msgid "This +is +free +software"
 msgstr "This +is +free +software"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "オプション"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "環境変数"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "ファイル"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "例"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "著作権"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "バグの報告"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "作者"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "関連項目"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -276,17 +276,17 @@ msgstr ""
 ".PP\n"
 "を使用すると完全なマニュアルを読むことができるはずだ。\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: %s への書込エラー (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: `%s' の情報を %s%s から取得できません"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "もしオプションが標準エラー出力に出力しているならば、`--no-discard-stderr' を"
diff --git a/po/pl.gmo b/po/pl.gmo
index 0015033..992c091 100644
Binary files a/po/pl.gmo and b/po/pl.gmo differ
diff --git a/po/pl.po b/po/pl.po
index 2d01afa..e69ce89 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-05 21:09+0200\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=iso-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -40,7 +40,7 @@ msgstr ""
 "\n"
 "Program napisa Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -102,12 +102,12 @@ msgstr ""
 "\n"
 "Bdy prosimy zgasza na adres <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: nie mona otworzy `%s' (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: nie znaleziono poprawnej informacji w `%s'"
@@ -116,16 +116,16 @@ msgstr "%s: nie znaleziono poprawnej informacji w `%s'"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: nie mona usun %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: nie mona utworzy %s (%s)"
@@ -133,7 +133,7 @@ msgstr "%s: nie mo
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NAZWA"
 
@@ -168,11 +168,11 @@ msgstr "Sk
 msgid "or"
 msgstr "lub|albo"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SKADNIA"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "OPIS"
 
@@ -214,39 +214,39 @@ msgstr "Przyk
 msgid "This +is +free +software"
 msgstr "Ten +program +jest +darmowy"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPCJE"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "RODOWISKO"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "PLIKI"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "PRZYKADY"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "ZGASZANIE BDW"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTOR"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "ZOBACZ TAKE"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -273,17 +273,17 @@ msgstr ""
 ".PP\n"
 "powinno udostpni kompletny podrcznik.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: bd zapisu do %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: nie mona uzyska informacji `%s' z %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "Opcja `--no-discard-stderr' pomoe, jeli program wypisuje opis na stderr"
diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo
index 2768a1a..e9559ff 100644
Binary files a/po/pt_BR.gmo and b/po/pt_BR.gmo differ
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 396e8c0..4c70db1 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,22 +7,24 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.41.1\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2013-01-23 08:46-0200\n"
 "Last-Translator: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>\n"
-"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
+"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
+"net>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
 "\n"
-"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Free Software Foundation, Inc.\n"
 "This is free software; see the source for copying conditions.  There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -31,7 +33,8 @@ msgid ""
 msgstr ""
 "GNU %s %s\n"
 "\n"
-"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Free Software Foundation, Inc.\n"
 "Este é um software livre; veja o código-fonte para as condições de cópia.\n"
 "NÃO HÁ GARANTIAS; nem mesmo para COMERCIALIZAÇÃO ou ADAPTAÇÃO PARA UM\n"
@@ -39,7 +42,7 @@ msgstr ""
 "\n"
 "Escrito por Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -60,7 +63,8 @@ msgid ""
 "     --help              print this help, then exit\n"
 "     --version           print version number, then exit\n"
 "\n"
-"EXECUTABLE should accept `--help' and `--version' options and produce output on\n"
+"EXECUTABLE should accept `--help' and `--version' options and produce output "
+"on\n"
 "stdout although alternatives may be specified using:\n"
 "\n"
 " -h, --help-option=STRING     help option string\n"
@@ -81,7 +85,8 @@ msgstr ""
 " -S, --source=TEXTO      origem do programa (FSF, Debian, ...)\n"
 " -L, --locale=TEXTO      seleciona a localidade (padrão: \"C\")\n"
 " -i, --include=ARQUIVO   inclui o material de \"ARQUIVO\"\n"
-" -I, --opt-include=ARQUIVO  inclui o material de \"ARQUIVO\", se ele existir\n"
+" -I, --opt-include=ARQUIVO  inclui o material de \"ARQUIVO\", se ele "
+"existir\n"
 " -o, --output=ARQUIVO    envia a saída para ARQUIVO\n"
 " -p, --info-page=TEXTO   nome do manual Texinfo\n"
 " -N, --no-info           suprime o apontador para o manual Texinfo\n"
@@ -89,8 +94,10 @@ msgstr ""
 "     --help              emite esta ajuda e sai\n"
 "     --version           emite o número da versão e sai\n"
 "\n"
-"O EXECUTÁVEL deveria aceitar as opções \"--help\" e \"--version\" e produzir a\n"
-"saída para a saída padrão, embora alternativas podem ser especificadas usando:\n"
+"O EXECUTÁVEL deveria aceitar as opções \"--help\" e \"--version\" e produzir "
+"a\n"
+"saída para a saída padrão, embora alternativas podem ser especificadas "
+"usando:\n"
 "\n"
 " -h, --help-option=TEXTO      o texto para a opção de ajuda\n"
 " -v, --version-option=TEXTO   o texto para a opção de versão\n"
@@ -100,12 +107,12 @@ msgstr ""
 "\n"
 "Relate problemas para <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: não é possível abrir \"%s\" (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: não foi encontrada uma informação válida em \"%s\""
@@ -114,16 +121,16 @@ msgstr "%s: não foi encontrada uma informação válida em \"%s\""
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B de %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: não é possível excluir %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: não é possível criar %s (%s)"
@@ -131,7 +138,7 @@ msgstr "%s: não é possível criar %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NOME"
 
@@ -166,11 +173,11 @@ msgstr "Uso"
 msgid "or"
 msgstr "ou"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SINOPSE"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "DESCRIÇÃO"
 
@@ -184,7 +191,12 @@ msgstr "DESCRIÇÃO"
 #. be matched.
 #: help2man:398
 msgid "Report +(?:[\\w-]+ +)?bugs|Email +bug +reports +to"
-msgstr "Relate +(?:[\\w-]+ +)?problemas|Relate +(?:[\\w-]+ +)?bugs|Relate +(?:[\\w-]+ +)?defeitos|Envie +(?:[\\w-]+ +)?relatório +(?:[\\w-]+ +)?problemas|Envie +(?:[\\w-]+ +)?relatório +(?:[\\w-]+ +)?bugs|Envie +(?:[\\w-]+ +)?relatório +(?:[\\w-]+ +)?defeitos|Reporte +(?:[\\w-]+ +)?bugs|Reporte +(?:[\\w-]+ +)?problemas"
+msgstr ""
+"Relate +(?:[\\w-]+ +)?problemas|Relate +(?:[\\w-]+ +)?bugs|Relate +(?:"
+"[\\w-]+ +)?defeitos|Envie +(?:[\\w-]+ +)?relatório +(?:[\\w-]+ +)?problemas|"
+"Envie +(?:[\\w-]+ +)?relatório +(?:[\\w-]+ +)?bugs|Envie +(?:[\\w-]+ +)?"
+"relatório +(?:[\\w-]+ +)?defeitos|Reporte +(?:[\\w-]+ +)?bugs|Reporte +(?:"
+"[\\w-]+ +)?problemas"
 
 #: help2man:399
 msgid "Written +by"
@@ -210,39 +222,39 @@ msgstr "Exemplos"
 msgid "This +is +free +software"
 msgstr "Este +é +um +software +livre"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "OPÇÕES"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "AMBIENTE"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "ARQUIVOS"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "EXEMPLOS"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "DIREITOS AUTORAIS"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "RELATANDO PROBLEMAS"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "AUTOR"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "VEJA TAMBÉM"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -269,19 +281,21 @@ msgstr ""
 ".PP\n"
 "deveria lhe fornecer acesso ao manual completo.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: erro ao escrever em %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: não é possível obter informações \"%s\" do programa %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
-msgstr "Experimente \"--no-discard-stderr\" se a opção emite texto para a saída de erro padrão"
+msgstr ""
+"Experimente \"--no-discard-stderr\" se a opção emite texto para a saída de "
+"erro padrão"
 
 #: help2man.h2m.PL:83
 msgid "Include file for help2man man page"
diff --git a/po/ru.gmo b/po/ru.gmo
index bd68626..8233e08 100644
Binary files a/po/ru.gmo and b/po/ru.gmo differ
diff --git a/po/ru.po b/po/ru.po
index efa3b5a..4fd956f 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-07 09:29+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <gnu@mx.ru>\n"
@@ -19,7 +19,7 @@ msgstr ""
 "Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -43,7 +43,7 @@ msgstr ""
 "\n"
 "Автор: Брэндон О'Ди (Brendan O'Dea) <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -104,12 +104,12 @@ msgstr ""
 "\n"
 "Об ошибках сообщайте по адресу: <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: не удалось открыть «%s» (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: не найдено допустимой информации в «%s»"
@@ -118,16 +118,16 @@ msgstr "%s: не найдено допустимой информации в «%
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%x"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: не удалось удалить %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: не удалось создать %s (%s)"
@@ -135,7 +135,7 @@ msgstr "%s: не удалось создать %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "ИМЯ"
 
@@ -170,11 +170,11 @@ msgstr "Использование"
 msgid "or"
 msgstr "или"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "ОБЗОР"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "ОПИСАНИЕ"
 
@@ -214,39 +214,39 @@ msgstr "Примеры"
 msgid "This +is +free +software"
 msgstr "Это +свободное +ПО"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "ПАРАМЕТРЫ"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "ОКРУЖЕНИЕ"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "ФАЙЛЫ"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "ПРИМЕРЫ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "СООБЩЕНИЯ ОБ ОШИБКАХ"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "АВТОР"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "СМОТРИТЕ ТАКЖЕ"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -273,17 +273,17 @@ msgstr ""
 ".PP\n"
 "можно получить доступ к полному справочнику.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: ошибка записи в %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: не удалось получить информацию «%s» из %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "Попробуйте --no-discard-stderr, если параметр выводит результат в stderr"
diff --git a/po/sr.gmo b/po/sr.gmo
index 25b2e9d..0661339 100644
Binary files a/po/sr.gmo and b/po/sr.gmo differ
diff --git a/po/sr.po b/po/sr.po
index 272d4b0..b2df05f 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man-1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-05-02 10:03+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -17,7 +17,7 @@ msgstr ""
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -41,7 +41,7 @@ msgstr ""
 "\n"
 "Написао је Брендан О'Деа <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -103,12 +103,12 @@ msgstr ""
 "\n"
 "Грешке пријавите на <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: не могу да отворим „%s“ (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: нисам пронашао исправне информације у „%s“"
@@ -117,16 +117,16 @@ msgstr "%s: нисам пронашао исправне информације 
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y."
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: не могу да поништим везу „%s“ (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: не могу да направим „%s“ (%s)"
@@ -134,7 +134,7 @@ msgstr "%s: не могу да направим „%s“ (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "НАЗИВ"
 
@@ -169,11 +169,11 @@ msgstr "Употреба"
 msgid "or"
 msgstr "или"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "УВОД"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "ОПИС"
 
@@ -213,39 +213,39 @@ msgstr "Примери"
 msgid "This +is +free +software"
 msgstr "Ово +је +слободан +софтвер"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "ОПЦИЈЕ"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "ОКРУЖЕЊЕ"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "ДАТОТЕКЕ"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "ПРИМЕРИ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "АУТОРСКА ПРАВА"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "ПРИЈАВЉИВАЊЕ ГРЕШАКА"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "АУТОР"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "ПОГЛЕДАЈТЕ ТАКОЂЕ"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -272,17 +272,17 @@ msgstr ""
 ".PP\n"
 "треба да вам да приступ потпуном упутству.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: грешка приликом писања у %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: не могу да добавим „%s“ инфо са %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "Покушајте „--no-discard-stderr“ ако опција шаље резултат у стандардну грешку"
diff --git a/po/sv.gmo b/po/sv.gmo
index 08ce44e..0d22c1f 100644
Binary files a/po/sv.gmo and b/po/sv.gmo differ
diff --git a/po/sv.po b/po/sv.po
index f88a727..2cdb220 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.36.3\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2006-01-23 20:33+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -40,7 +40,7 @@ msgstr ""
 "\n"
 "Skrivet av Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, fuzzy, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -98,12 +98,12 @@ msgstr ""
 "Rapportera fel till <bug-help2man@gnu.org>.\n"
 "Skicka synpunkter på översättningen till <tp-sv@listor.tp-sv.se>\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: kan inte öppna \"%s\" (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: ingen giltig information funnen i \"%s\""
@@ -112,16 +112,16 @@ msgstr "%s: ingen giltig information funnen i \"%s\""
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr ""
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: kan inte avlänka %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: kan inte skapa %s (%s)"
@@ -129,7 +129,7 @@ msgstr "%s: kan inte skapa %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "NAMN"
 
@@ -164,11 +164,11 @@ msgstr "Användning"
 msgid "or"
 msgstr "eller"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "SYNOPSIS"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "BESKRIVNING"
 
@@ -209,39 +209,39 @@ msgstr "Exempel"
 msgid "This +is +free +software"
 msgstr "Det +här +är +fri +programvara"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "FLAGGOR"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr ""
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr ""
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "EXEMPEL"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "COPYRIGHT"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "RAPPORTERA FEL"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "UPPHOVSMAN"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "SE OCKSÅ"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -269,17 +269,17 @@ msgstr ""
 ".PP\n"
 "bör ge dig tillgång till den kompletta manualen.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: fel vid skrivning till %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: kan inte få \"%s\" info från %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 
diff --git a/po/uk.gmo b/po/uk.gmo
index cc83a62..8f370c5 100644
Binary files a/po/uk.gmo and b/po/uk.gmo differ
diff --git a/po/uk.po b/po/uk.po
index fcbbca1..45842f0 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: help2man 1.40.7\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
 "PO-Revision-Date: 2012-04-06 06:25+0300\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -18,7 +18,7 @@ msgstr ""
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
@@ -41,7 +41,7 @@ msgstr ""
 "\n"
 "Автором програми є Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -105,12 +105,12 @@ msgstr ""
 "\n"
 "Про вади повідомляйте на адресу <bug-help2man@gnu.org>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: не вдалося відкрити «%s» (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: у `%s' не виявлено належних даних"
@@ -119,16 +119,16 @@ msgstr "%s: у `%s' не виявлено належних даних"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%x"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: не вдалося вилучити %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: не вдалося створити %s (%s)"
@@ -136,7 +136,7 @@ msgstr "%s: не вдалося створити %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "НАЗВА"
 
@@ -171,11 +171,11 @@ msgstr "Використання"
 msgid "or"
 msgstr "або"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "КОРОТКИЙ ОПИС"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "ОПИС"
 
@@ -215,39 +215,39 @@ msgstr "Приклади"
 msgid "This +is +free +software"
 msgstr "Це +вільне +програмне +забезпечення"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "ПАРАМЕТРИ"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "СЕРЕДОВИЩЕ"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "ФАЙЛИ"
 
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "ПРИКЛАДИ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "Авторські права"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "Як надіслати звіт про вади"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "АВТОР"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -274,17 +274,17 @@ msgstr ""
 ".PP\n"
 "ви зможете отримати доступ до повноцінного підручника.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: помилка під час спроби запису до %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: не вдалося отримати дані «%s» з %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
 msgstr ""
 "Спробуйте додати параметр «--no-discard-stderr», якщо параметри виводить "
diff --git a/po/vi.gmo b/po/vi.gmo
index a56bf9b..a3f133d 100644
Binary files a/po/vi.gmo and b/po/vi.gmo differ
diff --git a/po/vi.po b/po/vi.po
index f48f8a1..2b1fb2f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,10 +6,10 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: help2man-1.41.1\n"
+"Project-Id-Version: help2man-1.41.2\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-12-31 14:16+1100\n"
-"PO-Revision-Date: 2013-01-03 14:01+0700\n"
+"POT-Creation-Date: 2013-05-28 21:59+1000\n"
+"PO-Revision-Date: 2013-04-16 08:25+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
 "Language: vi\n"
@@ -17,15 +17,16 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LocFactoryEditor 1.8\n"
+"X-Generator: Poedit 1.5.5\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
-#: help2man:68
+#: help2man:72
 #, perl-format
 msgid ""
 "GNU %s %s\n"
 "\n"
-"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Free Software Foundation, Inc.\n"
 "This is free software; see the source for copying conditions.  There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -34,14 +35,16 @@ msgid ""
 msgstr ""
 "GNU %s %s\n"
 "\n"
-"Tác quyền (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,\n"
+"Tác quyền (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
 "2011, 2012 Tổ chức Phần mềm Tự do.\n"
-"Đây là phần mềm miễn phí; xem trong mã nguồn để biết các điều khoản về sao chép. Đây KHÔNG\n"
+"Đây là phần mềm miễn phí; xem trong mã nguồn để biết các điều khoản về sao "
+"chép. Đây KHÔNG\n"
 "bảo hành; thậm chí còn có thể BÁN ĐƯỢC hay PHÙ HỢP VỚI MỤC ĐÍCH ĐẶC THÙ.\n"
 "\n"
 "Viết bởi Brendan O'Dea <bod@debian.org>\n"
 
-#: help2man:79
+#: help2man:83
 #, perl-format
 msgid ""
 "`%s' generates a man page out of `--help' and `--version' output.\n"
@@ -62,7 +65,8 @@ msgid ""
 "     --help              print this help, then exit\n"
 "     --version           print version number, then exit\n"
 "\n"
-"EXECUTABLE should accept `--help' and `--version' options and produce output on\n"
+"EXECUTABLE should accept `--help' and `--version' options and produce output "
+"on\n"
 "stdout although alternatives may be specified using:\n"
 "\n"
 " -h, --help-option=STRING     help option string\n"
@@ -92,7 +96,8 @@ msgstr ""
 "     --help              hiển thị trợ giúp này, sau đó thoát\n"
 "     --version           hiển thị số thứ tự phiên bản, sau đó thoát\n"
 "\n"
-"TÊN-LỆNH có thể chấp nhận hai tuỳ chọn “--help” và “--version” và sản sinh kết xuất\n"
+"TÊN-LỆNH có thể chấp nhận hai tuỳ chọn “--help” và “--version” và sản sinh "
+"kết xuất\n"
 "qua đầu ra tiêu chuẩn (stdout) mặc dù cũng có thể ghi rõ thêm tuỳ chọn:\n"
 "\n"
 " -h, --help-option=CHUỖI      chuỗi là tuỳ chọn trợ giúp\n"
@@ -102,13 +107,14 @@ msgstr ""
 "                              khi phân tích cú pháp của kết xuất tuỳ chọn\n"
 "\n"
 "Thông báo lỗi nào cho <bug-help2man@gnu.org>.\n"
+"Thông báo lỗi dịch cho <translation-team-vi@lists.sourceforge.net>.\n"
 
-#: help2man:163
+#: help2man:167
 #, perl-format
 msgid "%s: can't open `%s' (%s)"
 msgstr "%s: không thể mở “%s” (%s)"
 
-#: help2man:224
+#: help2man:228
 #, perl-format
 msgid "%s: no valid information found in `%s'"
 msgstr "%s: không tìm thấy thông tin hợp lệ trong “%s”"
@@ -117,16 +123,16 @@ msgstr "%s: không tìm thấy thông tin hợp lệ trong “%s”"
 #. the English version expands to the month as a word and the full year.  It
 #. is used on the footer of the generated manual pages.  If in doubt, you may
 #. just use %x as the value (which should be the full locale-specific date).
-#: help2man:244
+#: help2man:246
 msgid "%B %Y"
 msgstr "%B %Y"
 
-#: help2man:251
+#: help2man:253
 #, perl-format
 msgid "%s: can't unlink %s (%s)"
 msgstr "%s: không thể bỏ liên kết %s (%s)"
 
-#: help2man:255
+#: help2man:257
 #, perl-format
 msgid "%s: can't create %s (%s)"
 msgstr "%s: không thể tạo %s (%s)"
@@ -134,7 +140,7 @@ msgstr "%s: không thể tạo %s (%s)"
 #. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
 #. upper case are manual page section headings.  The man(1) manual page in your
 #. language, if available should provide the conventional translations.
-#: help2man:297 help2man:633 help2man.h2m.PL:88 help2man.h2m.PL:138
+#: help2man:297 help2man:631 help2man.h2m.PL:88 help2man.h2m.PL:138
 msgid "NAME"
 msgstr "TÊN"
 
@@ -169,11 +175,11 @@ msgstr "Cách dùng"
 msgid "or"
 msgstr "hoặc"
 
-#: help2man:369 help2man:633 help2man.h2m.PL:139
+#: help2man:369 help2man:631 help2man.h2m.PL:139
 msgid "SYNOPSIS"
 msgstr "TÓM TẮT"
 
-#: help2man:373 help2man:633 help2man.h2m.PL:140
+#: help2man:373 help2man:631 help2man.h2m.PL:140
 msgid "DESCRIPTION"
 msgstr "MÔ TẢ"
 
@@ -213,40 +219,40 @@ msgstr "Ví dụ"
 msgid "This +is +free +software"
 msgstr "Đây +là +phần +mềm +tự +do"
 
-#: help2man:420 help2man:633 help2man.h2m.PL:141
+#: help2man:418 help2man:631 help2man.h2m.PL:141
 msgid "OPTIONS"
 msgstr "TÙY CHỌN"
 
-#: help2man:425 help2man:634 help2man.h2m.PL:142
+#: help2man:423 help2man:632 help2man.h2m.PL:142
 msgid "ENVIRONMENT"
 msgstr "MÔI TRƯỜNG"
 
-#: help2man:430 help2man:634 help2man.h2m.PL:143
+#: help2man:428 help2man:632 help2man.h2m.PL:143
 msgid "FILES"
 msgstr "TẬP-TIN"
 
 # type: =head1
-#: help2man:435 help2man:551 help2man:634 help2man.h2m.PL:144
+#: help2man:433 help2man:549 help2man:632 help2man.h2m.PL:144
 msgid "EXAMPLES"
 msgstr "VÍ DỤ"
 
-#: help2man:442 help2man:570 help2man:636 help2man.h2m.PL:148
+#: help2man:440 help2man:568 help2man:634 help2man.h2m.PL:148
 msgid "COPYRIGHT"
 msgstr "BẢN QUYỀN"
 
-#: help2man:448 help2man:576 help2man:636 help2man.h2m.PL:147
+#: help2man:446 help2man:574 help2man:634 help2man.h2m.PL:147
 msgid "REPORTING BUGS"
 msgstr "THÔNG BÁO LỖI"
 
-#: help2man:454 help2man:636 help2man.h2m.PL:146
+#: help2man:452 help2man:634 help2man.h2m.PL:146
 msgid "AUTHOR"
 msgstr "TÁC GIẢ"
 
-#: help2man:608 help2man:636 help2man.h2m.PL:149
+#: help2man:606 help2man:634 help2man.h2m.PL:149
 msgid "SEE ALSO"
 msgstr "XEM THÊM"
 
-#: help2man:612
+#: help2man:610
 #, perl-format
 msgid ""
 "The full documentation for\n"
@@ -274,19 +280,20 @@ msgstr ""
 ".PP\n"
 "nên cho phép bạn truy cập đến toàn bộ sổ tay.\n"
 
-#: help2man:664
+#: help2man:662
 #, perl-format
 msgid "%s: error writing to %s (%s)"
 msgstr "%s: lỗi ghi vào %s (%s)"
 
-#: help2man:681
+#: help2man:688
 #, perl-format
 msgid "%s: can't get `%s' info from %s%s"
 msgstr "%s: không thể lấy thông tin “%s” từ %s%s"
 
-#: help2man:683
+#: help2man:690
 msgid "Try `--no-discard-stderr' if option outputs to stderr"
-msgstr "Nếu tuỳ chọn xuất qua đầu lỗi tiêu chuẩn thì thử lập cờ “--no-discard-stderr”"
+msgstr ""
+"Nếu tuỳ chọn xuất qua đầu lỗi tiêu chuẩn thì thử lập cờ “--no-discard-stderr”"
 
 #: help2man.h2m.PL:83
 msgid "Include file for help2man man page"
@@ -294,11 +301,11 @@ msgstr "Bao gồm tập tin cho trang hướng dẫn về help2man"
 
 #: help2man.h2m.PL:89
 msgid "help2man \\- generate a simple manual page"
-msgstr "help2man \\- tạo một trang hướng dẫn đơn giản"
+msgstr "help2man \\- tạo một trang hướng dẫn dạng man kiểu đơn giản"
 
 #: help2man.h2m.PL:92
 msgid "INCLUDE FILES"
-msgstr "TỆP BAO GỒM"
+msgstr "TẬP TIN BAO GỒM"
 
 #: help2man.h2m.PL:94
 msgid ""
@@ -368,7 +375,8 @@ msgid ""
 "used for comments, RCS keywords and the like.\n"
 msgstr ""
 "Dòng nào đứng trước phần đầu tiên hoặc mẫu bắt đầu với “\\-” thì được\n"
-"xử lý dưới dạng tuỳ chọn. Dữ liệu khác (nếu có) bị bỏ qua mà không xuất chi tiết,\n"
+"xử lý dưới dạng tuỳ chọn. Dữ liệu khác (nếu có) bị bỏ qua mà không xuất chi "
+"tiết,\n"
 "và có thể được sử dụng làm ghi chú, từ khoá RCS và những thứ tương tự thế.\n"
 
 #: help2man.h2m.PL:136
@@ -391,7 +399,7 @@ msgid ""
 ".B --name\n"
 "if required).\n"
 msgstr ""
-"Bắt cứ phần\n"
+"Bất cứ phần\n"
 ".B [NAME]\n"
 "hoặc\n"
 ".B [SYNOPSIS]\n"
@@ -421,4 +429,4 @@ msgstr "TÍNH SẴN SÀNG"
 
 #: help2man.h2m.PL:174
 msgid "The latest version of this distribution is available on-line from:"
-msgstr "Phiên bản mới nhất của bản phân phối này có sẵn sàng trực tuyến từ:"
+msgstr "Phiên bản mới nhất của bản phân phối này có thể tải về từ:"