diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ueda/man/ueda-instfileelem.1	Mon Jul 20 00:24:37 2015 +0000
@@ -0,0 +1,37 @@
+.TH INSTFILEELEM 1 "" "International Free Computing Task Force" \
+"uEDA Suite Documentation"
+.SH NAME
+ueda-instfileelem \- instantiate a file element
+.SH SYNOPSIS
+.B ueda-instfileelem
+.I fp
+.I refdes
+[
+.I value
+]
+.SH DESCRIPTION
+This program locates PCB footprint named
+.I fp
+in the file element libraries and emits an instantiation of it on the standard
+output with the name and value fields filled in with the
+.I refdes
+and
+.I value
+arguments, respectively.
+.SH FILES
+/usr/local/eda/file-element-dirs
+.PP
+This file must contain the list of pathnames of directories containing file
+elements, one per line.
+Each listed directory must contain footprint (element) files, one footprint
+in each file.
+If a footprint named
+.I xxx
+is sought, its file must be named
+.I xxx
+or
+.IR xxx.fp .
+.SH SEE ALSO
+ueda-getfps(1)
+.SH DIAGNOSTICS
+The messages printed on errors should be self-explanatory.