From 1974b55b1cd6dacbf7374e926c6dd94d61687505 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Sun, 3 Nov 2013 19:02:50 -0600 Subject: [PATCH] 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 Tested-by: Derrick Brashear --- doc/man-pages/pod8/ptserver.pod | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/doc/man-pages/pod8/ptserver.pod b/doc/man-pages/pod8/ptserver.pod index b9a2ac31af..f926bae147 100644 --- a/doc/man-pages/pod8/ptserver.pod +++ b/doc/man-pages/pod8/ptserver.pod @@ -8,18 +8,19 @@ ptserver - Initializes the Protection Server
ptserver S<<< [B<-database> | B<-db> >] >>> -S<<< [B<-p> >] >>> S<<< [B<-d> >] >>> -S<<< [B<-groupdepth> >] >>> -S<<< [B<-default_access> > >] >>> -[B<-restricted>] [B<-enable_peer_stats>] -[B<-enable_process_stats>] [B<-allow-dotted-principals>] -[B<-rxbind>] S<<< [B<-auditlog> >] >>> -S<<< [B<-audit-interface> (file | sysvmq)] >>> -S<<< [B<-syslog>[=>]] >>> -S<<< [B<-logfile >] >>> -S<<< [B<-config >] >>> -S<<< [B<-rxmaxmtu> >] >>> -[B<-help>] + S<<< [B<-p> >] >>> + S<<< [B<-d> >] >>> + S<<< [B<-groupdepth> | B<-depth> >] >>> + S<<< [B<-default_access> > >] >>> + [B<-restricted>] [B<-enable_peer_stats>] + [B<-enable_process_stats>] [B<-allow-dotted-principals>] + [B<-rxbind>] S<<< [B<-auditlog> >] >>> + S<<< [B<-audit-interface> (file | sysvmq)] >>> + S<<< [B<-syslog>[=>]] >>> + S<<< [B<-logfile >] >>> + S<<< [B<-config >] >>> + S<<< [B<-rxmaxmtu> >] >>> + [B<-help>] =for html
@@ -80,7 +81,7 @@ F file. Provide one of the following values, each of which produces an increasingly detailed trace: C<0>, C<1>, C<5>, C<25>, and C<125>. -=item B<-database> >, B<-db> > +=item B<-database> | B<-db> > Specifies the pathname of an alternate directory in which the Protection 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 value is C<3>. -=item B<-groupdepth> >, B<-depth> > +=item B<-groupdepth> | B<-depth> > Specifies the group depth for nested groups when B is compiled 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> > >