Fixed lintian "hyphen-used-as-minus-sign" warning in manpage

This commit is contained in:
Simon John 2014-04-26 00:26:15 +02:00
parent 041d54d9ab
commit dbf252e9c5

View file

@ -1,7 +1,7 @@
.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.3" "Arduino CLI Reset" .TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.3" "Arduino CLI Reset"
.SH NAME .SH NAME
ard-reset-arduino \- Reset Arduino board ard-reset-arduino - Reset Arduino board
.SH SYNOPSIS .SH SYNOPSIS
.B ard-reset-arduino .B ard-reset-arduino
@ -12,21 +12,21 @@ To reset Arduinos, we either pulse the DTR line or open the USB port
at 1200 baud and close it again. at 1200 baud and close it again.
.SH OPTIONS .SH OPTIONS
.B --verbose .B \-\-verbose
Watch what's going on on STDERR. Watch what's going on on STDERR.
.B --period .B \-\-period
Specify the DTR pulse width in seconds. Specify the DTR pulse width in seconds.
.B --caterina .B \-\-caterina
Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device. Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device.
.SH EXAMPLES .SH EXAMPLES
ard-reset-arduino /dev/ttyACM0 ard-reset-arduino /dev/ttyACM0
.PP .PP
ard-reset-arduino --verbose --period=0.1 /dev/cu.usb* ard-reset-arduino \-\-verbose \-\-period=0.1 /dev/cu.usb*
.PP .PP
ard-reset-arduino --verbose --caterina /dev/ttyUSB0 ard-reset-arduino \-\-verbose \-\-caterina /dev/ttyUSB0
.SH BUGS .SH BUGS
There are no known bugs in this application. Please report problems There are no known bugs in this application. Please report problems