diff options
author | 2005-04-11 07:32:44 +0000 | |
---|---|---|
committer | 2005-04-11 07:32:44 +0000 | |
commit | 143df18d3e28f47b5a8b6d74cb9773d7caceec97 (patch) | |
tree | 905cfd21894ef40cf9986959ceba75da95dbbec9 | |
parent | move two snprintf out so easier to audit (diff) | |
download | wireguard-openbsd-143df18d3e28f47b5a8b6d74cb9773d7caceec97.tar.xz wireguard-openbsd-143df18d3e28f47b5a8b6d74cb9773d7caceec97.zip |
typo in filename; from rick barter;
-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 db0f25fa061..ee2932ef995 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.24 2005/04/09 21:12:25 jmc Exp $ +.\" $OpenBSD: resolv.conf.5,v 1.25 2005/04/11 07:32:44 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. @@ -63,7 +63,7 @@ will overwrite entries in In order to force options to be passed to the .Xr resolver 3 routines, the file -.Nm resolver.conf.tail +.Nm resolv.conf.tail may be created. This file is appended to the generated .Nm resolv.conf |