diff options
-rw-r--r-- | lib/libc/net/ethers.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index aa7249dc472..041ee981ec7 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ethers.3,v 1.20 2008/12/07 10:10:33 weerd Exp $ +.\" $OpenBSD: ethers.3,v 1.21 2011/04/19 22:38:26 matthew Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" -.Dd $Mdocdate: December 7 2008 $ +.Dd $Mdocdate: April 19 2011 $ .Dt ETHERS 3 .Os .Sh NAME @@ -117,7 +117,7 @@ The and .Fn ether_line functions were adopted from SunOS and appeared in -.Nx 0.9 b. +.Nx 0.9b . .Sh BUGS The data space used by these functions is static; if future use requires the data, it should be copied before any subsequent calls to |