etc/services - sync with NetBSD-8
[minix.git] / external / bsd / bind / dist / contrib / query-loc-0.4.0 / query-loc.1
blob35f2654e1f05f21ebe90ee6b7f48ade3f961e7d4
1 .\"     $NetBSD: query-loc.1,v 1.4 2014/12/10 04:37:56 christos Exp $
2 .\"
3 .\"                                      Hey, EMACS: -*- nroff -*-
4 .\" First parameter, NAME, should be all caps
5 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
6 .\" other parameters are allowed: see man(7), man(1)
7 .TH QUERY-LOC 1 "January 11, 2005"
8 .\" Please adjust this date whenever revising the manpage.
9 .\"
10 .\" Some roff macros, for reference:
11 .\" .nh        disable hyphenation
12 .\" .hy        enable hyphenation
13 .\" .ad l      left justify
14 .\" .ad b      justify to both left and right margins
15 .\" .nf        disable filling
16 .\" .fi        enable filling
17 .\" .br        insert line break
18 .\" .sp <n>    insert n+1 empty lines
19 .\" for manpage-specific macros, see man(7)
20 .SH NAME
21 query-loc \- to retrieve and display the location information in the DNS
22 .SH SYNOPSIS
23 .B query-loc
24 .RI [-v] [-d nnn] " host"
25 .SH DESCRIPTION
26 This manual page documents briefly the
27 .B query-loc
28 command.
29 .PP
30 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
31 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
32 .\" respectively.
33 \fBquery-loc\fP is a program to retrieve and display the location
34 information in the DNS. 
36 It uses the algorithms described in
37 RFC 1876 (and RFC 1101 to get the network names).
38 You can find examples of networks wchich implement this scheme
39 in the ADDRESSES file.
41 .SH OPTIONS
42 .TP
43 .B \-v
44 Verbose mode. 
45 .TP
46 .B \-d nnn
47 Debug mode. Displays the RFC's algorithm
49 .SH BUGS
51 Very few hosts have location information.
53 .SH AUTHOR
54 This manual page was written by Stephane Bortzmeyer
55 <bortzmeyer@debian.org>.
57 .\" Id: query-loc.1,v 1.1 2008/02/15 01:47:15 marka Exp