1 .TH gsymfix 1 "@DATE@" "gEDA Project" @VERSION@
4 gsymfix \- automatically fix common issues with gEDA symbols
13 reads a gEDA symbol file and does the following:
15 prints a warning if there is no pinnumber attribute on a pin;
17 Renumbers pinseq attributes on all pins, starting with 1;
19 Adds a pinseq attribute to a pin if none exists;
21 Adds a pinlabel=n_a attribute to a pin if none exists;
23 Adds a pintype=io attribute to a pin if none exists;
25 Adds a numslots=0 attribute to the symbol if none exists;
27 Adds a device=XXX attribute to the symbol if none exists;
29 Adds a footprint=XXX attribute to the symbol if none exists.
31 The idea here is to fix common cut-and-paste issues and fix up
32 the symbol so that it will pass
39 accepts the following options:
42 Displays this help message.
45 Enables verbose output.
48 Enables *very* verbose output.
51 Shows the version of this program.
54 Mike Skerritt <mike@acornpacket.com>.
62 Copyright \(co 1999-@YEAR@ gEDA Contributors. License GPLv2+: GNU GPL
63 version 2 or later. Please see the `COPYING' file included with this
64 program for full details.
66 This is free software: you are free to change and redistribute it.
67 There is NO WARRANTY, to the extent permitted by law.