diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 17:20:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-11 17:20:00 +0000 |
commit | f7996f3b700a22797565e9aa57e251e6e3ac1e4d (patch) | |
tree | af4e797eef0a65f4e3dba94b325da0ec08452d36 /networking/nslookup.c | |
parent | 3821fb13ea404d243115ff8ec161273b62826513 (diff) | |
download | busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.gz busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.tar.bz2 busybox-w32-f7996f3b700a22797565e9aa57e251e6e3ac1e4d.zip |
Trailing whitespace removal over entire tree
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index cc5ff95d6..4beecc63b 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * $ nslookup yahoo.com | 23 | * $ nslookup yahoo.com |
24 | * Server: 128.193.0.10 | 24 | * Server: 128.193.0.10 |
25 | * Address: 128.193.0.10#53 | 25 | * Address: 128.193.0.10#53 |
26 | * | 26 | * |
27 | * Non-authoritative answer: | 27 | * Non-authoritative answer: |
28 | * Name: yahoo.com | 28 | * Name: yahoo.com |
29 | * Address: 216.109.112.135 | 29 | * Address: 216.109.112.135 |
@@ -33,11 +33,11 @@ | |||
33 | * $ nslookup 204.152.191.37 | 33 | * $ nslookup 204.152.191.37 |
34 | * Server: 128.193.4.20 | 34 | * Server: 128.193.4.20 |
35 | * Address: 128.193.4.20#53 | 35 | * Address: 128.193.4.20#53 |
36 | * | 36 | * |
37 | * Non-authoritative answer: | 37 | * Non-authoritative answer: |
38 | * 37.191.152.204.in-addr.arpa canonical name = 37.32-27.191.152.204.in-addr.arpa. | 38 | * 37.191.152.204.in-addr.arpa canonical name = 37.32-27.191.152.204.in-addr.arpa. |
39 | * 37.32-27.191.152.204.in-addr.arpa name = zeus-pub2.kernel.org. | 39 | * 37.32-27.191.152.204.in-addr.arpa name = zeus-pub2.kernel.org. |
40 | * | 40 | * |
41 | * Authoritative answers can be found from: | 41 | * Authoritative answers can be found from: |
42 | * 32-27.191.152.204.in-addr.arpa nameserver = ns1.kernel.org. | 42 | * 32-27.191.152.204.in-addr.arpa nameserver = ns1.kernel.org. |
43 | * 32-27.191.152.204.in-addr.arpa nameserver = ns2.kernel.org. | 43 | * 32-27.191.152.204.in-addr.arpa nameserver = ns2.kernel.org. |