1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00
Files
nmap/docs/nmap-man-enclosure.xml
david c20cc8331c Use the 4.4 version of DocBook XSL stylesheets, not 4.5.
This is for uniformity with the other files that use 4.4, and because
4.5 isn't available in CentOS 5.6.
2011-08-31 17:29:01 +00:00

16 lines
604 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[
<!ENTITY refguide SYSTEM "refguide.xml">
<!ENTITY legal-notices SYSTEM "legal-notices.xml">
<!ENTITY nmap-usage SYSTEM "nmap-usage.xml">
]>
<!-- This is sort of a lame hack needed for generating the nroff (man page) version of refguide.xml. I used to use book.xml directly, but that causes an extra "author" section to be added and is different than what I do for the other (ncat, zenmap) man pages. -->
<book>
&refguide;
</book>