From ae695a28b9b55e0e1fc7b84187a16acdb4d76700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20D=C3=B6rr?= Date: Wed, 28 Jul 2021 16:19:23 +0200 Subject: [PATCH] Fix sentence (#6272) --- pages/common/nmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 64a076bd5..8860843cb 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -8,7 +8,7 @@ `nmap -O {{ip_or_hostname}}` -- Try to determine whether the specified hosts are up and what are their names: +- Try to determine whether the specified hosts are up and what their names are: `nmap -sn {{ip_or_hostname}} {{optional_another_address}}`