diff options
author | 1998-03-17 23:58:20 +0000 | |
---|---|---|
committer | 1998-03-17 23:58:20 +0000 | |
commit | 207a1b8c60239355074234e3a60229eeefe485da (patch) | |
tree | 3ed71cc53d1f0a91a7086bb6d17c633ab5be4c03 | |
parent | do not ferror() after fclose(); dholland@eecs.harvard.edu (diff) | |
download | wireguard-openbsd-207a1b8c60239355074234e3a60229eeefe485da.tar.xz wireguard-openbsd-207a1b8c60239355074234e3a60229eeefe485da.zip |
Fix .Ev usage
-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 |