diff --git a/doc/manpages/xschem.1.in b/doc/manpages/xschem.1.in index 641166c3..2eaad432 100644 --- a/doc/manpages/xschem.1.in +++ b/doc/manpages/xschem.1.in @@ -38,7 +38,7 @@ hierarchical representation of circuits with a top down approach. Print help and exit. .TP -.B -n, --batch +.B -b, --detach Detach xschem from console. .TP @@ -62,6 +62,18 @@ Run a simulation of the current schematc file (spice/Verilog/VHDL, depending on Set netlist type to Verilog. .TP +.B --tcl +Execute specified tcl instructions before any other action, this can be used to change xschemrc variables. +.TP + +.B --script +Execute specified tcl file as a command script (perhaps with xschem commands). +.TP + +.B --tcp-port +Listen to specified tcp port for client connections. (number >=1024). +.TP + .B -i, --no_rcload Do not load any xschemrc file. .TP @@ -70,6 +82,10 @@ Do not load any xschemrc file. Set output for netlist. .TP +.B -N, --netlist_filename +Set name (only name, not path) of top level netlist file. +.TP + .B -t, --tedax Set netlist type to tEDAx. .TP @@ -78,18 +94,10 @@ Set netlist type to tEDAx. Set netlist type to SPICE. .TP -.B -3, --a3page -Set page size for pdf export to A3. -.TP - .B -x, --no_x Dont use X (only command mode). .TP -.B --events -Do not use tclreadline, empty tcl shell prompt, dump activity on stdout for remote controlling other software. -.TP - .B -z, --rainbow Use a raibow-looking layer color table. .TP @@ -118,14 +126,6 @@ Use as output for plot export (png, svg, postscript/pdf) Use as a rc file for startup instead of the default xschemrc. .TP -.B --tcl -Execute specified tcl instructions before any other action, this can be used to change xschemrc variables. -.TP - -.B --script -Execute specified tcl file as a command script, perhaps with xschem commands. -.TP - .B -p, --postscript, --pdf Export pdf schematic. .TP diff --git a/doc/xschem_man/create_pdf_man b/doc/xschem_man/create_pdf_man index 382fb4f5..44a2dc3b 100644 --- a/doc/xschem_man/create_pdf_man +++ b/doc/xschem_man/create_pdf_man @@ -1,8 +1,5 @@ -#### before creating set width of images in html: -sed -i '// width="640">/' *.html cat \ /home/schippes/xschem-repo/trunk/doc/xschem_man/xschem_man.html \ @@ -33,7 +30,7 @@ tutorial_busses.html \ tutorial_ngspice_backannotation.html \ tutorial_symgen.html \ tutorial_gschemtoxschem.html \ -| htmldoc --no-toc --left 10mm --webpage -t pdf -f xschem_man.pdf - +| sed '// width="640">/' \ +| htmldoc --no-toc --top 10mm --bottom 10mm --right 10mm --left 10mm \ + --webpage --linkcolor blue --footer ..1 --header ..h -t pdf -f xschem_man.pdf - -#### restore after doing pdf: -sed -i '/