This file is indexed.

/usr/share/doc/xfig/xfig_man.html is in xfig-doc 1:3.2.5.b-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of XFIG</TITLE>
</HEAD><BODY>
<H1>XFIG</H1>
Section: User Commands  (1)<BR>Updated: Xfig 3.2.4 (Dec 2002)<BR><A HREF="#index">Index</A>
<HR>

<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>

xfig - Facility for Interactive Generation of figures under X11
<BR>

Version 3.2.4
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>

<B>xfig</B>

[<I>options</I>]

[<I>file</I>]

<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>

<I>Xfig</I>

is a menu-driven tool that allows the user to draw and manipulate
objects interactively under the X Window System.
<B>It runs under X version 11</B>

<B>release 4 or higher</B>

and requires a two- or three-button mouse.
<I>file</I>

specifies the name of a file to be edited.
The objects in the file will be read at the start of
<I>xfig</I>.

<P>

The bulk of the documentation fori
<I>xfig</I>

is in an HTML-based reference guide.
See the Help menu in
<I>xfig</I>

or point your browser at 
<I>Doc/html/index.html</I>

(provided with the
<I>xfig</I>

distribution, usually in the 
<I>Doc/www</I>

directory).
There are both English and Japanese versions.
<P>

When using a two-button mouse use the
<I>&lt;Meta&gt;</I>

key and the right button at the same time to effect
the action of the middle button.
<P>

<I>Xfig</I>

is available from
<A HREF="http://www.xfig.org">http://www.xfig.org</A> .
<P>

The
<I>TransFig</I>

package is used when printing or exporting the output from
<I>xfig</I>.

The
<I>fig2dev</I>

program from the 
<I>TransFig</I>

package is automatically called by
<I>xfig</I>

as a back-end processor to produce various types of output:
<P>

LaTeX, Metafont, PostScript or Encapsulated PostScript,
tk (tcl/tk tool command language/tool kit package),
GIF, JPEG, PCX, PNG, PPM, TIFF,
XBM, XPM, AutoCAD Slide, IBM-GL (HP/GL), Pic
PiCTeX, box, epic, eepic and eepicemu.
<P>

See man fig2dev for all options.
<P>

The
<I>TransFig</I>

package is available from
<A HREF="http://www.xfig.org">http://www.xfig.org</A> .
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>



<P>


<B>-help</B>



<DL COMPACT>
<DT><DD>


Print all command-line options for xfig and quit.


</DL>
<P>


<B>-a</B>[<B>llownegcoords</B>]



<DL COMPACT>
<DT><DD>


Allow panning into the negative region of the canvas.
This is the default


</DL>
<P>


<B>-bal</B>[<B>loon_delay</B>]

<I>msec</I>



<DL COMPACT>
<DT><DD>


Cause popup information balloons to be delayed by
<I>msec</I>

milliseconds.  The default is 500 milliseconds.


</DL>
<P>


<B>-bol</B>[<B>d</B>]

<I>font</I>



<DL COMPACT>
<DT><DD>


Cause the font used for displaying the file name and
confirmation messages to be
<I>font</I>

(default = 8x13bold).


</DL>
<P>


<B>-butt</B>[<B>on</B>]

<I>font</I>



<DL COMPACT>
<DT><DD>


Cause the font used for most buttons to be
<I>font</I>

(default = 6x13).


</DL>
<P>


<B>-but_</B>[<B>per_row</B>]

<I>number</I>



<DL COMPACT>
<DT><DD>


Specify the number of buttons wide the mode panel should be.
This is useful in conjunction with the
<B>-pheight</B>

parameter to reduce the canvas height for small screens.


</DL>
<P>


<B>-cbg</B> color



<DL COMPACT>
<DT><DD>


Use
<I>color</I>

as the background color for the canvas.
If you want to set the background of everything in xfig
(e.g. menus, etc.) use the general 
<B>-bg</B>

option.


</DL>
<P>


<B>-center</B>



<DL COMPACT>
<DT><DD>


Set the print option to print the figure centered on the page.
This is the default.


</DL>
<P>


<B>-centim</B>[<B>ers</B>]



<DL COMPACT>
<DT><DD>


Make centimeters the unit of choice.  See also 
<B>-metric.</B>



</DL>
<P>


<B>-cfg</B> color



<DL COMPACT>
<DT><DD>


Use
<I>color</I>

as the default color for objects.
If you want to set the foreground of everything in xfig
(e.g. menus, etc.) use the general 
<B>-fg</B>

option.


</DL>
<P>


<B>-correct_font_size</B>



<DL COMPACT>
<DT><DD>


Normally, 
<I>fig2dev</I>

uses 1/80 inch for font size increments (for historical reasons),
instead of the more proper ``points'' (1/72 inch) that
<I>xfig</I>

uses.  This option makes xfig call fig2dev with the 
<B>-F</B>

option to make it use points (1/72 inch).


</DL>
<P>


<B>-deb</B>[<B>ug</B>]



<DL COMPACT>
<DT><DD>


Turn on debugging mode.
Prints various debugging messages like font names etc.


</DL>
<P>


<B>-dep</B>[<B>th</B>]



<DL COMPACT>
<DT><DD>


Choose depth of visual desired.  Your server must support the desired
visual and depth chosen.
Use
<I>xdpyinfo</I>

to see what visuals and depths are supported.
See also the
<B>-visual</B>

option.


</DL>
<P>


<B>-donta</B>[<B>llownegcoords</B>]



<DL COMPACT>
<DT><DD>


Don't allow panning into the negative region of the canvas.
The default is to allow panning in the negative region.


</DL>
<P>


<B>-dontshowb</B>[<B>alloons</B>]



<DL COMPACT>
<DT><DD>


Prevents xfig from popping up the information balloons.
See also 
<B>-showballoons.</B>



</DL>
<P>


<B>-dontshowl</B>[<B>engths</B>]



<DL COMPACT>
<DT><DD>


Don't show lengths of lines as they are being drawn.
This is the default.


</DL>
<P>


<B>-dontshowz</B>[<B>erolines</B>]



<DL COMPACT>
<DT><DD>


Don't show axis zero lines on the canvas.
The default is to show them.


</DL>
<P>


<B>-dontsw</B>[<B>itchcmap</B>]



<DL COMPACT>
<DT><DD>


Prevents xfig from switching to a private colormap if there aren't
enough colors available in the default colormap.  See also
<B>-max_image_colors.</B>



</DL>
<P>


<B>-enc</B>[<B>oding</B>]

<I>encoding</I>



<DL COMPACT>
<DT><DD>


Encode character set using
<I>encoding</I>

