Browse Source

man pages for cmpp ngmakeidx and ngproc2mod

pre-master-46
Gudjon I. Gudjonsson 12 years ago
committed by rlar
parent
commit
fd9f94dd9e
  1. 3
      INSTALL
  2. 2
      man/man1/Makefile.am
  3. 51
      man/man1/cmpp.1
  4. 42
      man/man1/ngmakeidx.1
  5. 40
      man/man1/ngproc2mod.1

3
INSTALL

@ -613,8 +613,11 @@ Most of the options now following are not well maintained, are not tested or eve
ngspice.info-10
man\
man1\
cmpp.1
ngmakeidx.1
ngmultidec.1
ngnutmeg.1
ngproc2mod.1
ngsconvert.1
ngspice.1
ngspice\

2
man/man1/Makefile.am

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
man_MANS = ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1
man_MANS = ngspice.1 ngnutmeg.1 ngsconvert.1 ngmultidec.1 cmpp.1 ngmakeidx.1 ngproc2mod.1
EXTRA_DIST = $(man_MANS)

51
man/man1/cmpp.1

@ -0,0 +1,51 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH CMPP 1 "2012-06-02"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
cmpp \- Code Model PreProcessor
.SH SYNOPSIS
.B cmpp
.RI [-ifs] [-mod [<filename>]] [-lst]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B cmpp
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBcmpp\fP is a is a code model preprocessor for the XSpice program.
.SH OPTIONS
All options for this program start with two dashes (`-').
A summary of options is included below.
.TP
.B \-\-ifs
Process Interface Specification File
.TP
.B \-\-mod filename
Process Model Definition File
.TP
.B \-\-lst
Process Pathname List Files
.br
.SH AUTHOR
cmpp was written by Bill Kuhn and Steve Tynor.
.PP
This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
for the Debian project (and may be used by others).

42
man/man1/ngmakeidx.1

@ -0,0 +1,42 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH ngmakeidx 1 "2012-06-02"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
ngmakeidx \- Changes .txt files to .idx
.SH SYNOPSIS
.B ngmakeidx
.RI -o
foo.idx foo.txt
.br
.SH DESCRIPTION
This manual page documents briefly the
.B ngmakeidx
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBngmakeidx\fP reformats some type of .txt files and writes them
as .idx files.
.SH OPTIONS
This program does not support normal command line options. It must be
used in the following way: ngmakeidx \-o foo.idx foo.txt
.SH AUTHOR
ngmakeidx was written at the University of California.
.PP
This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
for the Debian project (and may be used by others).

40
man/man1/ngproc2mod.1

@ -0,0 +1,40 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH NGPROC2MOD 1 "2012-06-04"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
ngprog2mod \- program to process BSIM1 and BSIM2 files.
.SH SYNOPSIS
.B ngprog2mod
.SH DESCRIPTION
This manual page documents briefly the
.B ngprog2mod
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBngprog2mod\fP is a program that changes a BSIM1 or BSIM2 process file to an
ngspice model file.
.SH OPTIONS
The program doesn't support any command lines arguments. Just run the program
and it will ask for input.
.br
.SH AUTHOR
ngprog2mod was written at the University of California.
.PP
This manual page was written by Gudjon I. Gudjonsson <gudjon@gudjon.org>,
for the Debian project (and may be used by others).
Loading…
Cancel
Save