diff options
author | jmc <> | 2005-10-02 14:48:48 +0000 |
---|---|---|
committer | jmc <> | 2005-10-02 14:48:48 +0000 |
commit | 0053a10999258a13cc2828abed1a863c505c2100 (patch) | |
tree | 94a42eedc40edbd6031cee01325e0d14bcced96a /src/lib/libc/net/ethers.3 | |
parent | beed53b118616483379dd385eb97bc625835b9b9 (diff) | |
download | openbsd-0053a10999258a13cc2828abed1a863c505c2100.tar.gz openbsd-0053a10999258a13cc2828abed1a863c505c2100.tar.bz2 openbsd-0053a10999258a13cc2828abed1a863c505c2100.zip |
`ether_addr' is the name of a structure, not a function: remove its MLINK
and remove its entry from the .Nm list;
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index febd62392e..5f961b4246 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.16 2005/07/22 04:50:51 jaredy Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.17 2005/10/02 14:48:48 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
@@ -8,7 +8,6 @@ | |||
8 | .Sh NAME | 8 | .Sh NAME |
9 | .Nm ether_aton , | 9 | .Nm ether_aton , |
10 | .Nm ether_ntoa , | 10 | .Nm ether_ntoa , |
11 | .Nm ether_addr , | ||
12 | .Nm ether_ntohost , | 11 | .Nm ether_ntohost , |
13 | .Nm ether_hostton , | 12 | .Nm ether_hostton , |
14 | .Nm ether_line | 13 | .Nm ether_line |