Take over man pages from legacy ebtables and arptables repositories and adjust them to nft-variants' limitations/extensions. Patches 5 and 6 contain two minor fixes found while working on the above. Phil Sutter (6): doc: Add arptables-nft man pages doc: Adjust arptables man pages doc: Add ebtables man page doc: Adjust ebtables man page xtables-legacy.8: Remove stray colon xtables-save: Point at existing man page in help text iptables/Makefile.am | 4 + iptables/arptables-nft-restore.8 | 39 ++ iptables/arptables-nft-save.8 | 47 ++ iptables/arptables-nft.8 | 348 ++++++++++ iptables/ebtables-nft.8 | 1116 ++++++++++++++++++++++++++++++ iptables/xtables-legacy.8 | 2 +- iptables/xtables-save.c | 9 +- 7 files changed, 1561 insertions(+), 4 deletions(-) create mode 100644 iptables/arptables-nft-restore.8 create mode 100644 iptables/arptables-nft-save.8 create mode 100644 iptables/arptables-nft.8 create mode 100644 iptables/ebtables-nft.8 -- 2.21.0