Previous patch adding libnftables man page missed a backslash. Fixes: 3c57ff87b1b2b ("doc: Add libnftables man page") Signed-off-by: Phil Sutter <phil@xxxxxx> --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index a774987d9c938..9796d3477e6e9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,5 +28,5 @@ EXTRA_DIST = nft.xml libnftables-json.adoc libnftables.adoc CLEANFILES = \ nft.pdf nft.8 \ libnftables-json.pdf libnftables-json.5 \ - libnftables.pdf libnftables.3 + libnftables.pdf libnftables.3 \ *~ -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html