diff options
author | steve <steve@FreeBSD.org> | 1997-08-23 15:55:58 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-23 15:55:58 +0000 |
commit | 2795165c699b47efd320277ffc00d4cfaa79ccb9 (patch) | |
tree | 3add29684bd1893d10616c3a09bda4c249c7f73f /usr.sbin/arp | |
parent | 92b95fa771e989329f55e3711e94d013df52b434 (diff) | |
download | FreeBSD-src-2795165c699b47efd320277ffc00d4cfaa79ccb9.zip FreeBSD-src-2795165c699b47efd320277ffc00d4cfaa79ccb9.tar.gz |
Balance single quotes.
PR: docs/4161
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r-- | usr.sbin/arp/arp.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 19bafed..5b7b6bd 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -99,7 +99,7 @@ server, responding to requests for .Ar hostname even though the host address is not its own. -In this case the ether_addr can be given as `auto'' +In this case the ether_addr can be given as ``auto'' in which case the interfaces on this host will be examined, and if one of them is found to occupy the same subnet, its ether_addr will be used. |