Newer versions of pandoc (as, e.g., shipped with Ubuntu 13.04)
more agressively quote, in particular minus signs. That sometimes
leads to unintended line breaks, which are a problem, if the new
line starts with a dot.
Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
~~~~~~
| **cancel**
-| {[\--force] {\--pending | \--queued | \--waiting} | *job-id* ...}
+| {[\--force] {\--pending | \--queued | \--waiting} |
+| *job-id* ...}
Cancel the job(s) identified by the given *job id*. Only jobs that have
not yet started to run can be canceled; that is, jobs in either the
~~~~~~~~~~~~~~~
| **change-priority** \--priority {low | normal | high}
-| {[\--force] {\--pending | \--queued | \--waiting} | *job-id* ...}
+| {[\--force] {\--pending | \--queued | \--waiting} |
+| *job-id* ...}
Changes the priority of one or multiple pending jobs. Jobs currently
running have only the priority of remaining opcodes changed.