1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Silence lintian warning 'I: avrp: hyphen-used-as-minus-sign'.
--- a/avrp.1 2008-11-27 18:43:03.000000000 +0100
+++ b/avrp.1 2008-11-27 18:45:10.000000000 +0100
@@ -1,6 +1,6 @@
.TH avrp 1 "28 September 1998" "Version 1.0 beta 3"
.SH NAME
-avrp \- Atmel AVR programming software to use with Atmel's serial-port programmers
+avrp \- Atmel AVR programming software to use with Atmel's serial\-port programmers
.SH SYNOPSIS
.B avrp
[\-s <serial port>] [\-a <chip type>] [\-prv] [\-f <filename>] [\-e <filename>]
@@ -8,8 +8,8 @@
[\-\-version] [\-\-help] [\-qIh]
.SH DESCRIPTION
.B avrp
-works on serial-port programmers which use Atmel's communication protocol
-for serial-port programmers. These programmers can program AVR (and other)
+works on serial\-port programmers which use Atmel's communication protocol
+for serial\-port programmers. These programmers can program AVR (and other)
chips both in serial and parallel mode.
.PP
These programmers are known:
@@ -20,7 +20,7 @@
.PP
Adrian Godwin's programmer can be found on http://www.fangorn.demon.co.uk
.PP
-Instruction on how to build Atmel's in-circuit programmer can be found on
+Instruction on how to build Atmel's in\-circuit programmer can be found on
Atmel's homepage (http://www.atmel.com). Look for application note avr910
.PP
avrp is currently supporting these systems:
@@ -29,7 +29,7 @@
AmigaOS
win32 (windows 95++ and NT)
.PP
-The source-code part of Atmel's application note AVR910 was used to determine
+The source\-code part of Atmel's application note AVR910 was used to determine
how to communicate with these programmers.
.PP
.SH OPTIONS
@@ -39,7 +39,7 @@
Specifies which serial port to talk through. This option can be avoided if you
set the environment variable AVRP_SERIALPORT
.IP "\-a <chip type>"
-Specifies what kind of chip to talk to. Use '-a list' for chip type to get a list
+Specifies what kind of chip to talk to. Use '\-a list' for chip type to get a list
of supported devices. You can use the shortest possible abbreviation to
identify a chip. This option can be avoided if you set the environment variable
AVRP_AVRTYPE
@@ -54,13 +54,13 @@
inline verify) \-f <filename> and/or \-e <filename> must be specified to determine
which files to read from. (\-f specifes flash, and \-e eeprom)
.IP "\-f <filename>"
-Specifies which flash-file to read/write. Supportet formats are Intel HEX and
+Specifies which flash\-file to read/write. Supportet formats are Intel HEX and
Atmel's generic fileformat.
.IP "\-e <filename>"
-Specifies which eeprom-file to read/write. Supportet formats are Intel HEX and
+Specifies which eeprom\-file to read/write. Supportet formats are Intel HEX and
Atmel's generic fileformat.
.IP "\-l <lockmode>"
-Specifies lockmode to progam into the chip. Use '-l list' to get a list of
+Specifies lockmode to progam into the chip. Use '\-l list' to get a list of
possible lockmodes.
.IP \-q
Quiet. Don't write any progress information. Will speed up programming.
@@ -97,15 +97,15 @@
avrp \-s /dev/ttyS1
Same as above, but also give information on the inserted chip:
- avrp \-s /dev/ttyS1 \-a AT90S1200-D/E/F
+ avrp \-s /dev/ttyS1 \-a AT90S1200\-D/E/F
-Program a chip (flash only, and using a short chip-descriptor):
+Program a chip (flash only, and using a short chip\-descriptor):
avrp \-s /dev/ttyS1 \-a 1200-d \-p \-f avr910.rom
Read a chip (flash and eeprom, AVRP_SERIALPORT is set):
avrp \-a 8515 \-rf test.hex \-e test.eep.hex
.SH COPYRIGHT
-Copyright (C) 1997-1998 Jon Anders Haugum
+Copyright (C) 1997\-1998 Jon Anders Haugum
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -120,6 +120,6 @@
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place \- Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111\-1307, USA.
.SH AUTHOR
Jon Anders Haugum <jonah@colargol.tihlde.hist.no>
|