diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-26 19:45:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-26 19:45:37 +0000 |
commit | 9774188bc52630725867f3fd9ab30b1678f38300 (patch) | |
tree | b846e77a0d3907cf609a3475c84f129cbe7dab6a /share/man/man5/hosts.5 | |
parent | c7ef414a81ac8e57182d4305ea3ad246a2dbf9e5 (diff) |
remove obsolete sections about limit of line length;
thanks Eric Jackson for helping me fix this.
Diffstat (limited to 'share/man/man5/hosts.5')
-rw-r--r-- | share/man/man5/hosts.5 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5 index b4a9f9cc916..327ca4eeacf 100644 --- a/share/man/man5/hosts.5 +++ b/share/man/man5/hosts.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts.5,v 1.14 2003/06/06 13:28:13 jmc Exp $ +.\" $OpenBSD: hosts.5,v 1.15 2003/10/26 19:45:36 jmc Exp $ .\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -113,10 +113,3 @@ file format appeared in .Bx 4.2 . .Sh BUGS A name server should be used instead of a static file. -.Pp -Lines in -.Pa /etc/hosts -are limited to -.Dv BUFSIZE -characters (currently 1024). -Longer lines will be ignored. |