mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
This commit is contained in:
parent
eab56f7f65
commit
aeeff830b9
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue