Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mpl/bind/bin/nslookup revert the unintentional whit...



details:   https://anonhg.NetBSD.org/src/rev/d568192f2239
branches:  trunk
changeset: 953828:d568192f2239
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 21 16:21:35 2021 +0000

description:
revert the unintentional whitespace changes

diffstat:

 external/mpl/bind/bin/nslookup/nslookup.8 |  32 +++++++++++++++---------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diffs (106 lines):

diff -r 3b5b5414c9b1 -r d568192f2239 external/mpl/bind/bin/nslookup/nslookup.8
--- a/external/mpl/bind/bin/nslookup/nslookup.8 Sun Mar 21 16:12:37 2021 +0000
+++ b/external/mpl/bind/bin/nslookup/nslookup.8 Sun Mar 21 16:21:35 2021 +0000
@@ -1,27 +1,27 @@
-.\"   $NetBSD: nslookup.8,v 1.2 2021/03/21 16:12:37 christos Exp $
+.\"     $NetBSD: nslookup.8,v 1.3 2021/03/21 16:21:35 christos Exp $
 .\"
 .\"
 .\" ++Copyright++ 1985, 1989
 .\" -
 .\" Copyright (c) 1985, 1989
-.\"  The Regents of the University of California. All rights reserved.
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
 .\" 1. Redistributions of source code must retain the above copyright
-.\"  notice, this list of conditions and the following disclaimer.
+.\"    notice, this list of conditions and the following disclaimer.
 .\" 2. Redistributions in binary form must reproduce the above copyright
-.\"  notice, this list of conditions and the following disclaimer in the
-.\"  documentation and/or other materials provided with the distribution.
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
 .\" 3. Neither the name of the University nor the names of its contributors
-.\"  may be used to endorse or promote products derived from this software
-.\"  without specific prior written permission.
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
@@ -41,7 +41,7 @@
 .\"
 .\" THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
 .\" WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
-.\" OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL DIGITAL EQUIPMENT
+.\" OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
 .\" CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 .\" DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
 .\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
@@ -52,7 +52,7 @@
 .\"
 .\"    @(#)nslookup.8  5.3 (Berkeley) 6/24/90
 .\"
-.Dd March 21, 2021
+.Dd June 24, 1990
 .Dt NSLOOKUP 8
 .Os
 .Sh NAME
@@ -102,7 +102,7 @@
 For example, to change the default query type to host information,
 and the initial timeout to 10 seconds, type:
 .Bd -literal -offset indent
-       nslookup -query=hinfo -timeout=10
+       nslookup -query=hinfo  -timeout=10
 .Ed
 .Sh INTERACTIVE COMMANDS
 Commands may be interrupted at any time by typing a control-C.
@@ -114,7 +114,7 @@
 To treat a built-in command as a host name,
 precede it with an escape character
 .Pq Sq \e .
-.Em N.B.: An unrecognized command will be interpreted as a host name.
+.Em N.B.:  An unrecognized command will be interpreted as a host name.
 .Bl -tag -width "lserver"
 .It Ar host Op Ar server
 Look up information for
@@ -187,7 +187,7 @@
 The default output contains host names and their Internet addresses.
 .Ar Option
 can be one of the following:
-.Bl -tag -width "-a "
+.Bl -tag -width "-a  "
 .It Fl t Ar querytype
 lists all records of the specified type (see
 .Ar querytype
@@ -229,10 +229,10 @@
 .It Ic all
 Prints the current values of the frequently-used options to
 .Ic set .
-Information about the current default server and host is also printed.
+Information about the  current default server and host is also printed.
 .It Ic class Ns = Ns Ar value
 Change the query class to one of:
-.Bl -tag -width "HESIOD "
+.Bl -tag -width "HESIOD  "
 .It Dv IN
 the Internet class
 .It Dv CHAOS
@@ -350,7 +350,7 @@
 .It Ic querytype Ns = Ns Ar value
 .It Ic type Ns = Ns Ar value
 Change the type of information query to one of:
-.Bl -tag -width "HINFO  "
+.Bl -tag -width "HINFO   "
 .It Dv A
 the host's Internet address.
 .It Dv CNAME



Home | Main Index | Thread Index | Old Index