doc: Fix udebug -port bullet list
authorAndrew Deason <adeason@sinenomine.net>
Sun, 3 Nov 2013 23:58:02 +0000 (17:58 -0600)
committerDerrick Brashear <shadow@your-file-system.com>
Mon, 4 Nov 2013 04:36:42 +0000 (20:36 -0800)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

doc/man-pages/pod1/udebug.pod

index 57f89ee..2640110 100644 (file)
@@ -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<buserver> or 7021 for the Backup Server
+=item
 
-=item B<kaserver> or 7004 for the Authentication Server
+B<buserver> or 7021 for the Backup Server
 
-=item B<ptserver> or 7002 for the Protection Server
+=item
 
-=item B<vlserver> or 7003 for the Volume Location Server
+B<kaserver> or 7004 for the Authentication Server
+
+=item
+
+B<ptserver> or 7002 for the Protection Server
+
+=item
+
+B<vlserver> or 7003 for the Volume Location Server
 
 =back