summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ethers.3
diff options
context:
space:
mode:
authoraaron <>1999-03-18 11:09:15 +0000
committeraaron <>1999-03-18 11:09:15 +0000
commit62d4778341f17e9385e8bedbf0d54f6aa9953c0b (patch)
treea4e14df8d27adf920d2c64585e1078fb020db9e3 /src/lib/libc/net/ethers.3
parenta5231a9884a3b801910a05006ba52b6641614e38 (diff)
downloadopenbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.tar.gz
openbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.tar.bz2
openbsd-62d4778341f17e9385e8bedbf0d54f6aa9953c0b.zip
typo; nash@mcs.net
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r--src/lib/libc/net/ethers.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3
index f5db308115..74d153fce6 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.9 1998/05/12 09:15:19 deraadt Exp $ 1.\" $OpenBSD: ethers.3,v 1.10 1999/03/18 11:09:15 aaron Exp $
2.\" 2.\"
3.\" Written by roland@frob.com. Public domain. 3.\" Written by roland@frob.com. Public domain.
4.\" 4.\"
@@ -84,7 +84,7 @@ function parses a line from the
84file and fills in the passed ``struct ether_addr'' and character 84file and fills in the passed ``struct ether_addr'' and character
85buffer with the Ethernet address and host name on the line. It 85buffer with the Ethernet address and host name on the line. It
86returns zero if the line was successfully parsed and -1 if not. 86returns zero if the line was successfully parsed and -1 if not.
87The character buffer buffer should be 87The character buffer should be
88.Ev MAXHOSTNAMELEN 88.Ev MAXHOSTNAMELEN
89characters in size. 89characters in size.
90.Sh FILES 90.Sh FILES