diff options
Diffstat (limited to 'man3/ether_aton.3')
| -rw-r--r-- | man3/ether_aton.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ether_aton.3 b/man3/ether_aton.3 index 7b7cd8f8cf..97116203d5 100644 --- a/man3/ether_aton.3 +++ b/man3/ether_aton.3 @@ -77,14 +77,14 @@ The function maps an Ethernet address to the corresponding hostname in .I /etc/ethers -and returns non-zero if it cannot be found. +and returns nonzero if it cannot be found. .PP The .BR ether_hostton () function maps a hostname to the corresponding Ethernet address in .I /etc/ethers -and returns non-zero if it cannot be found. +and returns nonzero if it cannot be found. .PP The .BR ether_line () @@ -92,7 +92,7 @@ function parses a line in .I /etc/ethers format (ethernet address followed by whitespace followed by hostname; \(aq#\(aq introduces a comment) and returns an address -and hostname pair, or non-zero if it cannot be parsed. +and hostname pair, or nonzero if it cannot be parsed. The buffer pointed to by .I hostname must be sufficiently long, for example, have the same length as |
