diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-28 15:11:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-28 15:11:38 +0000 |
commit | 9741864d00abff4a1f2a902d239931d5b43cffc3 (patch) | |
tree | f4ca489ba893f1b4223940acd1369e76b850485c /share/man/man5/ethers.5 | |
parent | 532e4716b8f520b4d282500efe9249f492c79aa7 (diff) |
oops - lines in these files are indeed restricted to 1024 chars, as
spotted by fgsch@; and it is indeed BUFSIZ, not BUFSIZE, as spotted
by Jared Yanovich;
Diffstat (limited to 'share/man/man5/ethers.5')
-rw-r--r-- | share/man/man5/ethers.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index 7deafd834c4..1c6d599ffc7 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ethers.5,v 1.15 2003/10/26 19:45:36 jmc Exp $ +.\" $OpenBSD: ethers.5,v 1.16 2003/10/28 15:11:37 jmc Exp $ .\" $NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $ .\" .\" Written by Roland McGrath <roland@frob.com>. Public domain. @@ -44,3 +44,11 @@ file format was adopted from SunOS and appeared in 0.9b. .Sh BUGS A name server should be used instead of a static file. +.Pp +Lines in +.Pa /etc/ethers +are limited to +.Dv BUFSIZ +characters +.Pq currently 1024 . +Longer lines will be ignored. |