diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-08-23 09:59:52 -0600 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-08-24 14:48:55 +0200 |
commit | 3be154c10f3e6ea705eb88ab1b3d2a25aab1be06 (patch) | |
tree | 1d7bc508a1dcbc76aa17b6bd97f45f205e7559ef /doc | |
parent | 4410f874873887ca6ee792701d0ee9e2fe319439 (diff) |
doc: nft: Fix trivial error in man page where flush should be rename
Trivial fix, but someone filed a bug on it, and it should be fixed. ;)
http://bugzilla.redhat.com/show_bug.cgi?id=1132917
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nft.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.xml b/doc/nft.xml index 41c0840f..cec5ef3b 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -508,7 +508,7 @@ filter input iif $int_ifs accept </listitem> </varlistentry> <varlistentry> - <term><option>flush</option></term> + <term><option>rename</option></term> <listitem> <para> Rename the specified chain. |