doc: replace hostnames with IETF example hostnames
[openafs.git] / doc / man-pages / pod1 / fs_wscell.pod
1 =head1 NAME
2
3 fs_wscell - Returns the name of the cell to which a machine belongs
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<fs wscell> [B<-help>]
11
12 B<fs ws> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<fs wscell> command returns the name of the local machine's home
20 cell.
21
22 =head1 OPTIONS
23
24 =over 4
25
26 =item B<-help>
27
28 Prints the online help for this command. All other valid options are
29 ignored.
30
31 =back
32
33 =head1 OUTPUT
34
35 The output displays the contents of the local F</usr/vice/etc/ThisCell>
36 file, in the format
37
38    This workstation belongs to cell '<cellname>'
39
40 =head1 EXAMPLES
41
42 The following example results when the fs wscell is issued on a machine in
43 the Example Organization cell:
44
45    % fs wscell
46    This workstation belongs to cell 'example.org'
47
48 =head1 PRIVILEGE REQUIRED
49
50 None
51
52 =head1 SEE ALSO
53
54 L<fs_whereis(1)>,
55 L<fs_whichcell(1)>
56
57 =head1 COPYRIGHT
58
59 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
60
61 This documentation is covered by the IBM Public License Version 1.0.  It was
62 converted from HTML to POD by software written by Chas Williams and Russ
63 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.