Properly escape angle brackets in C<>

This commit is contained in:
Christian Ramseyer
2019-06-18 13:42:23 +02:00
parent a61159deb9
commit b58a62f300

View File

@@ -43,7 +43,7 @@ use Moo;
Retrieve ARP and neighbor entries from device. C<$host> is the hostname or IP
address 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