summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2021-02-27 15:20:55 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2021-02-27 15:20:55 +0000
commitaad5aa9ccfd522dc6f3cdbce0be1d77661941205 (patch)
treeb870fab4b64b02ad5bbe5cdbae8a4061bd6e3c90 /sbin
parent0c30dfe0ff60999cf2f20c82f1203d923f4224f5 (diff)
While I wrote the initial version of resolvd(8) it diverged so much
that it's not appropriate to claim that I wrote it.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/resolvd/resolvd.810
1 files changed, 2 insertions, 8 deletions
diff --git a/sbin/resolvd/resolvd.8 b/sbin/resolvd/resolvd.8
index b03e36a6a8e..8a5e127b04f 100644
--- a/sbin/resolvd/resolvd.8
+++ b/sbin/resolvd/resolvd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolvd.8,v 1.3 2021/02/25 20:04:38 kn Exp $
+.\" $OpenBSD: resolvd.8,v 1.4 2021/02/27 15:20:54 florian Exp $
.\"
.\" Copyright (c) 2021 Florian Obser <florian@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 25 2021 $
+.Dd $Mdocdate: February 27 2021 $
.Dt RESOLVD 8
.Os
.Sh NAME
@@ -81,9 +81,3 @@ The
.Nm
program first appeared in
.Ox 6.9 .
-.Sh AUTHORS
-.An -nosplit
-The
-.Nm
-program was written by
-.An Florian Obser Aq Mt florian@openbsd.org .