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:
parent
112da861ca
commit
fd671cec3d
16 changed files with 179 additions and 179 deletions
|
|
@ -57,27 +57,27 @@ maintenanceMode --help
|
|||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This utility script will set or unset WebGUI's C<specialState>
|
||||
This utility script will set or unset WebGUI's B<specialState>
|
||||
setting to signal the beginning or end of Maintenance Mode.
|
||||
|
||||
=over
|
||||
|
||||
=item C<--configFile config.conf>
|
||||
=item B<--configFile config.conf>
|
||||
|
||||
The WebGUI config file to use. Only the file name needs to be specified,
|
||||
since it will be looked up inside WebGUI's configuration directory.
|
||||
This parameter is required.
|
||||
|
||||
=item C<--start>
|
||||
=item B<--start>
|
||||
|
||||
Set C<specialState> to signal the beginning of maintenance mode.
|
||||
Set B<specialState> to signal the beginning of maintenance mode.
|
||||
This is the default behaviour.
|
||||
|
||||
=item C<--stop>
|
||||
=item B<--stop>
|
||||
|
||||
Unset C<specialState> to signal the end of maintenance mode.
|
||||
Unset B<specialState> to signal the end of maintenance mode.
|
||||
|
||||
=item C<--help>
|
||||
=item B<--help>
|
||||
|
||||
Shows this documentation, then exits.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue