diff options
author | keramida <keramida@FreeBSD.org> | 2007-10-30 15:31:41 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2007-10-30 15:31:41 +0000 |
commit | 7d196f53c81a2be265901bf62c7314d2c6c2ca04 (patch) | |
tree | 6373fdce39a500cadc3fc438137595bc65823d04 | |
parent | 0666456aed054dfd6c83d965b972b808295bdacf (diff) | |
download | FreeBSD-src-7d196f53c81a2be265901bf62c7314d2c6c2ca04.zip FreeBSD-src-7d196f53c81a2be265901bf62c7314d2c6c2ca04.tar.gz |
mdoc fix: remove extraneous empty line.
MFC after: 3 days
-rw-r--r-- | lib/libc/net/ethers.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 54d2149..3148b6c 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 13, 2007 +.Dd October 30, 2007 .Dt ETHERS 3 .Os .Sh NAME @@ -166,7 +166,6 @@ stores the result in a static buffer; .Fn ether_ntoa_r stores the result in a user-passed buffer. .Pp - Likewise, .Fn ether_aton and |