commit cc7c807a508f48c1d77e1e67ee5688e149f120b6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Sep 13 14:41:46 2024 -0500
Commit: Fabian Greffrath <fabian@greffrath.com>
CommitDate: Wed Jul 2 08:24:12 2025 +0200
man/*.template: Populate man pages' inner footers
...with the project name.
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 ... 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 06dd769b..ebc64f65 100644
--- a/man/default.cfg.template
+++ b/man/default.cfg.template
@@ -1,4 +1,4 @@
-.TH @CFGFILE@ 5 2017-11-30
+.TH @CFGFILE@ 5 2017-11-30 "@PACKAGE_NAME@"
.SH NAME
@CFGFILE@ \- @PACKAGE_SHORTNAME@ @GAME_UPPER@ configuration file
.SH DESCRIPTION
diff --git a/man/doom.template b/man/doom.template
index 700fdd55..89ae814a 100644
--- a/man/doom.template
+++ b/man/doom.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-doom 6 2018-01-09
+.TH @PROGRAM_SPREFIX@\-doom 6 2018-01-09 "@PACKAGE_NAME@"
.SH NAME
@PROGRAM_SPREFIX@\-doom \- historically compatible Doom engine
.SH SYNOPSIS
diff --git a/man/extra.cfg.template b/man/extra.cfg.template
index 4e9acf8c..938cd5a1 100644
--- a/man/extra.cfg.template
+++ b/man/extra.cfg.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-@GAME@.cfg 5 2024-01-23
+.TH @PROGRAM_SPREFIX@\-@GAME@.cfg 5 2024-01-23 "@PACKAGE_NAME@"
.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 a17c690a..87d89d3d 100644
--- a/man/heretic.template
+++ b/man/heretic.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-heretic 6 2017-11-27
+.TH @PROGRAM_SPREFIX@\-heretic 6 2017-11-27 "@PACKAGE_NAME@"
.SH NAME
@PROGRAM_SPREFIX@\-heretic \- historically compatible Heretic engine
.SH SYNOPSIS
diff --git a/man/hexen.template b/man/hexen.template
index ddda3753..73c1c178 100644
--- a/man/hexen.template
+++ b/man/hexen.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-hexen 6 2017-11-27
+.TH @PROGRAM_SPREFIX@\-hexen 6 2017-11-27 "@PACKAGE_NAME@"
.SH NAME
@PROGRAM_SPREFIX@\-hexen \- historically compatible Hexen engine
.SH SYNOPSIS
diff --git a/man/server.template b/man/server.template
index 1955f782..71f2100e 100644
--- a/man/server.template
+++ b/man/server.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-server 6 2018-01-15
+.TH @PROGRAM_SPREFIX@\-server 6 2018-01-15 "@PACKAGE_NAME@"
.SH NAME
@PROGRAM_SPREFIX@\-server \- dedicated server for @PROGRAM_SPREFIX@\-doom
.SH SYNOPSIS
diff --git a/man/setup.template b/man/setup.template
index de20ba72..bb110330 100644
--- a/man/setup.template
+++ b/man/setup.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-@GAME@-setup 6 2017-11-30
+.TH @PROGRAM_SPREFIX@\-@GAME@-setup 6 2017-11-30 "@PACKAGE_NAME@"
.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 f4f2d99f..e0fba7d5 100644
--- a/man/strife.template
+++ b/man/strife.template
@@ -1,4 +1,4 @@
-.TH @PROGRAM_SPREFIX@\-strife 6 2018-01-15
+.TH @PROGRAM_SPREFIX@\-strife 6 2018-01-15 "@PACKAGE_NAME@"
.SH NAME
@PROGRAM_SPREFIX@\-strife \- historically compatible Strife engine
.SH SYNOPSIS