when exporting LaTeX text.  The default is 1.  This is used
for the ISO-8859 encoding of character sets.  Allowed
values are 0 (no encoding), 1 (ISO-8859-1) or 2 (ISO-8859-2).


</DL>
<P>


<B>-exportL</B>[<B>anguage</B>]

<I>language</I>



<DL COMPACT>
<DT><DD>


Specifies the default language to be used for when exporting a fig file.
Choices are:

<P>





<PRE>

Name              Language
<HR>Vector formats:
box               LaTeX box (figure boundary)
latex             LaTeX picture
epic              LaTeX picture + epic macros
eepic             LaTeX picture + eepic macros
eepicemu          LaTeX picture + eepicemu macros
pictex            PiCTeX macros
hpl               HPGL (IBMGL)
eps               Encapuslated PostScript
eps_ascii         Encapuslated PostScript with ASCII preview
eps_mono_tiff     Encapuslated PostScript with monochrome binary (TIFF) preview
eps_color_tiff    Encapuslated PostScript with color binary (TIFF) preview
ps                PostScript
pdf               PDF (Portable Document Format)
pstex             Combined PS/LaTeX (both PS and LaTeX parts)
pdftex            Combined PDF/LaTeX (both PDF and LaTeX parts)
textyl            Textyl special commands
tpic              TPIC
pic               PIC
mf                MF (MetaFont)
mp                MP (MetaPost)
mmp               MMP (Multi-MetaPost)
cgm               CGM (Computer Graphics Meta file)
bcgm              Binary CGM (Computer Graphics Meta file)
emf               Enhanced Meta file)
tk                Tk (of the tcl/tk fame)
svg               SVG (Scalable Vector Graphics (XML variant))

Bitmap formats:
gif               GIF
jpeg              JPEG (JFIF)
pcx               PCX
png               PNG
ppm               PPM (portable pixmap package)
sld               (AutoCad slide)
tiff              TIFF
xbm               X11 Bitmap
xpm               X11 Pixmap (XPM3 package)

<HR></PRE>





<P>

</DL>
<P>


<B>-export_m</B>[<B>argin</B>]

<I>width</I>



<DL COMPACT>
<DT><DD>


Set the size of the border margin around the figure for exporting
to bitmap, PostScript, Encapsulated PostScript, or HTML MAP formats.
This is in units of pixels (1/80th inch).
The default is 0.


</DL>
<P>


<B>-fli</B>[<B>pvisualhints</B>]



<DL COMPACT>
<DT><DD>


Flip left/right mouse indicator messages for mice whose buttons
have been switched.
The default is to NOT flip the messages.


</DL>
<P>


<B>-flu</B>[<B>shleft</B>]



<DL COMPACT>
<DT><DD>


Set the print option to print the figure flush left.
The default is to center the figure on the page.


</DL>
<P>


<B>-free</B>[<B>hand_resolution</B>]

<I>resolution</I>



<DL COMPACT>
<DT><DD>


Set the resolution of the freehand drawing mode to
<I>resolution</I>

pixels.  This is the number of pixels the mouse must move before xfig 
adds another point to the object being drawn.


</DL>
<P>


<B>-geom</B>[<B>etry</B>]

[<I>WxH</I>]<I>[+X+Y]</I>



<DL COMPACT>
<DT><DD>


You may use the -geometry option or resource to
<I>size and/or position the xfig window,</I>

or you may use 
<B>-pwidth </B>

and/or 
<B>-pheight</B>

to specify the canvas size in inches or centimeters.
If you use the 
<B>-geom </B>

option to make the xfig window smaller
than the default, you may have to use the 
<B>-but_per_row </B>

option to 
tell xfig to put 3 or 4 buttons per row on the left mode panel.


</DL>
<P>


<B>-gh</B>[<B>ostscript</B>]

<I>postscript-interpreter</I>



<DL COMPACT>
<DT><DD>


Select the PostScript (tm) interpreter of your choice.  The default is ghostscript (gs).
This is needed when importing Encapsulated PostScript files.


</DL>
<P>


<B>-grid_c</B>[<B>olor</B>]

<I>color</I>



<DL COMPACT>
<DT><DD>


Draw the grid on the canvas in this color (default: red).


</DL>
<P>


<B>-grid_u</B>[<B>nit</B>]

<I>unit</I>



<DL COMPACT>
<DT><DD>


Only used when in inches mode to choose between showing fractions or decimal inches
in the rulers and grid.  Any of the following may be used to force decimal inches:
&quot;ten&quot;, &quot;tenth&quot;, &quot;10, &quot;1/10&quot;.
If any other value is used for this option, the rulers will show 1/16 inch divisions.


</DL>
<P>


<B>-hidd</B>[<B>entext</B>]



<DL COMPACT>
<DT><DD>


Start
<I>xfig</I>

with the
<I>hidden text</I>

mode for text objects.
The
<I>Hidden</I>

attribute is used for figures that will be used with
<I>LaTeX</I>

and is applicable only to the display of the document in
<I>xfig</I>.

It means that the text itself is not shown onscreen, but only the string
``&lt;text&gt;''.  This is to keep long sequences of
<I>LaTeX</I>

formatting commands from making the screen messy and hard to read.
The default for the
<I>Hidden</I>

flag is
<I>off</I>.



</DL>
<P>


<B>-dontshowd</B>[<B>epthmanager</B>]



<DL COMPACT>
<DT><DD>


Hide the depth manager panel.
The default is to show the panel.


</DL>
<P>


<B>-icon_</B>[<B>view</B>]



<DL COMPACT>
<DT><DD>


Show the library objects as icons.  This is the default.  The other
mode is 
<B>-list_view.</B>



</DL>
<P>


<B>-iconG</B>[<B>eometry</B>]

+<I>X</I>+<I>Y</I>



<DL COMPACT>
<DT><DD>


Specifies the position for the icon.


</DL>
<P>


<B>-im</B>[<B>age_editor</B>]

<I>editor</I>



<DL COMPACT>
<DT><DD>


Specify bitmap editor to use when ``Edit Image'' button is pressed
in Picture Object panel.


</DL>
<P>


<B>-inc</B>[<B>hes</B>]

<B>(or</B>-imperial)



<DL COMPACT>
<DT><DD>


Make inches the unit of choice.
This is the default.


</DL>
<P>


<B>-ins</B>[<B>tallowncmap</B>]



<DL COMPACT>
<DT><DD>


Install own colormap. Normally, xfig uses the current colormap.


</DL>
<P>


<B>-internalBW</B> width



<DL COMPACT>
<DT><DD>


Use lines of width
<I>width</I>

between all buttons and panels (default = 1).


</DL>
<P>


<B>-international</B>



<DL COMPACT>
<DT><DD>


