Fix unterminated B<> sequence in bos addhost man page
[openafs.git] / doc / man-pages / pod1 / pts_listmax.pod.in
1 =head1 NAME
2
3 pts_listmax - Displays the max user id and max group id counters
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<pts listmax> S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] 
11     [B<-force>] [B<-help>]
12
13 B<pts listm> S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-f>] [B<-h>]
14
15 =for html
16 </div>
17
18 =head1 DESCRIPTION
19
20 The B<pts listmax> command displays the values of the C<max user id> and
21 C<max group id> counters, which the Protection Server uses to track the
22 AFS user IDs (AFS UIDs) it allocates to new users or machines, and the AFS
23 group IDs (AFS GIDs) it allocates to new groups, respectively. When an
24 administrator next issues the B<pts createuser> command and does not
25 include the B<-id> argument, the new user or machine receives an AFS UID
26 one greater than the C<max user id> counter, and when a user issues the
27 B<pts creategroup> command and does not include the B<-id> argument, the
28 new group receives an AFS UID one less (more negative) than the C<max
29 group id> counter.
30
31 To reset one or both counters, members of the system:administrators group
32 can issue the B<pts setmax> command.
33
34 =head1 OPTIONS
35
36 =over 4
37
38 =include fragments/pts-common.pod
39
40 =back
41
42 =head1 OUTPUT
43
44 The command displays the counters in the following format:
45
46    Max user id is <user_counter> and max group id is <group_counter>.
47
48 =head1 EXAMPLES
49
50 The following example displays the output of this command:
51
52    % pts listmax
53    Max user name is 1271 and max group id is -382.
54
55 =head1 PRIVILEGE REQUIRED
56
57 None
58
59 =head1 SEE ALSO
60
61 L<pts(1)>,
62 L<pts_setmax(1)>
63
64 =head1 COPYRIGHT
65
66 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
67
68 This documentation is covered by the IBM Public License Version 1.0.  It was
69 converted from HTML to POD by software written by Chas Williams and Russ
70 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.