mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 20:59:02 +00:00
Break a long line in nmap.dtd; it was overflowing the right margin on a printed
page.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user