~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to man/man1/nbp.1

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH NBP 1 "17 Dec 1991" "netatalk 1.2"
 
2
.SH NAME
 
3
nbplkup, nbprgstr, nbpunrgstr \- access NBP database
 
4
.SH SYNOPSIS
 
5
.B nbplkup
 
6
[
 
7
.B -r
 
8
.I nresp
 
9
]
 
10
[
 
11
.I nbpname
 
12
]
 
13
.sp
 
14
.B nbprgstr
 
15
[
 
16
.B -p
 
17
.I port
 
18
]
 
19
.I nbpname
 
20
.sp
 
21
.B nbpunrgstr
 
22
.I nbpname
 
23
.SH DESCRIPTION
 
24
.B nbprgstr
 
25
registers
 
26
.I nbpname
 
27
with
 
28
.BR atalkd (8),
 
29
at the given
 
30
.IR port .
 
31
.B nbpunrgstr
 
32
informs
 
33
.B atalkd
 
34
that
 
35
.I nbpname
 
36
is no longer to be advertised.
 
37
.LP
 
38
.B nbplkup
 
39
displays up to
 
40
.I nresp
 
41
(default 1000) entities registered on the AppleTalk internet.
 
42
.I nbpname
 
43
is parsed by
 
44
.BR nbp_name (3).
 
45
An
 
46
.RB ` = '
 
47
for the
 
48
.I object
 
49
or
 
50
.I type
 
51
matches anything, and an
 
52
.RB ` * '
 
53
for
 
54
.I zone
 
55
means the local zone. The default values are taken from the
 
56
.B NBPLKUP
 
57
environment variable, parsed as an
 
58
.IR nbpname .
 
59
.SH EXAMPLE
 
60
Find all devices of type
 
61
.B LaserWriter
 
62
in the local zone.
 
63
.sp
 
64
.RS
 
65
.nf
 
66
example% nbplkup :LaserWriter
 
67
               Petoskey:LaserWriter        7942.129:218
 
68
             Gloucester:LaserWriter        8200.188:186
 
69
                 Rahway:LaserWriter        7942.2:138
 
70
             517 Center:LaserWriter        7942.2:132
 
71
                  ionia:LaserWriter        7942.2:136
 
72
     Evil DEC from Hell:LaserWriter        7942.2:130
 
73
              Hamtramck:LaserWriter        7942.2:134
 
74
         Iron Mountain :LaserWriter        7942.128:250
 
75
example%
 
76
.fi
 
77
.RE
 
78
.SH SEE ALSO
 
79
.BR nbp_name (3),
 
80
.\" .BR nbp (4),
 
81
.\" .BR zip (4),
 
82
.BR atalkd (8).