doc: ptserver manpage fixes

- Indent synopsis formatting

 - Document the -db and -depth aliases by putting them next
   to -database and -groupdeth (respectively) separated by a pipe "|"

Change-Id: Ic40fa0001feee293afe6c22ade7b85dc46fde938
Reviewed-on: http://gerrit.openafs.org/10399
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
Andrew Deason 2013-11-03 19:02:50 -06:00 committed by Derrick Brashear
parent f5340b748b
commit 1974b55b1c

View File

@ -8,18 +8,19 @@ ptserver - Initializes the Protection Server
<div class="synopsis"> <div class="synopsis">
ptserver S<<< [B<-database> | B<-db> <I<db path>>] >>> ptserver S<<< [B<-database> | B<-db> <I<db path>>] >>>
S<<< [B<-p> <I<number of threads>>] >>> S<<< [B<-d> <I<debug level>>] >>> S<<< [B<-p> <I<number of threads>>] >>>
S<<< [B<-groupdepth> <I<# of nested groups>>] >>> S<<< [B<-d> <I<debug level>>] >>>
S<<< [B<-default_access> <I<user access mask>> <I<group access mask>>] >>> S<<< [B<-groupdepth> | B<-depth> <I<# of nested groups>>] >>>
[B<-restricted>] [B<-enable_peer_stats>] S<<< [B<-default_access> <I<user access mask>> <I<group access mask>>] >>>
[B<-enable_process_stats>] [B<-allow-dotted-principals>] [B<-restricted>] [B<-enable_peer_stats>]
[B<-rxbind>] S<<< [B<-auditlog> <I<file path>>] >>> [B<-enable_process_stats>] [B<-allow-dotted-principals>]
S<<< [B<-audit-interface> (file | sysvmq)] >>> [B<-rxbind>] S<<< [B<-auditlog> <I<file path>>] >>>
S<<< [B<-syslog>[=<I<FACILITY>>]] >>> S<<< [B<-audit-interface> (file | sysvmq)] >>>
S<<< [B<-logfile <I<log file>>] >>> S<<< [B<-syslog>[=<I<FACILITY>>]] >>>
S<<< [B<-config <I<configuration path>>] >>> S<<< [B<-logfile <I<log file>>] >>>
S<<< [B<-rxmaxmtu> <I<bytes>>] >>> S<<< [B<-config <I<configuration path>>] >>>
[B<-help>] S<<< [B<-rxmaxmtu> <I<bytes>>] >>>
[B<-help>]
=for html =for html
</div> </div>
@ -80,7 +81,7 @@ F</usr/afs/logs/PtLog> file. Provide one of the following values, each
of which produces an increasingly detailed trace: C<0>, C<1>, C<5>, C<25>, of which produces an increasingly detailed trace: C<0>, C<1>, C<5>, C<25>,
and C<125>. and C<125>.
=item B<-database> <I<db path>>, B<-db> <I<db path>> =item B<-database> | B<-db> <I<db path>>
Specifies the pathname of an alternate directory in which the Protection Specifies the pathname of an alternate directory in which the Protection
Database files reside. Provide the complete pathname, ending in the base Database files reside. Provide the complete pathname, ending in the base
@ -94,11 +95,11 @@ Sets the number of server lightweight processes (LWPs or pthreads) to run.
Provide a positive integer from the range C<3> to C<64>. The default Provide a positive integer from the range C<3> to C<64>. The default
value is C<3>. value is C<3>.
=item B<-groupdepth> <I<# of nested groups>>, B<-depth> <I<# of nested groups>> =item B<-groupdepth> | B<-depth> <I<# of nested groups>>
Specifies the group depth for nested groups when B<ptserver> is compiled Specifies the group depth for nested groups when B<ptserver> is compiled
with the SUPERGROUPS option enabled. The default depth for nested groups with the SUPERGROUPS option enabled. The default depth for nested groups
is 5. This option may be shortened to B<-depth>. is 5.
=item B<-default_access> <I<user access>> <I<group access>> =item B<-default_access> <I<user access>> <I<group access>>