missing NULL terminator in set_config_x
[geda-gaf.git] / contrib / scripts / pads_backannotate.1.in
blobee6037d1d67f625ec9a729f63eaca529fb289243
1 .TH pads_backannotate 1 "@DATE@" "gEDA Project" @VERSION@
3 .SH NAME
4 .B pads_backannotate 
5 \- backannotates changes from a PADS engineering change order (ECO) file to schematic
7 .SH SYNOPSIS
8 .B pads_backannotate \-h\||\-\-help
10 .B pads_backannotate \-V\||\-\-version
12 .B pads_backannotate
13 [options]
14 .I ecofile.eco infile1.sch [infile2.sch ...]  
17 .SH DESCRIPTION
19 The
20 .I pads_backannotate
21 program reads an engineering change order (ECO) file generated by the PADS program
22 and backannotates the requested changes to a gschem schematic or schematics.
23 Refer to the PADS manual for a complete description of the ECO file format.  
25 .SH OPTIONS
26 .TP
27 \-h, \-\-help
28 prints help message and exits
29 .TP
30 \-n, \-\-nocopy
31 Leave the modified schematic files in new files
32 whose names are generated by appending 
33 .I ".new"
34 to the
35 original file names.  The default is to overwrite the original.
36 .TP
37 \-v, \-\-verbose
38 operate verbosely
39 .TP
40 \-V, \-\-version
41 prints version information and exits
43 .SH EXIT STATUS
44 .I pads_backannotate
45 will return
46 .B 0
47 if all files processed successfully,
48 .B non-zero
49 if the command did not complete successfully.
51 .SH BUGS
52 Rather than parsing and processing schematic files directly, this utility should
53 be rewritten using the gEDA scheme API.  This would take advantage of the existing
54 parsers for the schematic files.
56 Reference designator renaming is fully supported.  Pin and gate swapping is parsed
57 but not automatically applied to the schematic database.  Instead, a report listing
58 the manual pin and gate swapping that is required.  The other features of the ECO
59 file are not supported yet.
61 .SH SEE ALSO
62 gnetlist(1), gschem(1)
64 Also refer to "Forward/Backward Annotation Between gEDA/gaf and PADS PowerPCB" which
65 may be found at http://wiki.geda-project.org/geda:fbabgapp