diff options
author | matthew <> | 2011-04-19 22:38:26 +0000 |
---|---|---|
committer | matthew <> | 2011-04-19 22:38:26 +0000 |
commit | a33853614333564628d766d452dbbe77946ed94d (patch) | |
tree | 9d873d51f8e75f96c565544052245afd9d662ba6 /src | |
parent | fdfda2c4a3a790b78f76218ca8a933bfd3944b84 (diff) | |
download | openbsd-a33853614333564628d766d452dbbe77946ed94d.tar.gz openbsd-a33853614333564628d766d452dbbe77946ed94d.tar.bz2 openbsd-a33853614333564628d766d452dbbe77946ed94d.zip |
Fix spacing nit.
ok jmc@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/ethers.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/ethers.3 b/src/lib/libc/net/ethers.3 index aa7249dc47..041ee981ec 100644 --- a/src/lib/libc/net/ethers.3 +++ b/src/lib/libc/net/ethers.3 | |||
@@ -1,8 +1,8 @@ | |||
1 | .\" $OpenBSD: ethers.3,v 1.20 2008/12/07 10:10:33 weerd Exp $ | 1 | .\" $OpenBSD: ethers.3,v 1.21 2011/04/19 22:38:26 matthew Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Written by roland@frob.com. Public domain. | 3 | .\" Written by roland@frob.com. Public domain. |
4 | .\" | 4 | .\" |
5 | .Dd $Mdocdate: December 7 2008 $ | 5 | .Dd $Mdocdate: April 19 2011 $ |
6 | .Dt ETHERS 3 | 6 | .Dt ETHERS 3 |
7 | .Os | 7 | .Os |
8 | .Sh NAME | 8 | .Sh NAME |
@@ -117,7 +117,7 @@ The | |||
117 | and | 117 | and |
118 | .Fn ether_line | 118 | .Fn ether_line |
119 | functions were adopted from SunOS and appeared in | 119 | functions were adopted from SunOS and appeared in |
120 | .Nx 0.9 b. | 120 | .Nx 0.9b . |
121 | .Sh BUGS | 121 | .Sh BUGS |
122 | The data space used by these functions is static; if future use | 122 | The data space used by these functions is static; if future use |
123 | requires the data, it should be copied before any subsequent calls to | 123 | requires the data, it should be copied before any subsequent calls to |