We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e1167 commit d110070Copy full SHA for d110070
1 file changed
doc/default.1.build
@@ -1,5 +1,5 @@
1
build_ifchanged "$2.txt"
2
-safe a2x -L -f manpage "$2.txt"
+safe a2x --format manpage --no-xmllint --xsltproc-opts "--nonet" "$2.txt"
3
safe cat "$1" # a2x can't write to stdout? :/
4
exit $?
5
0 commit comments