Do not suggest users might change the default config file. It will be
overwritten by updates. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1366 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
1238faae24
commit
bdb38b388a
|
@ -1,3 +1,8 @@
|
||||||
|
2015-12-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.1 (-C): Do not suggest users might change the
|
||||||
|
default config file. It will be overwritten by updates.
|
||||||
|
|
||||||
2015-12-09 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2015-12-09 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
bug #46610: Floating point exception (core dumped) arch linux rpi2
|
bug #46610: Floating point exception (core dumped) arch linux rpi2
|
||||||
|
|
|
@ -289,11 +289,8 @@ by using ? as programmer-id.
|
||||||
Use the specified config file to load configuration data. This file
|
Use the specified config file to load configuration data. This file
|
||||||
contains all programmer and part definitions that
|
contains all programmer and part definitions that
|
||||||
.Nm avrdude
|
.Nm avrdude
|
||||||
knows about. If you have a programmer or part that
|
knows about.
|
||||||
.Nm avrdude
|
See the config file, located at
|
||||||
does not know about, you can add it to the config file (be sure and
|
|
||||||
submit a patch back to the author so that it can be incorporated for
|
|
||||||
the next version). See the config file, located at
|
|
||||||
.Pa ${PREFIX}/etc/avrdude.conf ,
|
.Pa ${PREFIX}/etc/avrdude.conf ,
|
||||||
which contains a description of the format.
|
which contains a description of the format.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in New Issue