diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-19 19:25:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-19 19:25:38 +0000 |
commit | 9f999e1597f06b9b6655fec1fc8f4a474294c382 (patch) | |
tree | 22dfa891a17e56abf23c745288f782d5b424c104 /share/man/man5/ethers.5 | |
parent | 480390dc59325200978ed49a1b26f00a94c91baa (diff) |
Various cleanups.
Diffstat (limited to 'share/man/man5/ethers.5')
-rw-r--r-- | share/man/man5/ethers.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index 02a7021d68d..eeafd7b7226 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ethers.5,v 1.10 1999/07/09 13:35:38 aaron Exp $ +.\" $OpenBSD: ethers.5,v 1.11 2000/03/19 19:25:27 aaron Exp $ .\" $NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $ .\" .\" Written by Roland McGrath <roland@frob.com>. Public domain. @@ -20,7 +20,8 @@ indicates the beginning of a comment; characters up to the end of the line are not interpreted by routines which search the file. .Pp Ethernet addresses are expressed as six hexadecimal numbers separated by -colons. The functions described in +colons. +The functions described in .Xr ethers 3 can read and produce this format. .Pp @@ -41,7 +42,8 @@ Lines in .Pa /etc/ethers are limited to .Dv BUFSIZE -characters (currently 1024). Longer lines will be ignored. +characters (currently 1024). +Longer lines will be ignored. .Sh HISTORY The .Nm |