*** empty log message ***
This commit is contained in:
parent
d972123d5f
commit
e1a2f5f66a
|
|
@ -1,3 +1,8 @@
|
|||
2009-01-26 Lionel Sainte Cluque
|
||||
* man/man1/ngspice.1,
|
||||
* man/man1/nutmeg.1:
|
||||
apply Ahmed El-Mahmoudy's patch on hyphens in manpages.
|
||||
|
||||
2009-01-18 Paolo Nenzi
|
||||
* src/frontend/plotting/plotit.c,
|
||||
* src/frontend/plotting/plotcurv.c:
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
.SH NAME
|
||||
nutmeg \- spice post-processor
|
||||
.SH SYNOPSIS
|
||||
\fBnutmeg [ - ] [ -n ] [ -t term ] [ datafile ... ]\fR
|
||||
\fBnutmeg [ \- ] [ \-n ] [ \-t term ] [ datafile ... ]\fR
|
||||
.SH DESCRIPTION
|
||||
.B Nutmeg
|
||||
is a post processor for \s-2SPICE\s+2 \- it takes the raw
|
||||
output file created
|
||||
by \fBspice -r\fR
|
||||
by \fBspice \-r\fR
|
||||
and plots the data on a graphics terminal or a workstation display.
|
||||
Note that the raw output file is different from the
|
||||
data that \s-2SPICE\s+2 writes to the standard output.
|
||||
|
|
@ -92,7 +92,7 @@ The magnitude of vector.
|
|||
The phase of vector.
|
||||
.IP
|
||||
\fBj(vector) \-\fR
|
||||
\fIi\fR (sqrt(-1)) times vector.
|
||||
\fIi\fR (sqrt(\-1)) times vector.
|
||||
.IP
|
||||
\fBreal(vector) \-\fR
|
||||
The real component of vector.
|
||||
|
|
@ -439,12 +439,12 @@ in the \fIplottype\fR option, below.
|
|||
\fBcpdebug\fR
|
||||
.br
|
||||
Print \fIcshpar\fR debugging information. (Must be complied with the
|
||||
-DCPDEBUG flag.)
|
||||
\-DCPDEBUG flag.)
|
||||
.IP
|
||||
\fBdebug\fR
|
||||
.br
|
||||
If set then a lot of debugging information is printed. (Must be
|
||||
compiled with the -DFTEDEBUG flag.)
|
||||
compiled with the \-DFTEDEBUG flag.)
|
||||
.IP
|
||||
\fBdevice\fR
|
||||
.br
|
||||
|
|
@ -508,7 +508,7 @@ no effect.
|
|||
.br
|
||||
If this is set, when the \fBhardcopy\fR command is run the resulting file
|
||||
is automatically printed on the printer named \fBhcopydev\fR with the
|
||||
command \fIlpr -P\fBhcopydev\fI -g \fBfile\fR.
|
||||
command \fIlpr \-P\fBhcopydev\fI \-g \fBfile\fR.
|
||||
.IP
|
||||
\fBhcopydevtype\fR
|
||||
.br
|
||||
|
|
@ -925,7 +925,7 @@ There are a number of pre-defined constants in \fBnutmeg\fR. They are:
|
|||
pi pi
|
||||
e The base of natural logarithms
|
||||
c The speed of light
|
||||
i The square root of -1
|
||||
i The square root of \-1
|
||||
kelvin Absolute 0 in Centigrade
|
||||
echarge The charge on an electron
|
||||
boltz Boltzman's constant
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
.SH NAME
|
||||
spice \- circuit simulator
|
||||
.SH SYNOPSIS
|
||||
\fBspice [ -n ] [ -t term ] [ -r rawfile] [ -b ]
|
||||
[ -i ] [ input file ... ]\fR
|
||||
\fBspice [ \-n ] [ \-t term ] [ \-r rawfile] [ \-b ]
|
||||
[ \-i ] [ input file ... ]\fR
|
||||
.SH DESCRIPTION
|
||||
This manual page describes the commands available for interactive
|
||||
use of \*S. For details of circuit descriptions and the
|
||||
|
|
@ -35,7 +35,7 @@ The program is being run on a terminal with \fImfb\fR name \fBterm\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.
|
||||
\-i flag is given.
|
||||
.TP
|
||||
\fB-s\fR (or \fB--server\fR)
|
||||
Run in server mode. This is like batch mode, except that a temporary
|
||||
|
|
|
|||
Loading…
Reference in New Issue