From f5f63ff73454394e6d65890b8a5bac4143c872a3 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 29 May 2011 21:56:08 +0000 Subject: [PATCH] Fix tags in mac-geolocation.nse. --- scripts/mac-geolocation.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mac-geolocation.nse b/scripts/mac-geolocation.nse index 273b0ae0e..00879b9e9 100644 --- a/scripts/mac-geolocation.nse +++ b/scripts/mac-geolocation.nse @@ -3,8 +3,8 @@ Looks up geolocation information for BSSID (MAC) addresses of WiFi access points in the Google geolocation database. Geolocation information in this databasea usually includes information including coordinates, country, state, city, street address etc. The MAC addresses can be supplied as an argument -macs<\code>, or in the registry under -nmap.registry.[host.ip][mac-geolocation]<\code>. +macs, or in the registry under +nmap.registry.[host.ip][mac-geolocation]. ]] ---