diff options
author | 2020-06-27 15:31:36 +0000 | |
---|---|---|
committer | 2020-06-27 15:31:36 +0000 | |
commit | f4a7cdef89fc70d741e90595f62d3bd1e96241ec (patch) | |
tree | 0919c9d983eb84fcba823e3109d86634609f07ac | |
parent | Support using the FPU and AltiVec registers in userland. The registers are (diff) | |
download | wireguard-openbsd-f4a7cdef89fc70d741e90595f62d3bd1e96241ec.tar.xz wireguard-openbsd-f4a7cdef89fc70d741e90595f62d3bd1e96241ec.zip |
macro fixes; from matthew martin
-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 |