Used B<> instead of C<> when highlighting options and parameters in

POD documentation. Not only do they look nicer emboldened, but it's
also what's suggested in perlpod.
This commit is contained in:
Ernesto Hernández-Novich 2008-06-09 14:54:08 +00:00
parent 112da861ca
commit fd671cec3d
16 changed files with 179 additions and 179 deletions

View file

@ -143,22 +143,22 @@ for image transformations.
=over
=item C<--path path>
=item B<--path path>
Specifies the absolute C<path> to WebGUI's uploads directory.
Specifies the absolute B<path> to WebGUI's uploads directory.
This parameter is required.
=item C<--size thumbSize>
=item B<--size thumbSize>
Specify the size in pixels of the largest dimension of the thumbanils.
If left unspecified, it defaults to 50 pixels.
=item C<--missing>
=item B<--missing>
Use this option to create thumbnails only for those images that are
missing thumbnails.
=item C<--help>
=item B<--help>
Shows this documentation, then exits.