]> git.saurik.com Git - apple/network_cmds.git/blob - yppoll.tproj/yppoll.8
network_cmds-176.tar.gz
[apple/network_cmds.git] / yppoll.tproj / yppoll.8
1 .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. The name of the author may not be used to endorse or promote
13 .\" products derived from this software without specific prior written
14 .\" permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
17 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
20 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\" $Id: yppoll.8,v 1.1.1.1 1999/05/02 03:59:03 wsanchez Exp $
29 .\"
30 .Dd August 18, 1994
31 .Dt YPPOLL 8
32 .Os NetBSD
33 .Sh NAME
34 .Nm yppoll
35 .Nd get version of a YP map from YP server
36 .Sh SYNOPSIS
37 .Nm yppoll
38 .Op Fl h Ar host
39 .Op Fl d Ar domainname
40 .Ar mapname
41 .Sh DESCRIPTION
42 .Nm yppoll
43 is used to get information of a maps order number and master server.
44 This utility is useful when determining if different servers have the
45 same version of a map.
46 .Nm yppoll
47 normally talks with the default
48 .Xr ypserv 8
49 process, but by using the
50 .Fl h
51 option it is possible to talk with a specific server.
52 .Pp
53 The options are as follows:
54 .Bl -tag -width indent
55 .It Fl d Ar domain
56 Don't use default domain, use the specified domain.
57 .It Fl h Ar host
58 Get map information from host instead of the default YP server.
59 .El
60 .Sh SEE ALSO
61 .Xr ypserv 8
62 .Sh AUTHOR
63 Theo de Raadt, John Brezak and Mats O Jansson