Minor man page updates to better reflect reality.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@273 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
c4c44ca818
commit
da5e80ffd6
|
@ -159,11 +159,11 @@ option). New pin configurations can be easily added or modified
|
||||||
through the use of a config file to make
|
through the use of a config file to make
|
||||||
.Nm avrdude
|
.Nm avrdude
|
||||||
work with different programmers as long as the programmer supports the
|
work with different programmers as long as the programmer supports the
|
||||||
Atmel AVR serial program method. If that file contains an entry named
|
Atmel AVR serial program method. You can use the 'default_programmer'
|
||||||
.Dq default ,
|
keyword in your
|
||||||
this one will be used as default if
|
.Pa ${HOME}/.avrduderc
|
||||||
.Fl c Ar programmer-id
|
file to assign a default programmer to keep from having to specify
|
||||||
is missing; otherwise a builtin default will be used.
|
this option on every invocation.
|
||||||
.It Fl C Ar config-file
|
.It Fl C Ar config-file
|
||||||
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
|
||||||
|
@ -172,8 +172,8 @@ knows about. If you have a programmer or part that
|
||||||
.Nm avrdude
|
.Nm avrdude
|
||||||
does not know about, you can add it to the config file (be sure and
|
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
|
submit a patch back to the author so that it can be incorporated for
|
||||||
the next version). See the sample config file, located at
|
the next version). See the config file, located at
|
||||||
.Pa ${PREFIX}/etc/avrdude.conf.sample ,
|
.Pa ${PREFIX}/etc/avrdude.conf ,
|
||||||
which contains a description of the format.
|
which contains a description of the format.
|
||||||
.It Fl e
|
.It Fl e
|
||||||
Causes a chip erase to be executed. This will reset the contents of the
|
Causes a chip erase to be executed. This will reset the contents of the
|
||||||
|
@ -411,10 +411,10 @@ ll.
|
||||||
.It Pa /dev/ppi0
|
.It Pa /dev/ppi0
|
||||||
default device to be used for communication with the programming
|
default device to be used for communication with the programming
|
||||||
hardware
|
hardware
|
||||||
.It Pa ${PREFIX}/etc/avrdude.conf.sample
|
|
||||||
sample programmer and parts configuration file
|
|
||||||
.It Pa ${PREFIX}/etc/avrdude.conf
|
.It Pa ${PREFIX}/etc/avrdude.conf
|
||||||
default programmer and parts configuration file
|
programmer and parts configuration file
|
||||||
|
.It Pa ${HOME}/.avrduderc
|
||||||
|
programmer and parts configuration file (per-user overrides)
|
||||||
.It Pa ~/.inputrc
|
.It Pa ~/.inputrc
|
||||||
Initialization file for the
|
Initialization file for the
|
||||||
.Xr readline 3
|
.Xr readline 3
|
||||||
|
|
Loading…
Reference in New Issue