Switch on international support (mainly Japanese and Korean),
users of ISO Latin 1 (ISO-8859-1) probably should not use this,
therefore the international support is switched off by default
for locales using ISO-8859-1* codesets. For all other locales this
option is already used by default.


</DL>
<P>


<B>-jpeg</B>[<B>_quality</B>]

<I>quality</I>



<DL COMPACT>
<DT><DD>


Set the quality factor for exporting to the jpeg format.
The default is 75.


</DL>
<P>


<B>-k</B>[<B>eyFile</B>]

<I>compose-key-file</I>



<DL COMPACT>
<DT><DD>


Use
<I>compose-key-file</I>

instead of
<I>CompKeyDB</I>

for compose (meta) key database.
If there are no
``<B>/</B>''s

in the name, the file must reside in the
<I>xfig</I>

library directory,
<I>$XFIGLIBDIR</I>,

usually
<B>/usr/local/lib/X11/xfig</B>.

If there are any
``<B>/</B>''s

in the name it is taken as is (not relative to
<I>$XFIGLIBDIR</I>).

If there is a leading
``<B>~/</B>''

in the string then the
``<B>~</B>''

is expanded to the user's home directory.


</DL>
<P>


<B>-lan</B>[<B>dscape</B>]



<DL COMPACT>
<DT><DD>


Make
<I>xfig</I>

come up in landscape mode (10.5&quot; x 8&quot;).
This is the default; however as the orientation is stored with Fig files,
when you load a Fig file the orientation will change as required.
This is only true for files of version 3.0 or higher.
<BR>

See also -portrait.


</DL>
<P>


<B>-lat</B>[<B>exfonts</B>]



<DL COMPACT>
<DT><DD>


Start
<I>xfig</I>

with
<I>LaTeX</I>

font selection.
Normally, the
<I>PostScript</I>

fonts are available as the default.
This flag selects the
<I>LaTeX</I>

fonts to start.


</DL>
<P>


<B>-le</B>[<B>ft</B>]



<DL COMPACT>
<DT><DD>


Change the position of the side panel window to the left of the canvas window.
This is the default.


</DL>
<P>


<B>-library_d</B>[<B>ir</B>]

<I>directory</I>



<DL COMPACT>
<DT><DD>


Specify directory where Fig object libraries are located.  There may be sub-directories
there and sub-sub-directories, etc.


</DL>
<P>


<B>-library_i</B>[<B>con_size</B>]

<I>size</I>



<DL COMPACT>
<DT><DD>


Specify the size of the icons shown for library objects.  The default is 60 pixels, with the
minimum being 40 and the maximum being 120.


</DL>
<P>


<B>-lis</B>[<B>t_view</B>]



<DL COMPACT>
<DT><DD>


Show the library objects as a list of names. The default 
mode is 
<B>-icon_view.</B>



</DL>
<P>


<B>-mag</B>[<B>nification</B>]

<I>mag</I>



<DL COMPACT>
<DT><DD>


Set export and print magnification in %.

</DL>
<P>


<B>-max</B>[<B>_image_colors</B>]

<I>numcols</I>



<DL COMPACT>
<DT><DD>


Limit the number of colors used for imported images to
<I>numcols (default 64).</I>



</DL>
<P>


<B>-me</B>[<B>tric</B>]



<DL COMPACT>
<DT><DD>


Make centimeters the unit of choice.  
The option
<B>-centimeters</B>

may also be used.
<DT><DD>
After
<I>xfig</I>

is started you may change the units from metric to
imperial or vice versa from a popup menu available by pressing mouse
button 3 in the
<I>units</I>

box where the two rulers meet.


</DL>
<P>


<B>-mo</B>[<B>nochrome</B>]



<DL COMPACT>
<DT><DD>


Use black and white only.


</DL>
<P>


<B>-mu</B>[<B>ltiple</B>]



<DL COMPACT>
<DT><DD>


Sets multiple page mode for print or export. See also 
<B>-single.</B>



</DL>
<P>


<B>-noo</B>[<B>verlap</B>]



<DL COMPACT>
<DT><DD>


When exporting in multiple page mode, causes no overlap from page to page.
This is the default.  See also
<B>-overlap.</B>



</DL>
<P>


<B>-nor</B>[<B>mal</B>]

<I>font</I>



<DL COMPACT>
<DT><DD>


Cause the font used for the message window to be
<I>font</I>.

This font is also used on the canvas when the selected font is not
available in an X11 font (default = 6x13).


</DL>
<P>


<B>-nosc</B>[<B>alablefonts</B>]



<DL COMPACT>
<DT><DD>


Disables use of the X11R5 or OpenWindows scalable fonts.
You might want to use this for debugging.


</DL>
<P>


<B>-nosp</B>[<B>lash</B>]



<DL COMPACT>
<DT><DD>


Don't show the startup splash screen.  The default is to show it (
<B>-splash</B>

).


</DL>
<P>


<B>-not</B>[<B>rack</B>]



<DL COMPACT>
<DT><DD>


Turn off cursor (mouse) tracking arrows.


</DL>
<P>


<B>-ov</B>[<B>erlap</B>]



<DL COMPACT>
<DT><DD>


When exporting in multiple page mode, causes overlap from page to page of
about 10%.
See also
<B>-nooverlap.</B>



</DL>
<P>


<B>-pag</B>[<B>eborder</B>]

<I>color</I>



<DL COMPACT>
<DT><DD>


Draw the page border on the canvas in this color (default light blue).
The page border is turned on by the 
<B>-showpageborder</B>

option
(resource Fig.showpageborder),
and shows the edges of the current 
<I>export</I>

paper size.


</DL>
<P>


<B>-pap</B>[<B>er_size</B>]

<I>size</I>



<DL COMPACT>
<DT><DD>


Set the initial paper size for Export and Print.  Choices are

<P>





<PRE>

Option     Paper      Size
<HR>letter     Letter     8.5in x 11in
legal      Legal      8.5in x 14in
tabloid    Tabloid    17in x 11in
a          ANSI A     8.5in x 11in
b          ANSI B     11in x 17in
c          ANSI C     17in x 22in
d          ANSI D     22in x 34in
e          ANSI E     34in x 44in
a9         ISO A9     37mm x 52mm
a8         ISO A8     52mm x 74mm
a7         ISO A7     74mm x 105mm
a6         ISO A6     105mm x 148mm
a5         ISO A5     148mm x 210mm
a4         ISO A4     210mm x 297mm
a3         ISO A3     297mm x 420mm
a2         ISO A2     420mm x 594mm
a1         ISO A1     594mm x 840mm
a0         ISO A0     840mm x 1189mm
b10        JIS B10    32mm x 45mm
b9         JIS B9     45mm x 64mm
b8         JIS B8     64mm x 91mm
b7         JIS B7     91mm x 128mm
b6         JIS B6     128mm x 182mm
b5         JIS B5     182mm x 257mm
b4         JIS B4     257mm x 364mm
b3         JIS B3     364mm x 515mm
b2         JIS B2     515mm x 728mm
b1         JIS B1     728mm x 1030mm
b0         JIS B0     1030mm x 1456mm
<HR></PRE>






