diff mbox

[nft,2/4] doc: update return code for NFT_EXIT_NONL

Message ID 20140514153617.25186.27876.stgit@nfdev.cica.es
State Changes Requested
Headers show

Commit Message

Arturo Borrero May 14, 2014, 3:36 p.m. UTC
If we exit with NFT_EXIT_NONL, we return 3.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 doc/nft.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/doc/nft.xml b/doc/nft.xml
index 958abbc..1de4b3f 100644
--- a/doc/nft.xml
+++ b/doc/nft.xml
@@ -2124,7 +2124,7 @@  filter output oif wlan0
 		<para>
 			On success, nft exits with a status of 0. Unspecified
 			errors cause it to exit with a status of 1, memory allocation
-			errors with a status of 2.
+			errors with a status of 2, unable to open Netlink socket with 3.
 		</para>
 	</refsect1>