diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-01-02 15:24:25 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-01-02 15:24:25 +0000 |
commit | 6b830a7ce7b92d56ccc9cb6fba2a63e794ac2125 (patch) | |
tree | 472a497b1996b8a915bd1ef930f7b312f57bbe74 /usr.sbin | |
parent | 8397c2d7c8967f2e36d54d8c45536182f32aed0b (diff) |
replace obsolete .Li macros with .Dv and .Er as appropriate
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/arp/arp.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index dc4f3903897..dfd5d038941 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.4,v 1.22 2015/12/08 14:19:33 tedu Exp $ +.\" $OpenBSD: arp.4,v 1.23 2021/01/02 15:24:24 schwarze Exp $ .\" $NetBSD: arp.4,v 1.2 1995/03/01 11:50:56 chopps Exp $ .\" .\" Copyright (c) 1985, 1986, 1988, 1994 @@ -30,7 +30,7 @@ .\" .\" from: @(#)arp4.4 6.5 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: December 8 2015 $ +.Dd $Mdocdate: January 2 2021 $ .Dt ARP 4 .Os .Sh NAME @@ -59,9 +59,9 @@ the host is considered to be down for a short period (normally 20 seconds), allowing an error to be returned to transmission attempts during this interval. The error is -.Li EHOSTDOWN +.Er EHOSTDOWN for a non-responding destination host, and -.Li EHOSTUNREACH +.Er EHOSTUNREACH for a non-responding router. .Pp The ARP cache is stored in the system routing table as @@ -69,7 +69,7 @@ dynamically created host routes. The route to a directly attached Ethernet network is installed as a .Dq cloning route (one with the -.Li RTF_CLONING +.Dv RTF_CLONING flag set), causing routes to individual hosts on that network to be created on demand. @@ -78,7 +78,7 @@ entries are not validated when not in use). An entry for a host which is not responding is a .Dq reject route (one with the -.Li RTF_REJECT +.Dv RTF_REJECT flag set). .Pp ARP entries may be added, deleted or changed with the |