Skip to content

Commit d110070

Browse files
committed
asciidoc: disable network dtd fetching.
1 parent 54e1167 commit d110070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/default.1.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build_ifchanged "$2.txt"
2-
safe a2x -L -f manpage "$2.txt"
2+
safe a2x --format manpage --no-xmllint --xsltproc-opts "--nonet" "$2.txt"
33
safe cat "$1" # a2x can't write to stdout? :/
44
exit $?
55

0 commit comments

Comments
 (0)