From: Andrew Deason Date: Sun, 3 Nov 2013 23:58:02 +0000 (-0600) Subject: doc: Fix udebug -port bullet list X-Git-Tag: upstream/1.8.0_pre1^2~943 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=54cecedb429a02b108e18ba92304c659728153f5;p=packages%2Fo%2Fopenafs.git doc: Fix udebug -port bullet list The formatting gets screwed up if we have multiple =item tags together like this. To just have each one be a bullet point, just have a bare =item before each one, without a "tag" or "key" for the =item. Change-Id: I5cb7a98bd16f5999d529a42a0f822835f6d2f66e Reviewed-on: http://gerrit.openafs.org/10388 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/doc/man-pages/pod1/udebug.pod b/doc/man-pages/pod1/udebug.pod index 57f89ee27..2640110d0 100644 --- a/doc/man-pages/pod1/udebug.pod +++ b/doc/man-pages/pod1/udebug.pod @@ -43,17 +43,25 @@ issued. Identifies the database server process for which to display status information, either by its process name or port number. Provide one of the -following values. +following values: =over 4 -=item B or 7021 for the Backup Server +=item -=item B or 7004 for the Authentication Server +B or 7021 for the Backup Server -=item B or 7002 for the Protection Server +=item -=item B or 7003 for the Volume Location Server +B or 7004 for the Authentication Server + +=item + +B or 7002 for the Protection Server + +=item + +B or 7003 for the Volume Location Server =back