<P>

Note that this doesn't affect the size of the drawing canvas. 
Use the 
<B>-pheight </B>

and 
<B>-pwidth </B>

options for that.


</DL>
<P>


<B>-ph</B>[<B>eight</B>]

<I>height</I>



<DL COMPACT>
<DT><DD>


Make the
<I>xfig</I>

canvas
<I>height</I>

high (where
<I>height</I>

is either cm or in, depending on the 
<B>-metric </B>

setting).


</DL>
<P>


<B>-po</B>[<B>rtrait</B>]



<DL COMPACT>
<DT><DD>


Make
<I>xfig</I>

come up in portrait mode (8.5&quot; x 9&quot;).  See note about landscape mode.


</DL>
<P>


<B>-pw</B>[<B>idth</B>]

<I>width</I>



<DL COMPACT>
<DT><DD>


Make the
<I>xfig</I>

canvas
<I>width</I>

wide (where
<I>width</I>

is either cm or in, depending on the 
<B>-metric </B>

setting).


</DL>
<P>


<B>-righ</B>[<B>t</B>]



<DL COMPACT>
<DT><DD>


Change the position of the side panel window to the right of the canvas window
(default: left).


</DL>
<P>


<B>-rigi</B>[<B>d</B>]



<DL COMPACT>
<DT><DD>


Start
<I>xfig</I>

with the
<I>rigid text</I>

mode for text objects.
The
<I>Rigid</I>

attribute forces text to remain the same size even if
inside a compound object that is scaled up or down.
The default is
<I>off</I>.



</DL>
<P>


<B>-ru</B>[<B>lerthick</B>]



<DL COMPACT>
<DT><DD>


Set the height(width) of the top(side) rulers in pixels.
The default (and minimum) is 24.


</DL>
<P>


<B>-scala</B>[<B>blefonts</B>]



<DL COMPACT>
<DT><DD>


Allows use of the X11R5 or OpenWindows scalable fonts (this is the default).
If the scalable fonts aren't available
<I>xfig</I>

will automatically switch to non-scaling fonts.


</DL>
<P>


<B>-scale_factor</B>

<I>scale</I>



<DL COMPACT>
<DT><DD>


Scale every figure read in by this value.  This is useful in conjunction with the 
<B>-update</B>

option to do batch scaling of figures.


</DL>
<P>


<B>-showa</B>[<B>llbuttons</B>]



<DL COMPACT>
<DT><DD>


Show all the
<I>xfig</I>

indicator buttons instead of only those relevant
to the current drawing mode.
Normally, the buttons
<I>line width</I>,

<I>area-fill</I>,

<I>grid mode</I>,

<I>text size</I>,

etc. are only visible when
they are relevant to the current drawing mode.
The
<B>-showallbuttons</B>

option makes all
of the indicator buttons visible at all times.
This takes up more screen real estate,
but allows the user to see all settable parameters.


</DL>
<P>


<B>-showb</B>[<B>alloons</B>]



<DL COMPACT>
<DT><DD>


Forces 
<I>xfig</I>

to pop up the information balloons when the mouse
passws over a button. This is the default. See also 
<B>-dontshowballoons .</B>



</DL>
<P>


<B>-showd</B>[<B>epthmanager</B>]



<DL COMPACT>
<DT><DD>


Show the depth manager panel.  This panel lets one show or hide
objects at various depths.
This is the default.


</DL>
<P>


<B>-showl</B>[<B>engths</B>]



<DL COMPACT>
<DT><DD>


Makes 
<I>xfig </I>

show the lengths of lines being drawn, in red text near the
line itself.  Also, when points are moved or added.  In addition, imagine
a triangle formed with the line segment as the hypotenuse,
and a vertical and horizontal line forming the other two sides.  These
lines and their lengths are also drawn in red as the point is moved or added.
This mode is ignored when drawing in freehand mode.
<BR>

This flag may be toggled by pressing &lt;Meta&gt;i (default).


</DL>
<P>


<B>-shown</B>[<B>ums</B>]



<DL COMPACT>
<DT><DD>


With this option, xfig will draw all objects with a red number next to each vertex.
This is generally only useful for debugging.


</DL>
<P>


<B>-showp</B>[<B>ageborder</B>]



<DL COMPACT>
<DT><DD>


Makes 
<I>xfig </I>

show the border of the current paper size in the color specified
by the 
<B>-pageborder</B>

option (default: light blue).


</DL>
<P>


<B>-showz</B>[<B>erolines</B>]



<DL COMPACT>
<DT><DD>


Show axis zero lines on the canvas.
This is the default


</DL>
<P>


<B>-si</B>[<B>ngle</B>]



<DL COMPACT>
<DT><DD>


Sets single page mode for print or export. 
This is the default.  See also 
<B>-multiple.</B>



</DL>
<P>


<B>-sm</B>[<B>ooth_factor</B>]

<I>factor</I>



<DL COMPACT>
<DT><DD>


Enable smoothing when exporting to the bitmap formats (e.g. GIF, PNG, etc.). The allowed
values are 0 (no smoothing), 2 or 4 (most smoothing).  This parameter is passed 
to ghostscript in the -dTextAlphaBits -dGraphicsAlphaBits options to smooth the figure.


</DL>
<P>


<B>-spec</B>[<B>ialtext</B>]



<DL COMPACT>
<DT><DD>


Start
<I>xfig</I>

with the
<I>special text</I>

mode for text objects.
Special text means that special characters in the string are not specially
processed but are passed directly to
<I>LaTeX</I>.

