mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
* man/man1/nutmeg.1 man/man1/spice.1 src/multidec.c
src/analysis/cktinit.c src/analysis/cktpzld.c src/analysis/cktpzstr.c src/analysis/cktsens.c src/analysis/sensaskq.c src/analysis/senssetp.c src/analysis/tfanal.c src/circuit/inpgtok.c src/circuit/inpptree.c src/circuit/sperror.c src/devices/dev.c src/devices/asrc/asrcacld.c src/devices/devsup/devsup.c src/devices/jfet/jfetload.c src/devices/ltra/ltra.c src/devices/ltra/ltraset.c src/devices/mos6/mos6ext.h src/frontend/aspice.c src/frontend/device.c src/frontend/display.c src/frontend/doplot.c src/frontend/dotcards.c src/frontend/fourier.c src/frontend/gens.c src/frontend/graf.c src/frontend/grid.c src/frontend/inp.c src/frontend/interp.c src/frontend/nutctab.c src/frontend/plotcurv.c src/frontend/postcoms.c src/frontend/postsc.c src/frontend/resource.c src/frontend/runcoms.c src/frontend/spiceif.c src/frontend/typesdef.c src/frontend/x11.c src/hlp/readhelp.c src/hlp/x11disp.c src/include/complex.h src/include/devdefs.h src/include/fteconst.h src/maths/ni/nipzmeth.c src/maths/sparse/spalloc.c src/maths/sparse/spbuild.c src/maths/sparse/spcombin.c src/maths/sparse/spextra.c src/maths/sparse/spfactor.c src/maths/sparse/spoutput.c src/maths/sparse/spsmp.c src/maths/sparse/spsolve.c src/maths/sparse/sputils.c src/parser/lexical.c src/parser/unixcom.c: removed most `#ifdef notdef', converted some function calls from K&R to ANSI.
This commit is contained in:
+8
-2
@@ -22,13 +22,19 @@ Arguments are:
|
||||
Don't try to load the default data file ("rawspice") if no other files
|
||||
are given.
|
||||
.TP
|
||||
\fB-n\fR (or \fB-N\fR)
|
||||
\fB-n\fR (or \fB--no-spiceinit\fR)
|
||||
Don't try to source the file ".spiceinit" upon startup. Normally \fBnutmeg\fR
|
||||
tries to find the file in the current directory, and if it is not found then
|
||||
in the user's home directory.
|
||||
.TP
|
||||
\fB-t term\fR (or \fB-T term\fR)
|
||||
\fB-t term\fR (or \fB--term=term\fR)
|
||||
The program is being run on a terminal with \fImfb\fR name \fBterm\fR.
|
||||
.TP
|
||||
\fB-h\fR (or \fB--help\fR)
|
||||
Display a verbose help on the arguments available to the program.
|
||||
.TP
|
||||
\fB-v\fR (or \fB--version\fR)
|
||||
Display a version number and copyright information of the program.
|
||||
.PP
|
||||
Further arguments are taken to be data files in binary or ascii format
|
||||
(see \fBsconvert\fR(1)) which are loaded into nutmeg. If the file
|
||||
|
||||
+18
-6
@@ -20,34 +20,46 @@ are described here. You should be familiar with the manual page for
|
||||
.PP
|
||||
Arguments are:
|
||||
.TP
|
||||
\fB-n\fR (or \fB-N\fR)
|
||||
\fB-n\fR (or \fB--no-spiceinit\fR)
|
||||
Don't try to source the file ".spiceinit" upon startup. Normally \*S
|
||||
tries to find the file in the current directory, and if it is not found then
|
||||
in the user's home directory.
|
||||
.TP
|
||||
\fB-t term\fR (or \fB-T term\fR)
|
||||
\fB-q\fR (or \fB--completion\fR)
|
||||
Enable command completion.
|
||||
.TP
|
||||
\fB-t term\fR (or \fB--term=term\fR)
|
||||
The program is being run on a terminal with \fImfb\fR name \fBterm\fR.
|
||||
.TP
|
||||
\fB-b\fR (or \fB-B\fR)
|
||||
\fB-b\fR (or \fB--batch\fR)
|
||||
Run in batch mode. \*S will read the standard input or the specified
|
||||
input file and do the simulation. Note that if the standard input
|
||||
is not a terminal, \*S will default to batch mode, unless the
|
||||
-i flag is given.
|
||||
.TP
|
||||
\fB-s\fR (or \fB-S\fR)
|
||||
\fB-s\fR (or \fB--server\fR)
|
||||
Run in server mode. This is like batch mode, except that a temporary
|
||||
rawfile is used and then written to the standard output, preceded by
|
||||
a line with a single "@", after the simulation is done. This mode
|
||||
is used by the spice daemon.
|
||||
.TP
|
||||
\fB-i\fR (or \fB-I\fR)
|
||||
\fB-i\fR (or \fB--interactive\fR)
|
||||
Run in interactive mode. This is useful if the standard input is
|
||||
not a terminal but interactive mode is desired. Command completion is
|
||||
not available unless the standard input is a terminal, however.
|
||||
.TP
|
||||
\fB-r rawfile\fR (or \fB-R rawfile\fR)
|
||||
\fB-r rawfile\fR (or \fB--rawfile=file\fR)
|
||||
Use \fBrawfile\fR as the default file into which the results of
|
||||
the simulation are saved.
|
||||
.TP
|
||||
\fB-c circuitfile\fR (or \fB--circuitfile=circuitfile\fR)
|
||||
Use \fBcircuitfile\fR as the default input deck.
|
||||
.TP
|
||||
\fB-h\fR (or \fB--help\fR)
|
||||
Display a verbose help on the arguments available to the program.
|
||||
.TP
|
||||
\fB-v\fR (or \fB--version\fR)
|
||||
Display a version number and copyright information of the program.
|
||||
.PP
|
||||
Further arguments are taken to be \*S input decks, which are read
|
||||
and saved. (If batch mode is requested then they are run immediately.)
|
||||
|
||||
Reference in New Issue
Block a user