summaryrefslogtreecommitdiffstats
path: root/man/piklab-hex.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/piklab-hex.1')
-rwxr-xr-xman/piklab-hex.171
1 files changed, 35 insertions, 36 deletions
diff --git a/man/piklab-hex.1 b/man/piklab-hex.1
index 4903a43..dc52cad 100755
--- a/man/piklab-hex.1
+++ b/man/piklab-hex.1
@@ -1,9 +1,10 @@
-.\" Hey, EMACS: -*- nroff -*-
+.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
+.TH PIKLAB SECTION "April 11, 2007"
.\" Please adjust this date whenever revising the manpage.
-.\"
+.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
@@ -14,67 +15,65 @@
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
-.TH "PIKLAB" "1" "April 11, 2007" "" ""
-.SH "NAME"
-piklab\-hex \- Tool to check INHEX\-files.
-.SH "SYNOPSIS"
-.B piklab\-hex [options] [command] [file].hex
-.RI
+.SH PIKLAB-HEX \- Tool to check INHEX-files.
+.SH SYNOPSIS
+.B piklab-hex [options] [command] [file].hex
+.RI
+
+.SH DESCRIPTION
-.SH "DESCRIPTION"
This manual page documents briefly the
-.B piklab\-hex command.
+.B piklab-hex command.
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
-\fBPiklab\-hex\fP is a command line tool to check files, if they are valid Hex\-files which comply with the INHEX\-Standard defined by Intel corporation.
+\fBPiklab-hex\fP is a command line tool to check files, if they are valid Hex-files which comply with the INHEX-Standard defined by Intel corporation.
-.SH "OPTIONS"
+.SH OPTIONS
This program follows the usual GNU command line syntax, with long
-options starting with two dashes (`\-').
+options starting with two dashes (`-').
A summary of options is included below.
-.TP
+.TP
.B \-h, \-\-help
Show summary of options.
-.TP
+.TP
.B \-v, \-\-version
Show version of program.
-.TP
+.TP
.B \-\-author
Show author information
-.TP
+.TP
.B \-\-license
Show license information
-.TP
+.TP
.B \-c [command]
Option to issue a command.
-.TP
-.SH "COMMANDS"
-.TP
-.B check Check file, if it is a valid intel\-hex\-file.
-.TP
+.TP
+.SH COMMANDS
+.TP
+.B check Check file, if it is a valid intel-hex-file.
+.TP
.B info Return information about hex file.
-.TP
+.TP
.B fix Clean hex file and fix errors (wrong CRC, truncated line, truncated file).
-.TP
+.TP
.B compare Compare two hex files.
-.TP
-.br
+.TP
+.br
.sp 3
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR piklab (1),
-.BR piklab\-prog (1),
-.BR piklab\-coff (1).
-.br
-.SH "AUTHORS"
+.BR piklab-prog (1),
+.br
+.SH AUTHORS
piklab was written by Nicolas Hadacek and many others, including:
* Alain Gibaud: author of Pikdev; main infrastructure; IDE interface; direct programmers; gputils integration.
* Keith Baker: direct programmer support for 16F7X devices.
* Xiaofan Chen: numerous tests of PICkit1/2 and ICD2 programmers.
* Craig Franklin: author of gputils (disassembler and coff parser).
* Manwlis Giannos: direct programmer support for PIC18FXX2/FXX8 devices.
- * Stephen Landamore: author of LPLAB (microchip command\-line programmer).
+ * Stephen Landamore: author of LPLAB (microchip command-line programmer).
* Brian C. Lane: original code for direct programming.
* Sébastion Laoût: author of Likeback.
* Nestor A. Marchesini: tests of PicStart+ programmer.
@@ -88,10 +87,10 @@ piklab was written by Nicolas Hadacek and many others, including:
* Stefan von Halenbach: German translation.
* Nagy Lázló: Hungarian translation.
.sp 3
-.SH "COPYRIGHT"
-This is free software. You may redistribute copies of it under the terms of the GNU General Public License
+.SH COPYRIGHT
+ This is free software. You may redistribute copies of it under the terms of the GNU General Public License
<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law.
-.PP
+.PP
This manual page was written by Stefan <vonHalenbach@users.sf.net>,
for the Debian project (but may be used by others).