This is most useful for writing LaTeX equations.
If this flag is not set, then the backslash character '\' is changed
to the \backslash command, a brace '{' is turned into a brace command \{, etc.


</DL>
<P>


<B>-spel</B>[<B>lcheckcommand</B>]

<I>command</I>



<DL COMPACT>
<DT><DD>


Use
<I>command</I>

for the external spell checking program when using the spell check/search/replace
popup.  
The string
<I>command</I>

should include the string ``%s'' which is replaced by a temporary filename.
Default is ``spell %s''.


</DL>
<P>


<B>-spinner_d</B>[<B>elay</B>]

<I>msec</I>



<DL COMPACT>
<DT><DD>


The delay (in milliseconds) before the spinner will automatically count up 
or down when the button is pressed.
Spinners are the (numeric) text widgets with an up- and down-arrow, which when 
clicked, cause the value to be incremented/decremented.
The default is 500 milliseconds.


</DL>
<P>


<B>-spinner_r</B>[<B>rate</B>]

<I>msec</I>



<DL COMPACT>
<DT><DD>


The rate (in milliseconds) at which the spinner will count
when the up- or down-arrow is pressed.


</DL>
<P>


<B>-startfi</B>[<B>llstyle</B>]

<I>stylenumber</I>



<DL COMPACT>
<DT><DD>


Set the starting fill style for area fill (-1 to 21).


</DL>
<P>


<B>-startfo</B>[<B>ntsize</B>]

<I>pointsize</I>



<DL COMPACT>
<DT><DD>


Set the default font size for text objects (default = 12pt).


</DL>
<P>


<B>-startg</B>[<B>ridmode</B>]

<I>modenumber</I>



<DL COMPACT>
<DT><DD>


Set the starting grid mode (0 to 3).  Mode 0 is no grid.
In imperial (inches) mode, grid mode 1 is 1/4 inch,
mode 2 is 1/2 inch and mode 3 is 1 inch.
In metric mode, grid mode 1 is 5mm, mode 2 is 1cm and mode 3 is 2cm.


</DL>
<P>


<B>-startla</B>[<B>texFont</B>]

<I>font</I>



<DL COMPACT>
<DT><DD>


Set the starting font name for
<I>LaTeX</I>

fonts.


</DL>
<P>


<B>-startli</B>[<B>newidth</B>]

<I>width</I>



<DL COMPACT>
<DT><DD>


Set the starting line width.


</DL>
<P>


<B>-startpo</B>[<B>snmode</B>]

<I>modenumber</I>



<DL COMPACT>
<DT><DD>


Set the starting point positioning mode (0 to 4)
In imperial (inches) mode, positioning mode 0 is ``any'',
mode 1 is 1/16 inch,
mode 2 is 1/4 inch, mode 3 is 1/2 inch and mode 4 is 1 inch.
In metric mode, mode 0 is ``any'',
mode 1 is 1mm, mode 2 is 5mm, mode 3 is 10mm and mode 4 is 20mm.


</DL>
<P>


<B>-startp</B>[<B>sFont</B>]

<I>font</I>



<DL COMPACT>
<DT><DD>


Set the starting font name for
<I>PostScript</I>

fonts.


</DL>
<P>


<B>-startt</B>[<B>extstep</B>]

<I>stepsize</I>



<DL COMPACT>
<DT><DD>


Set the starting text step.


</DL>
<P>


<B>-ta</B>[<B>blet</B>]



<DL COMPACT>
<DT><DD>


Specifies that xfig should use the input tablet instead of the mouse
for drawing.  You must have the XInputExtension in your X server and
an input tablet for this to work.  Also, you must modify the Imakefile
to include the 
<B>USETAB </B>

and 
<B>TABLIB </B>

variables.


</DL>
<P>


<B>-track</B>



<DL COMPACT>
<DT><DD>


Turn on cursor (mouse) tracking arrows (default).


</DL>
<P>


<B>-tran</B>[<B>sparent_color</B>]

<I>color_number</I>



<DL COMPACT>
<DT><DD>


Make the transparent color for GIF export
<I>color_number.</I>

This number is the color number according to the 
<B>xfig</B>

color panel, starting at 0 (black) and ending at 31 (gold),
or may be a user-defined color number, which is 32 or higher.


</DL>
<P>


<B>-update</B>

<I>file [ file ... ]</I>



<DL COMPACT>
<DT><DD>


Run xfig in an &quot;update&quot; mode, where it will read each Fig file specified
on the command line and write it out to the original file,
in the current file format for the version of xfig being run.
The original Fig file will be preserved with
the suffix <I>.bak</I> attached to the name.
<BR>

In this mode, xfig doesn't connect the X server, so no window is opened,
and it exits when finished.


</DL>
<P>


<B>-users</B>[<B>cale</B>]

<I>scale</I>



<DL COMPACT>
<DT><DD>


Set the multiplier for displayed line lengths etc.
This factor is multiplied by the actual length,
radius or diameter of the object currently
being drawn on the canvas.
It is useful for making scale drawings, where
e.g. 1 inch = 1 foot (userscale = 12.0) or 1cm = 1m (userscale = 100.0).


</DL>
<P>


<B>-useru</B>[<B>nit</B>]

<I>units</I>



<DL COMPACT>
<DT><DD>


The
<I>units</I>

string is printed with the length information when drawing objects.
For example if the
<I>userscale</I>

= 1.0 and the
<I>userunit</I>

=
<I>ft</I>

then a line which is 3 inches long on the canvas would be displayed as
``length = 3 ft'' when it is being drawn.
<DT><DD>
After
<I>xfig</I>

is started you may change the
<I>userscale</I>

and the
<I>userunit</I>

from a popup menu available by pressing mouse button 3 in the
<I>units</I>

box where the two rulers meet.


</DL>
<P>


<B>-visual</B>

<I>visualname</I>



<DL COMPACT>
<DT><DD>


Use
<I>visualname</I>

as the visual for xfig.  The names are TrueColor (case is not important),
StaticColor, DirectColor, StaticGray, GrayScale and PseudoColor.
<I>xfig</I>

uses the default visual unless this is specified.  Your server must
support the desired visual.
Use
<I>xdpyinfo</I>

to see what visuals and depths are supported.
See also the
<B>-depth</B>

option.


</DL>
<P>


<B>-zoom</B>

<I>zoomscale</I>



<DL COMPACT>
<DT><DD>


Set the starting zoom scale.
<P>
<P>
</DL>
<P>

<A NAME="lbAF">&nbsp;</A>
<H2>X RESOURCES and DEFAULTS</H2>

The overall widget name(Class) is xfig(Fig).
These resources correspond to the command line arguments:
<P>












<PRE>
Name                Type    Default         Command-line equivalent
<HR>allownegcoords      boolean true            -allownegcoords (true),
                                            -dontallownegcoords (false)
axislines           string  pink            -axislines
balloon_delay       integer 500 (ms)        -balloon_delay
boldFont            string  8x13bold        -bold
but_per_row         integer 2               -but_per_row
buttonFont          string  6x13            -button
canvasbackground    string  white           -cbg
canvasforeground    string  black           -cfg
correctfontsize     boolean false           -correctfontsize
debug               boolean false           -debug
depth               integer *               -depth
dontswitchcmap      boolean false           -dontswitchcmap
euc_encoding        boolean false           (n/a)
encoding            integer 1               -encoding
exportLanguage      string  eps             -exportLanguage
export_margin       integer 0               -export_margin
flipvisualhints     boolean false           -flipvisualhints
flushleft           boolean false           -flushleft (true),
                                            -center (false)
freehand_resolution integer 25              -freehand_resolution
grid_color          string  black           -grid_color
grid_unit           string  1/16 (inch)     -grid_unit
                            0.1 (metric)
hiddentext          boolean false           -hiddentext
icon_view           boolean true            -icon_view (true),
                                            -list_view (false)
image_editor        string  xv              -image_editor
inches              boolean true            -inches (true),
                                            -imperial (true),
                                            -centimeters (false),
                                            -metric (false)
installowncmap      boolean false           -installowncmap
internalborderwidth integer 1               -internalBW
international       International           booleanfalse-international
jpeg_quality        integer 75              -jpeg_quality
justify             boolean false           -left (false),
                                            -right (true)
keyFile             string  CompKeyDB       -keyFile
landscape           boolean true            -Landscape (true),
                                            -landscape (true),
                                            -Portrait (false),
                                            -portrait (false)
latexfonts          boolean false           -latexfonts
library_dir         string  ~/xfiglib       -library_dir
magnification       float   100             -magnification
max_image_colors    integer 64              -max_image_colors
monochrome          boolean false           -monochrome
multiple            boolean false           -multiple
normalFont          string  6x13            -normal
overlap             boolean true            -overlap (true),
                                            -nooverlap (false)
pageborder          string  lightblue       -pageborder
paper_size          string  Letter (inch)   -paper_size
                            A4 (metric)
pheight             float   8.5 (landscape) -pheight
                            9.5 (portrait)
pwidth              float   11 (landscape)  -pwidth
                            8.5 (portrait)
rigidtext           boolean false           -rigid (true)
rulerthick          integer 24              -rulerthick
scalablefonts       boolean true            -scalablefonts (true),
                                            -noscalablefonts (false)
scale_factor        float   1.0             -scale_factor
showallbuttons      boolean false           -showallbuttons
showaxislines       boolean true            -showaxislines (true),
                                            -dontshowaxislines (false)
showballoons        boolean true            -showballoons (true),
                                            -dontshowballoons (false)
showdepthmanager    boolean true            -showdepthmanager (true),
                                            -dontshowdepthmanager (false)
showlengths         boolean false           -showlengths (true),
                                            -dontshowlengths (false)
shownums            boolean false           -shownums (true),
                                            -dontshownums (false)
showpageborder      boolean true            -showpageborder (true),
                                            -dontshowpageborder (false)
single              boolean true            -single
smooth_factor       integer 0               -smooth_factor
specialtext         boolean false           -specialtext
splash              boolean true            -splash (true),
                                            -nosplash (false)
spellcheckcommand   string  spell %s        -spellcheckcommand
spinner_delay       integer 500 (ms)        -spinner_delay
spinner_rate        integer 100 (ms)        -spinner_rate
startfillstyle      integer 0               -startfillstyle
startfontsize       float   12              -startfontsize
startgridmode       integer 0               -startgridmode
startlatexFont      string  Default         -startlatexFont
startlinewidth      integer 1               -startlinewidth
startposnmode       integer 1               -startposnmode
startpsFont         string  Times-Roman     -startpsFont
starttextstep       float   1.2             -starttextstep
tablet              boolean false           -track,
trackCursor         boolean true            -track (true),
                                            -notrack (false)
transparent_color   integer -2 (none)       -transparent_color
userscale           float   1.0             -userscale
userunit            string  in (inches)     -userunit
                            cm (metric)
visual              string  *               -visual
zoom                float   1.0             -zoom

* Default visual and depth depend on the X server. Use <I>xdpyinfo</I> to see what visuals
and depths are supported.
<HR></PRE>





<P>
<P>

<A NAME="lbAG">&nbsp;</A>
<H2>BUGS and RESTRICTIONS</H2>

Please send bug reports, fixes, new features etc. to:
<BR>

<A HREF="mailto:bvsmith@lbl.gov">bvsmith@lbl.gov</A>
(Brian V. Smith)
<P>

When reporting a bug, please first check if the problem is mentioned in
the FAQ section of the HTML files (xfig Help menu).  
<P>

If it is not mentioned there, be sure to report the operating system you
are using (e.g. SunOS 4.1.3), type of X server and version (OpenWindows 3, X11R6.4,
XFree86 3.2.2, etc) and color depth (e.g. 8bpp, 16bpp), and most
importantly the version of xfig or fig2dev that is having the problem.
<P>

It is also VERY useful to me if you can provide a stack trace from a debugger
such as gdb, dbx, ups, etc, if the bug causes xfig to crash.
<P>

Because of the difference of some fonts in some X servers and the PostScript
fonts on printers, text alignment can be problematic.
<P>

Not all operations employ smart redrawing of objects which are altered
as a by product of the operation.
You may need to use
<I>Redraw</I>

in these cases.
<P>

Some servers do not allow bitmaps/pixmaps taller than the screen height
or wider than the screen width.
That is why there is a limit on the width
of the top ruler and height of the side ruler.
If you need wider/taller rulers AND your server allows bigger pixmaps,
you may define
<B>MAX_TOPRULER_WD</B>

and/or
<B>MAX_SIDERULER_HT</B>

in your Imakefile in the
<I>DEFINES</I>

line.
For example,
to have a maximum top ruler width of 1160 pixels, add
<B>-DMAX_TOPRULER_WD=1160</B>

to your
<I>DEFINES</I>

line in the Imakefile.
<P>

If the image is panned or the
<I>xfig</I>

window iconified and de-iconified
during the middle of an operation (e.g. while drawing a line), the picture
will be distorted.
This can be corrected using
<I>Redraw</I>

after the operation is complete.
<P>

When zoomed very large, the length of dashes in dashed lines will top out
at 255 pixels long.  This is due to a restriction in X
that the dash list is defined by char (255 pixels maximum for a dash).
The figure will print correctly, however.
<P>

When you do a copy/rotate with multiple copies,
only the creation of the last object can be undone with the Undo button.
<P>

Modifications to text using the popup search/update/replace/spell check panel 
cannot be undone.
<P>

See the
<B>README</B>

file for troubleshooting.
<A NAME="lbAH">&nbsp;</A>
<H2>SEE ALSO</H2>

<P>

fig2dev(1)
(<I>TransFig</I>

package)
<P>

gs(1)
(<I>Ghostscript</I>

PostScript previewer)
<A NAME="lbAI">&nbsp;</A>
<H2>ACKNOWLEDGEMENT</H2>

(From the original author, Supoj Sutanthavibul):
Many thanks goes to Professor Donald E. Fussell who inspired the
creation of this tool.
<P>

(From current maintainer Brian Smith):
Thanks to all the users who have contributed to xfig, especially
Paul King who, besides adding many features,
revamped the look and feel which became version 2.1.
<A NAME="lbAJ">&nbsp;</A>
<H2>COPYRIGHT</H2>

<PRE>
Original Copyright (c) 1985 by Supoj Sutanthavibul
Parts Copyright (c) 1994-1999 by Brian V. Smith
Parts Copyright (c) 1991 by Paul King
Other Copyrights may be found in various files


</PRE>

<P>

Any party obtaining a copy of these files is granted, free of charge, a
full and unrestricted irrevocable, world-wide, paid up, royalty-free,
nonexclusive right and license to deal in this software and
documentation files (the &quot;Software&quot;), including without limitation the
rights to use, copy, modify, merge, publish and/or distribute copies of
the Software, and to permit persons who receive copies from any such 
party to do so, with the only requirement being that this copyright 
notice remain intact.
<P>

Note that although I work at Lawrence Berkeley National Laboratory (LBNL)
I don't speak for LBNL nor do I represent LBNL with respect to my work on
TransFig and xfig, nor does LBL make any representations about the suitability
of this software for any purpose.
<P>

Here is the legal part:
<P>

THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
<P>
<P>

<I>PostScript</I>

is a trademark of Adobe Systems Incorporated.

<P>

<PRE>
Parts Copyright (C) 1989 by Jef Poskanzer.
Copyright notice for pbmplus code:


Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation.  This software is provided ``as is'' without
express or implied warranty.
</PRE>

<BR>

<A NAME="lbAK">&nbsp;</A>
<H2>FILES</H2>

<B>
</B>
<DL COMPACT>
<DT><B>CompKeyDB</B>

<DD>
Data base of compose (meta) key sequences for 8-bit characters.
Must be installed in
<B>$(XFIGLIBDIR)</B>

with ``make install'',
or may be specified with command line option
<B>-keyFile</B>

or X toolkit resource keyFile.
See the
<I>Imakefile</I>.

<DT>/usr/share/doc/xfig<DD>
This directory contains the documentation.

<DT>/usr/share/xfig<DD>
This directory contains the above mentioned
CompKeyDB file, and a directory of libraries containing Fig objects
such as electrical symbols, logic symbols, etc.
<DT><B>Fig.ad and Fig-color.ad</B>

<DD>
Application defaults files which are automatically installed
in the system app-defaults directory with the
<I>make install</I>

command.
<DT><B>Doc/FORMAT3.2</B>

<DD>
Description of Fig file format.
<DT><B>README</B>

<DD>
Installation instructions and troubleshooting.
<DT><B>CHANGES</B>

<DD>
Description of bug fixes/new features.
<P>
</DL>
<A NAME="lbAL">&nbsp;</A>
<H2>AUTHORS</H2>

Many people have contributed to
<I>xfig</I>.

Here is a list of the people who
have contributed the most (in chronological order):
<P>
<B>Version 1:</B>

<P>

Original author:
<BR>

Supoj Sutanthavibul, University of Texas at Austin
<P>
The
<I>LaTeX</I>

line drawing modes were contributed by:
<BR>

Frank Schmuck, Cornell University
<P>
Original X11 port by:
<BR>

Ken Yap, Rochester
<P>
Variable window sizes, cleanup of X11 port, right hand side panel:
<BR>

Dana Chee, Bellcore
<P>
Cleanup of color port to X11 by:
<BR>

John T. Kohl, MIT
<P>

<B>Version 2.0:</B>


<P>
Area fill, multiple line thicknesses, multiple fonts and font sizes,
bottom panel, line style/thickness,
(and anything else that wasn't written by the others)
by:
<BR>

Brian Smith
<BR>

(standard disclaimer applies)
<BR>

(<A HREF="mailto:bvsmith@lbl.gov">bvsmith@lbl.gov</A>)
<P>
Popup change-object menu by:
<BR>

Jon Tombs
<BR>

Frank Schmuck
<P>
Zooming and panning functions, shift key select mechanism by:
<BR>

Dieter Pellkofer
<BR>

Henning Spruth
<P>
Depth feature by:
<BR>

Mike Lutz
<P>
Cut/Paste by:
<BR>

Tom Tkacik
<P>

<B>Version 2.1:</B>


<P>
Indicator panel, file menu popup, print menu popup,
panning with rulers, mouse function window, regular polygon,
rubberbanding of circles/ellipses, filled splines on canvas,
dashed/dotted splines on canvas, update button,
arbitrary angle rotation of objects, alignment in compound,
object scaling, constrained copy/move, corner markers for compound,
context sensitive corner markers, smarter redraw, undo for compound
and point move for boxes, cancel object creation, point positioning
to three resolutions,
<I>TransFig</I>

scalable text, hidden text,
special text, save of figure on crash by:
<P>
Paul King (<A HREF="mailto:king@cs.uq.oz.au">king@cs.uq.oz.au</A>)
<BR>

with help from:
<BR>

Brian Smith
and Micah Beck (<A HREF="mailto:beck@cs.utk.edu">beck@cs.utk.edu</A>)
<P>
Encapsulated
<I>PostScript</I>

importing by:
<BR>

Brian Boyter
<P>
Pan/zoom with ctrl key/mouse by:
<BR>

Henning Spruth
<P>
International characters by:
<BR>

Herve Soulard
<P>
Directory Browser based on XDir by:
<BR>

Win Treese, Digital Equipment Corporation
<P>
Rotated ellipses by:
<BR>

James Tough, Dept. of Computer Science, Heriot-Watt University, Scotland
<P>
Rotated text from the
<I>xvertext</I>

package by:
<BR>

Alan Richardson, Space Science Centre, School of MAPS,
University of Sussex
<P>
Popup scale menu and dynamic switching between inches and cm by:
<BR>

Paul King (<A HREF="mailto:king@cs.uq.oz.au">king@cs.uq.oz.au</A>)
<P>
Extensive man page formatting revisions by:
<BR>

David W. Sanderson
<P>
Display Postscript code for IBM RS/6000 by:
<BR>

Dave Hale (<A HREF="mailto:dhale@green.mines.colorado.edu">dhale@green.mines.colorado.edu</A>)

<P>
<B>Version 3.0:</B>


<P>
<BR>

New arrowhead types, separate pen/fill colors, new file protocol,
more colors with extended color popup panel, new arc style,
new fill patterns (bricks, etc), new line join and cap styles,
export offset and file load offset, XPM import, XBM import and export
(and anything else that wasn't written by the others) by:
<BR>

Brian Smith
<BR>

(Note: the color popup panel was based on
<I>xcoloredit</I>

by Richard Hesketh)
<P>
<P>
GIF header reading code by:
<BR>

David Koblas from the giftoppm part of the pbmplus package
<P>
XPM export code (using XPM3 libraries) by:
<BR>

Karel van Houten (<A HREF="mailto:K.H.C.vanHouten@research.ptt.nl">K.H.C.vanHouten@research.ptt.nl</A>)
<P>
Higher figure resolution (1200dpi) by:
<BR>

Ross Martin (<A HREF="mailto:martin@trcsun3.eas.asu.edu">martin@trcsun3.eas.asu.edu</A>)
<P>
Color quantization using neural network by:
<BR>

Anthony Dekker (<A HREF="mailto:dekker@ACM.org">dekker@ACM.org</A>)
<BR>

[NEUQUANT Neural-Net quantization algorithm by Anthony Dekker, 1994.
See ``Kohonen neural networks for optimal colour quantization''
in ``Network: Computation in Neural Systems'' Vol. 5 (1994) pp 351-367.
for a discussion of the algorithm.]
<P>
Floyd-Steinberg algorithm for dithering color images on monochrome
displays lifted from the Pbmplus package by Jef Poskanser.
<P>
rotate/flip objects around/about selected anchor point and multiple
copies of objects by:
<BR>

Uwe Bonnes (<A HREF="mailto:bon@lte.e-technik.uni-erlangen.de">bon@lte.e-technik.uni-erlangen.de</A>)
<P>
Input tablet extension by:
<BR>

Greg LaCoste (<A HREF="mailto:greg@seismo.do.usbr.gov">greg@seismo.do.usbr.gov</A>)

<P>
<B>Version 3.1:</B>

<P>

<BR>

The only difference between protocol version 3.0 and version 3.1 is
that the position of the ``magnet'' has been shifted by 14 fig units.
In the 2.1 and older versions of xfig the grid was in multiples of 5 fig
units, but they were on intervals 4, 9, 14, 19, etc.
When version 3.0 was created, coordinates were simply multiplied by the
ratio of the resolutions (1200/80 = 15) so values like 4 became 60 instead
of 74 ((4+1)*15 - 1).
<P>
The JPEG import/export code uses the Independent JPEG Group software
(see jpeg/README for details)
<P>
Image browser, editor and screen capture features by:
<BR>

Jim Daley (<A HREF="mailto:jdaley@cix.compulink.co.uk">jdaley@cix.compulink.co.uk</A>)

<P>
<B>Version 3.2:</B>

<P>

<BR>

The changes to the version 3.2 file protocol are the addition of the
paper size, print/export magnification, single/multiple page indicator
and a transparent color name used for GIF export to the header
of the file.
<BR>

The other difference in the version 3.2 protocol is the
mathematical model used for splines. The new version
uses X-splines which allows the user to mix interpolation and approximation
points in a same curve. More precisely, it means that an X-spline curve
is neither an interpolated spline nor an approximated one, it is BOTH
(the behaviour of each point is controlled by one single parameter
called ``shape factor''). For additional information about X-splines, see:
<P>
<BR>&nbsp;&nbsp;&quot;X-Splines:&nbsp;A&nbsp;Spline&nbsp;Model&nbsp;Designed&nbsp;for&nbsp;the&nbsp;End&nbsp;User&quot;
<BR>&nbsp;&nbsp;by&nbsp;C.&nbsp;Blanc&nbsp;and&nbsp;C.&nbsp;Schlick,&nbsp;Proceedings&nbsp;of&nbsp;SIGGRAPH'95
<BR>&nbsp;&nbsp;<A HREF="http://dept-info.labri.u-bordeaux.fr/~schlick/DOC/sig1.html">http://dept-info.labri.u-bordeaux.fr/~schlick/DOC/sig1.html</A>
<P>
Caveat: Because previous spline models (quadratic B-splines and Bezier
with hidden points) are no longer supported, curves that are present
in version 3.1 and older files are automatically converted to X-splines.
This translation is only an approximation process. It means that the
converted curves are not exactly the same as the original ones. Though
they are usually very close, some hand-fitting may be needed in
some pathological cases.
<P>
Inclusion of X-splines by:
<BR>

Carole Blanc (<A HREF="mailto:blanc@labri.u-bordeaux.fr">blanc@labri.u-bordeaux.fr</A>)
<BR>

Christophe Schlick (<A HREF="mailto:schlick@labri.u-bordeaux.fr">schlick@labri.u-bordeaux.fr</A>)
<BR>

Note: the initial implementation was done by C. Feuille, S. Grosbois, L.
Maziere and L. Minihot as a student practice (Universite Bordeaux, France).
<P>
Open/close compound feature written by
<BR>

Bill Taylor (<A HREF="mailto:bill@mainstream.com">bill@mainstream.com</A>)
<P>
Library feature written by 
<BR>

Stephane Mancini (<A HREF="mailto:mancini@elecsrv.enst.fr">mancini@elecsrv.enst.fr</A>)
(object preview by Brian V. Smith)
<P>
The library objects in the Electrical and Logic libraries were done by
<BR>

Peter Hiscocks (<A HREF="mailto:phiscock@ee.ryerson.ca">phiscock@ee.ryerson.ca</A>)
<P>
The library objects in the Computer, Networks, and Hospital-Equipment
libraries were extracted from the clipart example files by
<BR>

Bill Chimiak (<A HREF="mailto:chim@bgsm.edu">chim@bgsm.edu</A>)
<P>

<P>
<B>Version 3.2.3 and newer:</B>

<P>

Please see the CHANGES file for credits for newer releases.

<A NAME="lbAM">&nbsp;</A>
<H2>NOTES</H2>

Many bug fixes/cleanups etc. by a host of faithful users
<P>
See the
<B>CHANGES</B>

file for all the credits
<P>
The
<I>TransFig</I>

package was written by Micah Beck and is maintained by Brian Smith
<P>

<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DT><A HREF="#lbAF">X RESOURCES and DEFAULTS</A><DD>
<DT><A HREF="#lbAG">BUGS and RESTRICTIONS</A><DD>
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
<DT><A HREF="#lbAI">ACKNOWLEDGEMENT</A><DD>
<DT><A HREF="#lbAJ">COPYRIGHT</A><DD>
<DT><A HREF="#lbAK">FILES</A><DD>
<DT><A HREF="#lbAL">AUTHORS</A><DD>
<DT><A HREF="#lbAM">NOTES</A><DD>
</DL>
<HR>
This document was created by
man2html,
using the manual pages.<BR>
Time: 16:26:41 GMT, March 22, 2008
</BODY>
</HTML>