diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-08-05 06:35:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-08-05 06:35:19 +0000 |
commit | 85ce5c3ecfd694eb3a9a6fdc563a5bbdd0b10788 (patch) | |
tree | 68695498558db1672cb318df6f82a6111b56da90 | |
parent | da589d9aba1a9307b998441b7c7e871dc13ec3b0 (diff) |
mark up the nameserver command;
-rw-r--r-- | sbin/resolvd/resolvd.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/resolvd/resolvd.8 b/sbin/resolvd/resolvd.8 index 602bfa95688..71d0e40567e 100644 --- a/sbin/resolvd/resolvd.8 +++ b/sbin/resolvd/resolvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolvd.8,v 1.7 2021/08/04 18:19:51 benno Exp $ +.\" $OpenBSD: resolvd.8,v 1.8 2021/08/05 06:35:18 jmc 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: August 4 2021 $ +.Dd $Mdocdate: August 5 2021 $ .Dt RESOLVD 8 .Os .Sh NAME @@ -51,7 +51,8 @@ or network devices which natively learn DNS information such as .Xr umb 4 . Proposals can also be sent using the .Xr route 8 -nameserver command. +.Cm nameserver +command. .Pp These proposals are added in priority order, but commented out if |