Signal Handling
---------------
-The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak``
+The :option:`-c/--catch <unittest -c>` command-line option to unittest,
+along with the ``catchbreak``
parameter to :func:`unittest.main()`, provide more friendly handling of
control-C during a test run. With catch break behavior enabled control-C will
allow the currently running test to complete, and the test run will then end