diff options
author | mpech <> | 2001-08-06 10:42:26 +0000 |
---|---|---|
committer | mpech <> | 2001-08-06 10:42:26 +0000 |
commit | 1161496b1fe96bd200abb99eecc93d8594aa8306 (patch) | |
tree | 7c1887ee57a63b82c0947f33c91add493bec7ee3 /src/lib/libc/net/ethers.3 | |
parent | 40beaa1917cc6d5f9b08ece2312e913094b98711 (diff) | |
download | openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.gz openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.tar.bz2 openbsd-1161496b1fe96bd200abb99eecc93d8594aa8306.zip |
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 '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 |