Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2020 16:45:44 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r363369 - stable/12/usr.sbin/arp
Message-ID:  <202007201645.06KGji9d003897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Mon Jul 20 16:45:44 2020
New Revision: 363369
URL: https://svnweb.freebsd.org/changeset/base/363369

Log:
  MFC r363146: 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:
  stable/12/usr.sbin/arp/arp.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/arp/arp.8
==============================================================================
--- stable/12/usr.sbin/arp/arp.8	Mon Jul 20 16:12:14 2020	(r363368)
+++ stable/12/usr.sbin/arp/arp.8	Mon Jul 20 16:45:44 2020	(r363369)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007201645.06KGji9d003897>