Author: gbe (doc committer)
Date: Mon Jul 13 15:06:29 2020
New Revision: 363146
URL: https://svnweb.freebsd.org/changeset/base/363146

Log:
  arp(8) clarify the use of the '-a flag'
  
  PR:           238146
  Submitted by: Andrew Stevenson <andrew at ugh dot net dot au>
  Reported by:  Andrew Stevenson <andrew at ugh dot net dot au>
  Reviewed by:  bcr (mentor)
  Approved by:  bcr (mentor)
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D25645

Modified:
  head/usr.sbin/arp/arp.8

Modified: head/usr.sbin/arp/arp.8
==============================================================================
--- head/usr.sbin/arp/arp.8     Mon Jul 13 14:30:08 2020        (r363145)
+++ head/usr.sbin/arp/arp.8     Mon Jul 13 15:06:29 2020        (r363146)
@@ -28,7 +28,7 @@
 .\"     @(#)arp.8      8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd April 6, 2017
+.Dd July 13, 2020
 .Dt ARP 8
 .Os
 .Sh NAME
@@ -87,7 +87,9 @@ See
 .Xr xo_parse_args 3
 for details on command line arguments.
 .It Fl a
-The program displays or deletes all of the current
+The program displays or, if it is used with the
+.Fl d
+flag, deletes all of the current
 .Tn ARP
 entries.
 .It Fl d
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to