.TH lepton-refdes_renum 1 "December 11, 2018" "Lepton EDA" 1.9.7.20181211 .SH NAME lepton-refdes_renum \- Lepton EDA refdes renumbering utility .SH SYNOPSIS .B lepton-refdes_renum [\-\-nocopy] [\-\-pgskip [ .I number .B ] ] .I file1 .B ... .PP .B lepton-refdes_renum .BR \-\-help | \-h .PP .B lepton-refdes_renum \-\-version .SH DESCRIPTION .B lepton-refdes_renum reads a lepton-schematic schematic file or files and renumbers all reference designators. The reference designators are numbered starting with 1 and the old schematic file is replaced by the modified schematic file. .SH OPTIONS .TP .BR \-\-help ", " \-h Display a help message. .TP .B \-\-nocopy If given, this flag leaves the modified files in new files whose names are generated by appending a `.renum' to the original file names. The default is to overwrite the original. .TP .B \-\-pgskip When this flag is used, components on the first schematic sheet are numbered starting with 101. On the second sheet, they start with 201, etc Specifying a value gives the step between pages. For example \-\-pgskip 10 will start with 11, 21, 31, etc. .TP .B \-\-gentle This flag tells lepton-refdes_renum to leave any refdeses alone if they already have numbers. Use this option to number new components in a schematic which has already been numbered. Note that \-\-gentle is set by default! .TP .B \-\-force Set this flag to renumber all refdeses, whether they are already numbered or not. .TP .B \-\-verbose Enables verbose output. .TP .B \-\-version Shows the version of this program. .SH RETURN CODES .B lepton-refdes_renum returns the following codes to the shell upon completion: .TP 0 Program ran successfully. .TP 1 Error opening or reading input file. .TP 2 Error opening or writing output file. .TP 3 Too many components for \-\-pgskip setting. .TP 4 Internal error (program bug encountered). .SH EXAMPLES To renumber the reference designators in a single page schematic mysch.sch: .IP lepton-refdes_renum mysch.sch .PP To renumber the reference designators in schematic pages pg1.sch, pg2.sch and pg3.sch, with the reference designators on pg1.sch beginning at 101, the designators on pg2.sch beginning at 201, and the designators on pg3.sch beginning at 301: .IP lepton-refdes_renum \-\-pgskip pg1.sch pg2.sch pg3.sch .SH AUTHOR Dan McMahill .SH SEE ALSO .BR lepton-renum (1) .SH COPYRIGHT .nf Copyright \(co 2012-2017 gEDA Contributors. License GPLv2+: GNU GPL version 2 or later. Please see the `COPYING' file included with this program for full details. .PP This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.