commit 421e15236d85b0617836c2c5f55b1825244658dc
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Sep 13 14:45:39 2024 -0500
Commit: Fabian Greffrath <fabian@greffrath.com>
CommitDate: Wed Jul 2 08:24:12 2025 +0200
man/*.template: Augment man pages' inner footers
...with the package version number.
groff_man_style(7):
.TH identifier section [footer‐middle [footer‐inside [header‐
middle]]]
...
By convention, footer‐middle is the date of the most recent
modification to the man page source document, and footer‐
inside is the name and version or release of the project
providing it.
---
man/default.cfg.template | 2 +-
man/doom.template | 2 +-
man/extra.cfg.template | 2 +-
man/heretic.template | 2 +-
man/hexen.template | 2 +-
man/server.template | 2 +-
man/setup.template | 2 +-
man/strife.template | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/man/default.cfg.template b/man/default.cfg.template
index ebc64f65..827883ec 100644
--- a/man/default.cfg.template
+++ b/man/default.cfg.template
@@ -1,4 +1,4 @@
-.TH @CFGFILE@ 5 2017-11-30 "@PACKAGE_NAME@"
+.TH @CFGFILE@ 5 2017-11-30 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@CFGFILE@ \- @PACKAGE_SHORTNAME@ @GAME_UPPER@ configuration file
.SH DESCRIPTION
diff --git a/man/doom.template b/man/doom.template
index 89ae814a..c725ab75 100644
--- a/man/doom.template
+++ b/man/doom.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-doom 6 2018-01-09 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-doom 6 2018-01-09 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-doom \- historically compatible Doom engine
.SH SYNOPSIS
diff --git a/man/extra.cfg.template b/man/extra.cfg.template
index 938cd5a1..de6f4066 100644
--- a/man/extra.cfg.template
+++ b/man/extra.cfg.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-@GAME@.cfg 5 2024-01-23 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-@GAME@.cfg 5 2024-01-23 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-@GAME@.cfg \- @PACKAGE_SHORTNAME@ @GAME_UPPER@ configuration file
.SH DESCRIPTION
diff --git a/man/heretic.template b/man/heretic.template
index 87d89d3d..f74d1ad7 100644
--- a/man/heretic.template
+++ b/man/heretic.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-heretic 6 2017-11-27 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-heretic 6 2017-11-27 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-heretic \- historically compatible Heretic engine
.SH SYNOPSIS
diff --git a/man/hexen.template b/man/hexen.template
index 73c1c178..f90c96ba 100644
--- a/man/hexen.template
+++ b/man/hexen.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-hexen 6 2017-11-27 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-hexen 6 2017-11-27 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-hexen \- historically compatible Hexen engine
.SH SYNOPSIS
diff --git a/man/server.template b/man/server.template
index 71f2100e..15cbd6c8 100644
--- a/man/server.template
+++ b/man/server.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-server 6 2018-01-15 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-server 6 2018-01-15 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-server \- dedicated server for @PROGRAM_SPREFIX@\-doom
.SH SYNOPSIS
diff --git a/man/setup.template b/man/setup.template
index bb110330..61059117 100644
--- a/man/setup.template
+++ b/man/setup.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-@GAME@-setup 6 2017-11-30 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-@GAME@-setup 6 2017-11-30 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-@GAME@-setup \- configuration tool for @PROGRAM_SPREFIX@\-@GAME@
.SH SYNOPSIS
diff --git a/man/strife.template b/man/strife.template
index e0fba7d5..952a28c9 100644
--- a/man/strife.template
+++ b/man/strife.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-strife 6 2018-01-15 "@PACKAGE_NAME@"
+.TH @PROGRAM_SPREFIX@\-strife 6 2018-01-15 "@PACKAGE_NAME@ @VERSION@"
.SH NAME
@PROGRAM_SPREFIX@\-strife \- historically compatible Strife engine
.SH SYNOPSIS