From: Jan Engelhardt Date: Tue, 1 Mar 2011 11:51:21 +0000 (+0100) Subject: doc: add VERSION section to manpages X-Git-Tag: v1.4.11~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f96cb8094ceffb9ffe8e94b4ee6800aa581dd021;p=thirdparty%2Fiptables.git 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 --- 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 . .\" .. 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 . .\" .. sexy, too .. .\" .. witty, charming, powerful .. .\" .. and most of all, modest .. +.SH VERSION +.PP +This manual page applies to iptables @PACKAGE_VERSION@.