summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-03-01 12:51:21 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-03-01 15:43:49 +0100
commitf96cb8094ceffb9ffe8e94b4ee6800aa581dd021 (patch)
treec17c6edbd371bd6c73cd0136c9f14485db520451
parentee52e00adfb10250e1828b94e43d9482bb201827 (diff)
doc: add VERSION section to manpages
This shall make it easier to identify outdated HTML renditions on the interwebs, since many of them do not display the .TH header like man(1) does. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--ip6tables.8.in3
-rw-r--r--iptables.8.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/ip6tables.8.in b/ip6tables.8.in
index 56881331..43069343 100644
--- a/ip6tables.8.in
+++ b/ip6tables.8.in
@@ -419,3 +419,6 @@ iptables man page written by Herve Eychenne <rv@wallfire.org>.
.\" .. sexy, too ..
.\" .. witty, charming, powerful ..
.\" .. and most of all, modest ..
+.SH VERSION
+.PP
+This manual page applies to ip6tables @PACKAGE_VERSION@.
diff --git a/iptables.8.in b/iptables.8.in
index d29deb2e..f36d220e 100644
--- a/iptables.8.in
+++ b/iptables.8.in
@@ -427,3 +427,6 @@ Man page originally written by Herve Eychenne <rv@wallfire.org>.
.\" .. sexy, too ..
.\" .. witty, charming, powerful ..
.\" .. and most of all, modest ..
+.SH VERSION
+.PP
+This manual page applies to iptables @PACKAGE_VERSION@.