diff options
| author | Florian Westphal <fw@strlen.de> | 2024-07-31 18:51:05 +0200 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2024-08-19 14:00:38 +0200 |
| commit | 4ec1bbcf43368d4cdc287378986285d344de869d (patch) | |
| tree | b86d3db513f744bcb58a1d8115430c6470e5245d /Makefile.am | |
| parent | 9ad01e8f24c2e21f88813cfd9e263306cbca0bd5 (diff) | |
doc: add documentation about list hooks feature
Add a brief segment about 'nft list hooks' and a summary
of the output format.
As nft.txt is quite large, split the additonal commands
into their own file.
The existing listing section is removed; list subcommand is
already mentioned in the relevant statement sections.
Reported-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d5ae1f66..fb64105d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -321,6 +321,7 @@ A2X_OPTS_MANPAGE = \ ASCIIDOC_MAIN = doc/nft.txt ASCIIDOC_INCLUDES = \ + doc/additional-commands.txt \ doc/data-types.txt \ doc/payload-expression.txt \ doc/primary-expression.txt \ |
