diff options
author | 2021-02-25 20:04:38 +0000 | |
---|---|---|
committer | 2021-02-25 20:04:38 +0000 | |
commit | 3412ebe99420dacd44f1dacccae2eb3c4454faa6 (patch) | |
tree | bdd44528b4388b04ca18d7499706f5cc8fede264 | |
parent | Fix two bugs in the legacy verifier (diff) | |
download | wireguard-openbsd-3412ebe99420dacd44f1dacccae2eb3c4454faa6.tar.xz wireguard-openbsd-3412ebe99420dacd44f1dacccae2eb3c4454faa6.zip |
Typofix
-rw-r--r-- | sbin/resolvd/resolvd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/resolvd/resolvd.8 b/sbin/resolvd/resolvd.8 index 2cfe4ad5fdc..b03e36a6a8e 100644 --- a/sbin/resolvd/resolvd.8 +++ b/sbin/resolvd/resolvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolvd.8,v 1.2 2021/02/24 19:00:38 deraadt Exp $ +.\" $OpenBSD: resolvd.8,v 1.3 2021/02/25 20:04:38 kn 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 24 2021 $ +.Dd $Mdocdate: February 25 2021 $ .Dt RESOLVD 8 .Os .Sh NAME @@ -51,7 +51,7 @@ It also adds any other DNS proposals, but commented out. If .Xr unwind 8 -is not running is simply adds any other DNS proposals. +is not running it simply adds any other DNS proposals. After that, it appends user-edited lines to the file. .Pp .Nm |