diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-28 17:26:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-28 17:26:38 +0000 |
commit | f87b4d357d6fd37a17543ad7c01fd624331b6b02 (patch) | |
tree | 3ec56ab81ec2895501a0ccccef2f3e9f827426ce | |
parent | 12b6f01c08753408c95014c20d5525479d04233b (diff) |
typo; from sstull
-rw-r--r-- | share/man/man5/resolv.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index 60203b56cc0..051ad7acfe5 100644 --- a/share/man/man5/resolv.conf.5 +++ b/share/man/man5/resolv.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolv.conf.5,v 1.26 2005/11/04 15:17:03 jmc Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.27 2006/04/28 17:26:37 jmc Exp $ .\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $ .\" .\" Copyright (c) 1986, 1991 The Regents of the University of California. @@ -190,7 +190,7 @@ where option is one of the following: .It Sy debug Sets RES_DEBUG in _res.options. .It Sy edns0 -Attach OPT pseudo-RR for ENDS0 extension specified in RFC 2671, +Attach OPT pseudo-RR for EDNS0 extension specified in RFC 2671, to inform DNS server of our receive buffer size. The option will allow DNS servers to take advantage of non-default receive buffer size, and to send larger replies. |