diff options
author | millert <> | 1998-03-17 23:58:20 +0000 |
---|---|---|
committer | millert <> | 1998-03-17 23:58:20 +0000 |
commit | eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7 (patch) | |
tree | 4a956cb50329c8ebce92bf3f8e0bcf65fcf7c841 | |
parent | e666599d9ee5e6d25a55ca96fad968202fe3c388 (diff) | |
download | openbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.tar.gz openbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.tar.bz2 openbsd-eb844f9c8e80d5530f7c9ef5fb50b8243097f8d7.zip |
Fix .Ev usage
-rw-r--r-- | src/lib/libc/net/ethers.3 | 8 |
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 |
58 | function looks up the given Ethernet address and writes the associated | 58 | function looks up the given Ethernet address and writes the associated |
59 | host name into the character buffer passed. This buffer should be | 59 | host name into the character buffer passed. This buffer should be |
60 | .Ev | 60 | .Ev MAXHOSTNAMELEN |
61 | MAXHOSTNAMELEN | ||
62 | characters in size. | 61 | characters in size. |
63 | The | 62 | The |
64 | .Fn ether_hostton | 63 | .Fn ether_hostton |
@@ -85,8 +84,7 @@ file and fills in the passed ``struct ether_addr'' and character | |||
85 | buffer with the Ethernet address and host name on the line. It | 84 | buffer with the Ethernet address and host name on the line. It |
86 | returns zero if the line was successfully parsed and -1 if not. | 85 | returns zero if the line was successfully parsed and -1 if not. |
87 | The character buffer buffer should be | 86 | The character buffer buffer should be |
88 | .Ev | 87 | .Ev MAXHOSTNAMELEN |
89 | MAXHOSTNAMELEN | ||
90 | characters in size. | 88 | characters in size. |
91 | .Sh FILES | 89 | .Sh FILES |
92 | .Bl -tag -width /etc/ethers -compact | 90 | .Bl -tag -width /etc/ethers -compact |