diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-04-19 22:38:27 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-04-19 22:38:27 +0000 |
commit | 5e759e7448873adae098ee36432a0576ef19fa72 (patch) | |
tree | a167a46e9e1fd83dd2ba1cf822b39c8f13f03c4b /lib/libc | |
parent | ca5bbded43e98d133daa979b012ea42f08a157f4 (diff) |
Fix spacing nit.
ok jmc@
Diffstat (limited to 'lib/libc')
-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 |