diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-27 15:31:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-27 15:31:37 +0000 |
commit | 88aa1dbacd2d4a01b00a325be1b0bf2862d7ecad (patch) | |
tree | ed821355ca4df843c71288b64fc0883960ed20a3 /sbin | |
parent | 8c3e8e7daa40102accc9456bd64af1af7aef90e9 (diff) |
macro fixes; from matthew martin
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index c522491ad45..59fc17c0a58 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.350 2020/06/24 17:40:10 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.351 2020/06/27 15:31:36 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: June 27 2020 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -751,7 +751,7 @@ like a hub or a wireless network. .Bk -words .Op Cm tag Ar tagname .Oo -.Cm arp | rarp Op Ar request | reply +.Cm arp | rarp Op Cm request | reply .Op Cm sha Ar lladdr .Op Cm spa Ar ipaddr .Op Cm tha Ar lladdr @@ -779,9 +779,9 @@ packets can be matched with the keyword for regular packets and .Cm rarp for reverse arp. -.Ar request +.Cm request and -.Ar reply +.Cm reply limit matches to requests or replies. The source and target host addresses can be matched with the .Cm sha |