1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 05:09:00 +00:00

Break a long line in nmap.dtd; it was overflowing the right margin on a printed

page.
This commit is contained in:
david
2008-11-10 19:05:12 +00:00
parent 9fc1305118
commit 83eb61061f

View File

@@ -72,7 +72,9 @@
<!-- This element was started in nmap.c:nmap_main(). <!-- This element was started in nmap.c:nmap_main().
It represents to the topmost element of the output document. It represents to the topmost element of the output document.
--> -->
<!ELEMENT nmaprun (scaninfo*, verbose, debugging, ((taskbegin, taskprogress*, taskend) | host | output)*, runstats) > <!ELEMENT nmaprun (scaninfo*, verbose, debugging,
((taskbegin, taskprogress*, taskend) | host | output)*,
runstats) >
<!ATTLIST nmaprun <!ATTLIST nmaprun
scanner (nmap) #REQUIRED scanner (nmap) #REQUIRED
args CDATA #IMPLIED args CDATA #IMPLIED