diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/net/ethers.3 | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/net/ethers.3')
-rw-r--r-- | lib/libc/net/ethers.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 4d4d24146de..0509c121b8d 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ethers.3,v 1.13 2000/12/17 21:30:38 millert Exp $ +.\" $OpenBSD: ethers.3,v 1.14 2001/08/06 10:42:26 mpech Exp $ .\" .\" Written by roland@frob.com. Public domain. .\" @@ -112,7 +112,7 @@ The and .Fn ether_line functions were adopted from SunOS and appeared in -NetBSD 0.9b. +.Nx 0.9 b. .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 |