From 006a663d268b4e2ef8dc2f64d6fee7743d9dcb94 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Thu, 11 May 2023 14:25:08 +0200 Subject: [PATCH] Add example of field width usage to man page (#162) --- arp-scan.1.dist | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/arp-scan.1.dist b/arp-scan.1.dist index 58d62b1..8f10177 100644 --- a/arp-scan.1.dist +++ b/arp-scan.1.dist @@ -5,7 +5,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. .\" -.TH ARP-SCAN 1 "March 09, 2023" +.TH ARP-SCAN 1 "May 11, 2023" .\" Please adjust this date whenever revising the man page. .SH NAME arp-scan \- Send ARP requests to target hosts and display responses @@ -284,7 +284,14 @@ L L . You should enclose the \fB--format\fP argument in 'single quotes' to protect special characters from the shell. .sp -Example: --format='${ip}\\t${mac}\\t${vendor}' +Examples: +.sp +.TS +L . +--format='${ip}\\t${mac}\\t${vendor}'\n +--resolve --format='${ip}\\t${mac}\\t${name;20}\\t${vendor}' +.TE +.TP .SS "Host List Randomisation" .TP .BR --random " or " -R