Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/bind/bin/nslookup Do not use .Xo/.Xc to work ar...



details:   https://anonhg.NetBSD.org/src/rev/639fbee1be23
branches:  trunk
changeset: 748137:639fbee1be23
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Oct 14 19:08:55 2009 +0000

description:
Do not use .Xo/.Xc to work around ancient groff limits.

diffstat:

 external/bsd/bind/bin/nslookup/nslookup.8 |  60 +++++++-----------------------
 1 files changed, 14 insertions(+), 46 deletions(-)

diffs (143 lines):

diff -r db2af35ad0a3 -r 639fbee1be23 external/bsd/bind/bin/nslookup/nslookup.8
--- a/external/bsd/bind/bin/nslookup/nslookup.8 Wed Oct 14 19:03:12 2009 +0000
+++ b/external/bsd/bind/bin/nslookup/nslookup.8 Wed Oct 14 19:08:55 2009 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: nslookup.8,v 1.1 2009/04/12 03:46:06 christos Exp $
+.\"     $NetBSD: nslookup.8,v 1.2 2009/10/14 19:08:55 joerg Exp $
 .\"
 .\"
 .\" ++Copyright++ 1985, 1989
@@ -164,12 +164,8 @@
 The name of the root server can be changed with the
 .Dq Ic set root
 command.
-.It Xo Ic finger Op Ar name
-.Op Ic \*[Gt] Ar filename
-.Xc
-.It Xo Ic finger Op Ar name
-.Op Ic \*[Gt]\*[Gt] Ar filename
-.Xc
+.It Ic finger Oo Ar name Oc Op Ic \*[Gt] Ar filename
+.It Ic finger Oo Ar name Oc Op Ic \*[Gt]\*[Gt] Ar filename
 Connects with the finger server on the current host.
 The current host is defined when a previous lookup for a host
 was successful and returned address information (see the
@@ -182,12 +178,8 @@
 and
 .Ic \*[Gt]\*[Gt]
 can be used to redirect output in the usual manner.
-.It Xo Ic ls Op Ar option
-.Ar domain Op Ic \*[Gt] Ar filename
-.Xc
-.It Xo Ic ls Op Ar option
-.Ar domain Op Ic \*[Gt]\*[Gt] Ar filename
-.Xc
+.It Ic ls Oo Ar option Oc Ar domain Op Ic \*[Gt] Ar filename
+.It Ic ls Oo Ar option Oc Ar domain Op Ic \*[Gt]\*[Gt] Ar filename
 List the information available for
 .Ar domain ,
 optionally creating or appending to
@@ -230,10 +222,7 @@
 Prints a brief summary of commands.
 .It Ic exit
 Exits the program.
-.It Xo
-.Ic set
-.Ar keyword Ns Op = Ns Ar value
-.Xc
+.It Ic set Ar keyword Ns Op = Ns Ar value
 This command is used to change state information that affects the lookups.
 Valid keywords are:
 .Bl -tag -width "class=v"
@@ -260,9 +249,7 @@
 .Dv IN ;
 abbreviation =
 .Ic cl )
-.It Xo
-.Oo Ic no Oc Ns Ic debug
-.Xc
+.It Oo Ic no Oc Ns Ic debug
 Turn debugging mode on.
 A lot more information is printed about the
 packet sent to the server and the resulting answer.
@@ -271,9 +258,7 @@
 .Ic nodebug ;
 abbreviation =
 .Oo Ic no Oc Ns Ic deb )
-.It Xo
-.Oo Ic no Oc Ns Ic d2
-.Xc
+.It Oo Ic no Oc Ns Ic d2
 Turn exhaustive debugging mode on.
 Essentially all fields of every packet are printed.
 .Pp
@@ -306,14 +291,7 @@
 .Ev LOCALDOMAIN ;
 abbreviation =
 .Ic do )
-.It Xo
-.Sm off
-.Ic srchlist No =
-.Ar name1 No /
-.Ar name2 No /
-.Ar ...
-.Sm on
-.Xc
+.It Ic srchlist Ns No = Ns Ar name1 Ns No / Ns Ar name2 Ns No / Ns Ar ...
 Change the default domain name to
 .Ar name1
 and the domain search list
@@ -344,9 +322,7 @@
 .Ev LOCALDOMAIN ;
 abbreviation =
 .Ic srchl )
-.It Xo
-.Oo Ic no Oc Ns Ic defname
-.Xc
+.It Oo Ic no Oc Ns Ic defname
 If set, append the default domain name to a single-component lookup request
 (i.e., one that does not contain a period).
 .Pp
@@ -354,9 +330,7 @@
 .Ic defname ;
 abbreviation =
 .Oo Ic no Oc Ns Ic defname )
-.It Xo
-.Oo Ic no Oc Ns Ic search
-.Xc
+.It Oo Ic no Oc Ns Ic search
 If the lookup request contains at least one period but
 .Em doesn't
 end with a trailing period, append the domain names in the domain search list
@@ -413,9 +387,7 @@
 .Dv A ;
 abbreviations =
 .Ic q , ty )
-.It Xo
-.Oo Ic no Oc Ns Ic recurse
-.Xc
+.It Oo Ic no Oc Ns Ic recurse
 Tell the name server to query other servers if it does not have the
 information.
 .Pp
@@ -453,18 +425,14 @@
 .Pp
 (Default = 5 seconds; abbreviation =
 .Ic ti )
-.It Xo
-.Oo Ic no Oc Ns Ic vc
-.Xc
+.It Oo Ic no Oc Ns Ic vc
 Always use a virtual circuit when sending requests to the server.
 .Pp
 (Default =
 .Ic novc ;
 abbreviation =
 .Oo Ic no Oc Ns Ic v )
-.It Xo
-.Oo Ic no Oc Ns Ic ignoretc
-.Xc
+.It Oo Ic no Oc Ns Ic ignoretc
 Ignore packet truncation errors.
 .Pp
 (Default =



Home | Main Index | Thread Index | Old Index