diff options
Diffstat (limited to 'src/lib/libc/net/ethers.3')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index 4d4d24146d..0509c121b8 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.13 2000/12/17 21:30:38 millert Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.14 2001/08/06 10:42:26 mpech Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ The | |||
112 | and | 112 | and |
113 | .Fn ether_line | 113 | .Fn ether_line |
114 | functions were adopted from SunOS and appeared in | 114 | functions were adopted from SunOS and appeared in |
115 | NetBSD 0.9b. | 115 | .Nx 0.9 b. |
116 | .Sh BUGS | 116 | .Sh BUGS |
117 | The data space used by these functions is static; if future use | 117 | The data space used by these functions is static; if future use |
118 | requires the data, it should be copied before any subsequent calls to | 118 | requires the data, it should be copied before any subsequent calls to |