Source-Changes-HG archive

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

[src/netbsd-1-4]: src/dist/bind/bin/nslookup Pull up revisions 1.1-1.2 (new) ...



details:   https://anonhg.NetBSD.org/src/rev/ecfce28197e1
branches:  netbsd-1-4
changeset: 469796:ecfce28197e1
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 16:57:35 1999 +0000

description:
Pull up revisions 1.1-1.2 (new) (requested by christos and veego):
  Update to BIND 8.2.2-P5.

diffstat:

 dist/bind/bin/nslookup/nslookup.help |  35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 7c67b5caacb9 -r ecfce28197e1 dist/bind/bin/nslookup/nslookup.help
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/bind/bin/nslookup/nslookup.help      Sat Dec 04 16:57:35 1999 +0000
@@ -0,0 +1,35 @@
+$NetBSD: nslookup.help,v 1.2.2.2 1999/12/04 16:57:35 he Exp $
+Id: nslookup.help,v 8.4 1996/10/25 18:09:41 vixie Exp
+
+Commands:      (identifiers are shown in uppercase, [] means optional)
+NAME           - print info about the host/domain NAME using default server
+NAME1 NAME2    - as above, but use NAME2 as server
+help or ?      - print info on common commands; see nslookup(1) for details
+set OPTION     - set an option
+    all                - print options, current server and host
+    [no]debug  - print debugging information
+    [no]d2     - print exhaustive debugging information
+    [no]defname        - append domain name to each query 
+    [no]recurse        - ask for recursive answer to query
+    [no]vc     - always use a virtual circuit
+    domain=NAME        - set default domain name to NAME
+    srchlist=N1[/N2/.../N6] - set domain to N1 and search list to N1,N2, etc.
+    root=NAME  - set root server to NAME
+    retry=X    - set number of retries to X
+    timeout=X  - set initial time-out interval to X seconds
+    querytype=X        - set query type, e.g., A,ANY,CNAME,HINFO,MX,PX,NS,PTR,SOA,TXT,WKS,SRV,NAPTR
+    port=X     - set port number to send query on
+    type=X     - synonym for querytype
+    class=X    - set query class to one of IN (Internet), CHAOS, HESIOD or ANY
+server NAME    - set default server to NAME, using current default server
+lserver NAME   - set default server to NAME, using initial server
+finger [USER]  - finger the optional USER at the current default host
+root           - set current default server to the root
+ls [opt] DOMAIN [> FILE] - list addresses in DOMAIN (optional: output to FILE)
+    -a                 -  list canonical names and aliases
+    -h                 -  list HINFO (CPU type and operating system)
+    -s                 -  list well-known services
+    -d                 -  list all records
+    -t TYPE    -  list records of the given type (e.g., A,CNAME,MX, etc.)
+view FILE      - sort an 'ls' output file and view it with more
+exit           - exit the program, ^D also exits



Home | Main Index | Thread Index | Old Index