X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F03.rst;fp=chapters%2F03.rst;h=0291af10722638641a1f7b4d7ecc595eb4612332;hp=061810b2f8cecf0df3f4c7d9382e70dcd10d2a9a;hb=2a223f38ada318aa468e46210b7f92941816100e;hpb=f0b3c1de40eb2b2f228e43e99bf0535b1c2ea5da diff --git a/chapters/03.rst b/chapters/03.rst index 061810b..0291af1 100644 --- a/chapters/03.rst +++ b/chapters/03.rst @@ -172,11 +172,11 @@ looking at the source file. .. note:: - Actually, the ``-S`` is redundant, since Strict mode is already on by - default. We include it here as a reminder that (a) to turn Strict - mode *off*, you change this setting to ``-~S``, and (b) alphabetic - case matters here: ``-s`` causes a display of compiler statistics (and - ``-~s`` does nothing at all). + Actually, the :option:`-S` is redundant, since Strict mode is already + on by default. We include it here as a reminder that (a) to turn + Strict mode *off*, you change this setting to :option:`-~S`, and (b) + alphabetic case matters here: :option:`-s` causes a display of + compiler statistics (and :option:`-~s` does nothing at all). * Otherwise, when the compiler comes across an exclamation mark, it ignores the rest of the line. If the ``!`` is at the start of a line, the whole