From 9925e7c74794834bad3c5fc22ff25eb0ab98e2e1 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Wed, 5 Nov 2014 14:31:06 +0000 Subject: Bug 1054742 - fix formatting of POD in Bugzilla.pm. r=gerv. --- Bugzilla.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Bugzilla.pm') diff --git a/Bugzilla.pm b/Bugzilla.pm index 048e72d48..46d6182cd 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -760,7 +760,7 @@ If you ever need a L object while you're already processing a template, use this. Also use it if you want to specify the language to use. If no argument is passed, it uses the last language set. If the argument is "" (empty string), the language is -reset to the current one (the one used by Bugzilla->template). +reset to the current one (the one used by Ctemplate>). =item C @@ -878,8 +878,8 @@ specify this argument, all fields will be returned. =item C -Call either Cerror_mode(Bugzilla::Constants::ERROR_MODE_DIE)> -or Cerror_mode(Bugzilla::Constants::ERROR_MODE_DIE_SOAP_FAULT)> to +Call either Cerror_mode(Bugzilla::Constants::ERROR_MODE_DIE)> +or Cerror_mode(Bugzilla::Constants::ERROR_MODE_DIE_SOAP_FAULT)> to change this flag's default of C and to indicate that errors should be passed to error mode specific error handlers rather than being sent to a browser and finished with an exit(). @@ -888,24 +888,24 @@ This is useful, for example, to keep C blocks from producing wild HTML on errors, making it easier for you to catch them. (Remember to reset the error mode to its previous value afterwards, though.) -Cerror_mode> will return the current state of this flag. +Cerror_mode> will return the current state of this flag. -Note that Cerror_mode> is being called by Cusage_mode> on +Note that Cerror_mode> is being called by Cusage_mode> on usage mode changes. =item C -Call either Cusage_mode(Bugzilla::Constants::USAGE_MODE_CMDLINE)> -or Cusage_mode(Bugzilla::Constants::USAGE_MODE_XMLRPC)> near the +Call either Cusage_mode(Bugzilla::Constants::USAGE_MODE_CMDLINE)> +or Cusage_mode(Bugzilla::Constants::USAGE_MODE_XMLRPC)> near the beginning of your script to change this flag's default of C and to indicate that Bugzilla is being called in a non-interactive manner. This influences error handling because on usage mode changes, C -calls Cerror_mode> to set an error mode which makes sense for the +calls Cerror_mode> to set an error mode which makes sense for the usage mode. -Cusage_mode> will return the current state of this flag. +Cusage_mode> will return the current state of this flag. =item C -- cgit v1.2.3-24-g4f1b