comparison ueda/man/ueda-instfileelem.1 @ 0:cd92449fdb51

initial import of ueda and ifctf-part-lib from ifctfvax CVS
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:24:37 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:cd92449fdb51
1 .TH INSTFILEELEM 1 "" "International Free Computing Task Force" \
2 "uEDA Suite Documentation"
3 .SH NAME
4 ueda-instfileelem \- instantiate a file element
5 .SH SYNOPSIS
6 .B ueda-instfileelem
7 .I fp
8 .I refdes
9 [
10 .I value
11 ]
12 .SH DESCRIPTION
13 This program locates PCB footprint named
14 .I fp
15 in the file element libraries and emits an instantiation of it on the standard
16 output with the name and value fields filled in with the
17 .I refdes
18 and
19 .I value
20 arguments, respectively.
21 .SH FILES
22 /usr/local/eda/file-element-dirs
23 .PP
24 This file must contain the list of pathnames of directories containing file
25 elements, one per line.
26 Each listed directory must contain footprint (element) files, one footprint
27 in each file.
28 If a footprint named
29 .I xxx
30 is sought, its file must be named
31 .I xxx
32 or
33 .IR xxx.fp .
34 .SH SEE ALSO
35 ueda-getfps(1)
36 .SH DIAGNOSTICS
37 The messages printed on errors should be self-explanatory.