mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
16 lines
614 B
XML
16 lines
614 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 lang="en">
|
|
&refguide;
|
|
</book>
|
|
|
|
|