diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2021-08-24 07:30:33 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2021-08-24 07:30:33 +0000 |
commit | 6a1ad457ee217a80b622fe428aaefe4f8b6a3236 (patch) | |
tree | 3a7f9e102492dc88b2d5afe3daf7b5e42ddea81b | |
parent | 119a6c7cf05510caebd01316e94f0a86215780a7 (diff) |
We no longer have resolv.conf.tail.
From Scott Bennett, thanks!
-rw-r--r-- | share/man/man5/resolv.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5 index 49ee20b2a5c..8d3b91c0832 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.61 2021/07/17 17:14:29 deraadt Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.62 2021/08/24 07:30:32 florian 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. @@ -30,7 +30,7 @@ .\" .\" @(#)resolver.5 5.12 (Berkeley) 5/10/91 .\" -.Dd $Mdocdate: July 17 2021 $ +.Dd $Mdocdate: August 24 2021 $ .Dt RESOLV.CONF 5 .Os .Sh NAME @@ -71,7 +71,7 @@ in the file indicates the beginning of a comment; subsequent characters up to the end of the line are not interpreted by the routines that read the file. .Pp -The configuration options (which may be placed in either file) are: +The configuration options are: .Bl -tag -width nameserver .It Ic nameserver IPv4 address (in dot notation) |