1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 02:49:01 +00:00

Break some long output lines in the Ndiff man page.

This commit is contained in:
david
2010-07-14 23:00:37 +00:00
parent 12173566c2
commit cad9067c01

View File

@@ -297,20 +297,20 @@ $ ndiff -v scanme-1.xml scanme-2.xml
<extraports count="98" state="filtered"/>
<port portid="80" protocol="tcp">
<state state="open"/>
<service name="http" product="Apache httpd" version="1.3.41.fb1"/>
<service name="http" product="Apache httpd"
version="1.3.41.fb1"/>
</port>
<port portid="443" protocol="tcp">
<state state="open"/>
<service name="http" product="Apache httpd" tunnel="ssl" version="1.3.41.fb1"/>
<service name="http" product="Apache httpd" tunnel="ssl"
version="1.3.41.fb1"/>
</port>
</ports>
</host>
</b>
</hostdiff>
</scandiff>
</nmapdiff>
]]>
</screen>
</nmapdiff>]]></screen>
</example>
</refsect1>