From fd9f94dd9ef70bbd5b053a04b99a383ea5e15055 Mon Sep 17 00:00:00 2001 From: "Gudjon I. Gudjonsson" Date: Tue, 28 Oct 2014 20:00:07 +0200 Subject: [PATCH] man pages for cmpp ngmakeidx and ngproc2mod --- INSTALL | 3 +++ man/man1/Makefile.am | 2 +- man/man1/cmpp.1 | 51 +++++++++++++++++++++++++++++++++++++++++++ man/man1/ngmakeidx.1 | 42 +++++++++++++++++++++++++++++++++++ man/man1/ngproc2mod.1 | 40 +++++++++++++++++++++++++++++++++ 5 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 man/man1/cmpp.1 create mode 100644 man/man1/ngmakeidx.1 create mode 100644 man/man1/ngproc2mod.1 diff --git a/INSTALL b/INSTALL index 23c1f8775..e63c57233 100644 --- a/INSTALL +++ b/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\ diff --git a/man/man1/Makefile.am b/man/man1/Makefile.am index 880ccf947..4cf0b173a 100644 --- a/man/man1/Makefile.am +++ b/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) diff --git a/man/man1/cmpp.1 b/man/man1/cmpp.1 new file mode 100644 index 000000000..34be4d048 --- /dev/null +++ b/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 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 []] [-lst] +.br +.SH DESCRIPTION +This manual page documents briefly the +.B cmpp +command. + +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\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 , +for the Debian project (and may be used by others). diff --git a/man/man1/ngmakeidx.1 b/man/man1/ngmakeidx.1 new file mode 100644 index 000000000..7ca9748d3 --- /dev/null +++ b/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 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\fP and +.\" \fI\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 , +for the Debian project (and may be used by others). diff --git a/man/man1/ngproc2mod.1 b/man/man1/ngproc2mod.1 new file mode 100644 index 000000000..6e0355e5d --- /dev/null +++ b/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 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\fP and +.\" \fI\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 , +for the Debian project (and may be used by others).