mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Break a long line in nmap.dtd; it was overflowing the right margin on a printed
page.
This commit is contained in:
parent
9fc1305118
commit
83eb61061f
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@
|
|||
<!-- This element was started in nmap.c:nmap_main().
|
||||
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
|
||||
scanner (nmap) #REQUIRED
|
||||
args CDATA #IMPLIED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue