diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-18 11:11:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-18 11:11:07 +0000 |
commit | 54b0c19f836e008fb6c17850333c6c62660f8580 (patch) | |
tree | b2e0cacc87404689ef0048f5d9c24096a0796734 /lib/libc/net | |
parent | f8e10619c7be88807438402a21ee8f28651cf120 (diff) |
typo; nash@mcs.net
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/ethers.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index f5db308115e..74d153fce61 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ethers.3,v 1.9 1998/05/12 09:15:19 deraadt Exp $ +.\" $OpenBSD: ethers.3,v 1.10 1999/03/18 11:09:15 aaron Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" @@ -84,7 +84,7 @@ function parses a line from the 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 +The character buffer should be .Ev MAXHOSTNAMELEN characters in size. .Sh FILES |