mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 09:35:20 +02:00
fped.1: update for new options; fix typo; bump date
This commit is contained in:
parent
f3299aaf29
commit
a9ed5b30aa
23
fped.1
23
fped.1
@ -1,10 +1,12 @@
|
|||||||
.TH FPED: "1" "October 2010"
|
.TH FPED: "1" "March 2016"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fped \- Footprint editor
|
fped \- Footprint editor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.TP
|
.TP
|
||||||
.B fped
|
.B fped
|
||||||
[\-k] [\-p|\-P [\-s scale]] [\-T [\-T]] [cpp_option ...] [in_file [out_file]]
|
[\-1 package] [\-g] [\-k]
|
||||||
|
[\-p|\-P [\-K] [\-m] [\-s scale]]
|
||||||
|
[\-T [\-T]] [cpp_option ...] [in_file [out_file]]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B fped
|
.B fped
|
||||||
@ -18,9 +20,21 @@ A description of the GUI can be found here:
|
|||||||
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
http://downloads.qi-hardware.com/people/werner/fped/gui.html
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-1\fR package
|
||||||
|
output only the specified package
|
||||||
|
.TP
|
||||||
|
\fB\-g\fR
|
||||||
|
write gnuplot output, then exit
|
||||||
|
.TP
|
||||||
\fB\-k\fR
|
\fB\-k\fR
|
||||||
write KiCad output, then exit
|
write KiCad output, then exit
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-K\fR
|
||||||
|
show the pad type key (for \fB\-P\fR)
|
||||||
|
.TP
|
||||||
|
\fB\-m\fR
|
||||||
|
do not show measurements
|
||||||
|
.TP
|
||||||
\fB\-p\fR
|
\fB\-p\fR
|
||||||
write Postscript output, then exit
|
write Postscript output, then exit
|
||||||
.TP
|
.TP
|
||||||
@ -29,6 +43,9 @@ write Postscript output (full page), then exit
|
|||||||
.TP
|
.TP
|
||||||
\fB\-s\fR scale
|
\fB\-s\fR scale
|
||||||
scale factor for \fB\-P\fR (default: auto\-scale)
|
scale factor for \fB\-P\fR (default: auto\-scale)
|
||||||
|
.br
|
||||||
|
Instead of a scale factor, the maximum width and/or height (in millimeters)
|
||||||
|
can be specified: [width]\fBx\fR[height]
|
||||||
.TP
|
.TP
|
||||||
\fB\-T\fR
|
\fB\-T\fR
|
||||||
test mode. Load file, then exit
|
test mode. Load file, then exit
|
||||||
@ -39,7 +56,7 @@ test mode. Load file, dump to stdout, then exit
|
|||||||
cpp_option
|
cpp_option
|
||||||
\fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
|
\fB\-Idir\fR, \fB\-Dname\fR[=\fIvalue\fR], or \fB\-Uname\fR
|
||||||
.PP
|
.PP
|
||||||
Please report any further bugs at
|
Please report any further bugs to
|
||||||
.B werner@almesberger.net
|
.B werner@almesberger.net
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B fped
|
.B fped
|
||||||
|
Loading…
Reference in New Issue
Block a user