fix pod formatting

as seen in b58a62f & a61159d
This commit is contained in:
nick n
2019-06-18 15:45:51 +02:00
committed by GitHub
parent ad84047398
commit 8e0e27c149

View File

@@ -12,7 +12,7 @@ This collector uses "C<arp>" as the command for the arp utility on your
system. If you wish to specify an absolute path, then add an C<arp_command> system. If you wish to specify an absolute path, then add an C<arp_command>
item to your configuration: item to your configuration:
device_auth: device_auth:
- tag: sshfreebsd - tag: sshfreebsd
driver: cli driver: cli
platform: FreeBSD platform: FreeBSD
@@ -39,7 +39,7 @@ use Moo;
Retrieve ARP entries from device. C<$host> is the hostname or IP address Retrieve ARP entries from device. C<$host> is the hostname or IP address
of the device. C<$ssh> is a Net::OpenSSH connection to the device. of the device. C<$ssh> is a Net::OpenSSH connection to the device.
Returns a list of hashrefs in the format C<{ mac => MACADDR, ip => IPADDR }>. Returns a list of hashrefs in the format C<{ mac =E<gt> MACADDR, ip =E<gt> IPADDR }>.
=back =back