1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00

Get rid of <em>/<strong> tags because there is no uniform

way to use them across DocBook and HTML.
This commit is contained in:
batrick
2010-01-16 01:59:12 +00:00
parent d1a4984d8d
commit da041cb0b3
2 changed files with 4 additions and 4 deletions

View File

@@ -520,7 +520,7 @@ end
-- and mutex (<code>nmap.mutex</code>) facilities to coordinate with your
-- worker threads. Keep in mind that Nmap is single threaded so there are
-- no (memory) issues in synchronization to worry about; however, there
-- <em>is</em> resource contention. Your resources are usually network
-- is resource contention. Your resources are usually network
-- bandwidth, network sockets, etc. Condition variables are also useful if the
-- work for any single thread is dynamic. For example, a web server spider
-- script with a pool of workers will initially have a single root html