diff options
author | 2019-12-24 17:48:47 +0000 | |
---|---|---|
committer | 2019-12-24 17:48:47 +0000 | |
commit | d4d2efeda73d6312b506f9ab4bfc0ed164ff364e (patch) | |
tree | 02d21f09119a980613cdffce7c729c6218bbdf70 | |
parent | Remove non-sensical line. The node certainly hasn't been rebuilt yet, (diff) | |
download | wireguard-openbsd-d4d2efeda73d6312b506f9ab4bfc0ed164ff364e.tar.xz wireguard-openbsd-d4d2efeda73d6312b506f9ab4bfc0ed164ff364e.zip |
delete a few sentences which only restate what is already obvious;
OK jmc@ deraadt@ kn@
-rw-r--r-- | usr.sbin/bind/bin/dig/host.1 | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/usr.sbin/bind/bin/dig/host.1 b/usr.sbin/bind/bin/dig/host.1 index f793982922b..bce39d26b2f 100644 --- a/usr.sbin/bind/bin/dig/host.1 +++ b/usr.sbin/bind/bin/dig/host.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: host.1,v 1.12 2019/12/20 23:03:30 jca Exp $ +.\" $OpenBSD: host.1,v 1.13 2019/12/24 17:48:47 schwarze Exp $ .\" .\" Copyright (C) 2000-2002, 2004, 2005, 2007-2009, 2014-2018 Internet Systems Consortium, Inc. ("ISC") .\" @@ -14,7 +14,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 20 2019 $ +.Dd $Mdocdate: December 24 2019 $ .Dt HOST 1 .Os .Sh NAME @@ -36,9 +36,6 @@ The .Nm command is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. -When no arguments or options are given, -.Nm -prints a short summary of its command line arguments and options. .Pp .Ar name is the domain name that is to be looked up. @@ -57,14 +54,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl 4 Use IPv4 only for query transport. -See also the -.Fl 6 -option. .It Fl 6 Use IPv6 only for query transport. -See also the -.Fl 4 -option. .It Fl a "All". The .Fl a @@ -221,15 +212,8 @@ is less than one, the wait interval is set to one second. By default, .Nm will wait for 5 seconds for UDP responses and 10 seconds for TCP connections. -.Pp -See also the -.Fl w -option. .It Fl w Wait forever: The query timeout is set to the maximum possible. -See also the -.Fl W -option. .El .Sh FILES .Pa /etc/resolv.conf |