Skip to content

Commit

Permalink
Add basic elf2tag(1) manpage
Browse files Browse the repository at this point in the history
Add basic elf2tag(1) manpage using asciidoc/asciidoctor:

    asciidoctor -b manpage elf2tag.1.adoc

No buildsystem hookup yet.
  • Loading branch information
ndim committed Aug 29, 2024
1 parent d3fd669 commit cb9f872
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
48 changes: 48 additions & 0 deletions elf2tag.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
'\" t
.\" Title: elf2tag
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2024-08-30
.\" Manual: elf2tag Manual
.\" Source: avrdude
.\" Language: English
.\"
.TH "ELF2TAG" "1" "2024-08-30" "avrdude" "elf2tag Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
. mso www.tmac
. am URL
. ad l
. .
. am MTO
. ad l
. .
. LINKSTYLE blue R < >
.\}
.SH "NAME"
elf2tag \- output a tagfile for the avrdude disasm command
.SH "SYNOPSIS"
.sp
\fBelf2tag\fP <file.elf>
.sp
\fBelf2tag\fP [\fB\-h\fP | \fB\-\-help\fP]
.SH "DESCRIPTION"
.sp
\fIelf2tag\fP generates a tagfile for use with the \fIavrdude disasm\fP command.
.SH "OPTIONS"
.sp
\fB\-h\fP \fB\-\-help\fP
.RS 4
Prints the help message and exits.
.RE
.SH "SEE ALSO"
.sp
\fBavrdude(1)\fP
34 changes: 34 additions & 0 deletions elf2tag.1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
ELF2TAG(1)
=========
:doctype: manpage
:man source: avrdude
:man version: @PACKAGE_VERSION@
:man manual: elf2tag Manual

NAME
----

elf2tag - output a tagfile for the avrdude disasm command

SYNOPSIS
--------

*elf2tag* <file.elf>

*elf2tag* [*-h* | *--help*]

DESCRIPTION
-----------

_elf2tag_ generates a tagfile for use with the _avrdude disasm_ command.

OPTIONS
-------

*-h* *--help*::
Prints the help message and exits.

SEE ALSO
--------

*avrdude(1)*

0 comments on commit cb9f872

Please sign in to comment.