diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-17 23:58:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-17 23:58:21 +0000 |
commit | a8ee2d46a8775d371d4e7e45b492d41037310650 (patch) | |
tree | 3c80619e8302c99d7862fd616d7ad40773fb3248 /lib/libc/net | |
parent | e4ce2ac585258ceee567ad16e3310636d9b71cae (diff) |
Fix .Ev usage
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/ethers.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 12cc230a8a9..3ad3bfc2b72 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ethers.3,v 1.7 1998/03/17 06:18:48 millert Exp $ +.\" $OpenBSD: ethers.3,v 1.8 1998/03/17 23:58:20 millert Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" @@ -57,8 +57,7 @@ The .Fn ether_ntohost function looks up the given Ethernet address and writes the associated host name into the character buffer passed. This buffer should be -.Ev -MAXHOSTNAMELEN +.Ev MAXHOSTNAMELEN characters in size. The .Fn ether_hostton @@ -85,8 +84,7 @@ file and fills in the passed ``struct ether_addr'' and character buffer with the Ethernet address and host name on the line. It returns zero if the line was successfully parsed and -1 if not. The character buffer buffer should be -.Ev -MAXHOSTNAMELEN +.Ev MAXHOSTNAMELEN characters in size. .Sh FILES .Bl -tag -width /etc/ethers -compact |