doc: bos != vos
[openafs.git] / doc / man-pages / pod1 / fs_setcbaddr.pod
1 =head1 NAME
2
3 fs_setcbaddr - Configure IP address used for AFS callbacks
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs setcbaddr> S<<< [B<-host> <I<address>>] >>>
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 B<fs setcbaddr> changes the IP address used by the client for callbacks.
18
19 =head1 OPTIONS
20
21 =over 4
22
23 =item B<-host> <I<address>>]
24
25 The new callback address.
26
27 =back
28
29 =head1 OUTPUT
30
31 This command produces no output other than error messages.
32
33 =head1 EXAMPLES
34
35    % fs setcbaddr 10.2.4.23
36
37 =head1 PRIVILEGE REQUIRED
38
39 The issuer must be the local superuser.
40
41 =head1 SEE ALSO
42
43 L<fs(1)>
44
45 =head1 COPYRIGHT
46
47 Copyright 2008. This documentation is covered by the BSD License as
48 written in the doc/LICENSE file. This man page was written by Mike
49 Robinson (L<mike@endpoint.com>) for OpenAFS.