Browse Source

*** empty log message ***

pre-master-46
saintel 17 years ago
parent
commit
e1a2f5f66a
  1. 5
      ChangeLog
  2. 14
      man/man1/ngnutmeg.1
  3. 6
      man/man1/ngspice.1

5
ChangeLog

@ -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 2009-01-18 Paolo Nenzi
* src/frontend/plotting/plotit.c, * src/frontend/plotting/plotit.c,
* src/frontend/plotting/plotcurv.c: * src/frontend/plotting/plotcurv.c:

14
man/man1/ngnutmeg.1

@ -6,12 +6,12 @@
.SH NAME .SH NAME
nutmeg \- spice post-processor nutmeg \- spice post-processor
.SH SYNOPSIS .SH SYNOPSIS
\fBnutmeg [ - ] [ -n ] [ -t term ] [ datafile ... ]\fR
\fBnutmeg [ \- ] [ \-n ] [ \-t term ] [ datafile ... ]\fR
.SH DESCRIPTION .SH DESCRIPTION
.B Nutmeg .B Nutmeg
is a post processor for \s-2SPICE\s+2 \- it takes the raw is a post processor for \s-2SPICE\s+2 \- it takes the raw
output file created output file created
by \fBspice -r\fR
by \fBspice \-r\fR
and plots the data on a graphics terminal or a workstation display. and plots the data on a graphics terminal or a workstation display.
Note that the raw output file is different from the Note that the raw output file is different from the
data that \s-2SPICE\s+2 writes to the standard output. data that \s-2SPICE\s+2 writes to the standard output.
@ -92,7 +92,7 @@ The magnitude of vector.
The phase of vector. The phase of vector.
.IP .IP
\fBj(vector) \-\fR \fBj(vector) \-\fR
\fIi\fR (sqrt(-1)) times vector.
\fIi\fR (sqrt(\-1)) times vector.
.IP .IP
\fBreal(vector) \-\fR \fBreal(vector) \-\fR
The real component of vector. The real component of vector.
@ -439,12 +439,12 @@ in the \fIplottype\fR option, below.
\fBcpdebug\fR \fBcpdebug\fR
.br .br
Print \fIcshpar\fR debugging information. (Must be complied with the Print \fIcshpar\fR debugging information. (Must be complied with the
-DCPDEBUG flag.)
\-DCPDEBUG flag.)
.IP .IP
\fBdebug\fR \fBdebug\fR
.br .br
If set then a lot of debugging information is printed. (Must be If set then a lot of debugging information is printed. (Must be
compiled with the -DFTEDEBUG flag.)
compiled with the \-DFTEDEBUG flag.)
.IP .IP
\fBdevice\fR \fBdevice\fR
.br .br
@ -508,7 +508,7 @@ no effect.
.br .br
If this is set, when the \fBhardcopy\fR command is run the resulting file 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 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 .IP
\fBhcopydevtype\fR \fBhcopydevtype\fR
.br .br
@ -925,7 +925,7 @@ There are a number of pre-defined constants in \fBnutmeg\fR. They are:
pi pi pi pi
e The base of natural logarithms e The base of natural logarithms
c The speed of light c The speed of light
i The square root of -1
i The square root of \-1
kelvin Absolute 0 in Centigrade kelvin Absolute 0 in Centigrade
echarge The charge on an electron echarge The charge on an electron
boltz Boltzman's constant boltz Boltzman's constant

6
man/man1/ngspice.1

@ -7,8 +7,8 @@
.SH NAME .SH NAME
spice \- circuit simulator spice \- circuit simulator
.SH SYNOPSIS .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 .SH DESCRIPTION
This manual page describes the commands available for interactive This manual page describes the commands available for interactive
use of \*S. For details of circuit descriptions and the 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 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 input file and do the simulation. Note that if the standard input
is not a terminal, \*S will default to batch mode, unless the is not a terminal, \*S will default to batch mode, unless the
-i flag is given.
\-i flag is given.
.TP .TP
\fB-s\fR (or \fB--server\fR) \fB-s\fR (or \fB--server\fR)
Run in server mode. This is like batch mode, except that a temporary Run in server mode. This is like batch mode, except that a temporary

Loading…
Cancel
Save