Skip to content

Commit

Permalink
FMU
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 4, 2024
1 parent 6932fed commit 0487dea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/elf2tag.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: elf2tag
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2024-09-01
.\" Manual: elf2tag Manual
.\" Date: 2024-09-04
.\" Manual: avrdude Manual
.\" Source: avrdude
.\" Language: English
.\"
.TH "ELF2TAG" "1" "2024-09-01" "avrdude" "elf2tag Manual"
.TH "ELF2TAG" "1" "2024-09-04" "avrdude" "avrdude Manual"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
5 changes: 2 additions & 3 deletions src/elf2tag.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ ELF2TAG(1)
==========
:doctype: manpage
:man source: avrdude
:man version: @PACKAGE_VERSION@
:man manual: elf2tag Manual
:man manual: avrdude Manual

NAME
----
Expand Down Expand Up @@ -46,4 +45,4 @@ _elf2tag_ was written by Johannes Bauer with small modifications by Stefan Ruege
SEE ALSO
--------

*avrdude(1)*, *avr-nm*, *avr-objdump(1)*
*avrdude(1)*, *avr-nm(1)*, *avr-objdump(1)*
2 changes: 1 addition & 1 deletion src/update-elf2tag-manpage
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ normalize_manpage() {
${SED-sed} -f <(cat<<EOF
s|^\.\\" Generator: Asciidoctor .*|.\\" Generator: GENERATOR|
s|^\.\\" Date: 20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]|.\\" Date: DATE|
s|^.TH "ELF2TAG" "1" "20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]" "avrdude" "elf2tag Manual"|\.\\" TH HEADER|
s|^.TH "ELF2TAG" "1" "20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]" "avrdude" "avrdude Manual"|\.\\" TH HEADER|
EOF
) < "$1" > "$2"
}
Expand Down

0 comments on commit 0487dea

Please sign in to comment.