summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>1998-03-17 23:58:20 +0000
committermillert <>1998-03-17 23:58:20 +0000
commiteb844f9c8e80d5530f7c9ef5fb50b8243097f8d7 (patch)
tree4a956cb50329c8ebce92bf3f8e0bcf65fcf7c841
parente666599d9ee5e6d25a55ca96fad968202fe3c388 (diff)
downloadopenbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.tar.gz
openbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.tar.bz2
openbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.zip
Fix .Ev usage
-rw-r--r--src/lib/libc/net/ethers.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3
index 12cc230a8a..3ad3bfc2b7 100644
--- a/src/lib/libc/net/ethers.3
+++ b/src/lib/libc/net/ethers.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ethers.3,v 1.7 1998/03/17 06:18:48 millert Exp $ 1.\" $OpenBSD: ethers.3,v 1.8 1998/03/17 23:58:20 millert Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
@@ -57,8 +57,7 @@ The
57.Fn ether_ntohost 57.Fn ether_ntohost
58function looks up the given Ethernet address and writes the associated 58function looks up the given Ethernet address and writes the associated
59host name into the character buffer passed. This buffer should be 59host name into the character buffer passed. This buffer should be
60.Ev 60.Ev MAXHOSTNAMELEN
61MAXHOSTNAMELEN
62characters in size. 61characters in size.
63The 62The
64.Fn ether_hostton 63.Fn ether_hostton
@@ -85,8 +84,7 @@ file and fills in the passed ``struct ether_addr'' and character
85buffer with the Ethernet address and host name on the line. It 84buffer with the Ethernet address and host name on the line. It
86returns zero if the line was successfully parsed and -1 if not. 85returns zero if the line was successfully parsed and -1 if not.
87The character buffer buffer should be 86The character buffer buffer should be
88.Ev 87.Ev MAXHOSTNAMELEN
89MAXHOSTNAMELEN
90characters in size. 88characters in size.
91.Sh FILES 89.Sh FILES
92.Bl -tag -width /etc/ethers -compact 90.Bl -tag -width /etc/ethers -compact