X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=chapters%2F02.rst;h=d95eee6a714e4f43eed483e577bb82c8b65e5d83;hb=2a223f38ada318aa468e46210b7f92941816100e;hp=ee0b5b20081f17e5f5b2c4a657e4c45a88589813;hpb=f0b3c1de40eb2b2f228e43e99bf0535b1c2ea5da;p=ibg.git diff --git a/chapters/02.rst b/chapters/02.rst index ee0b5b2..d95eee6 100644 --- a/chapters/02.rst +++ b/chapters/02.rst @@ -316,8 +316,8 @@ doing. There are four parts to the first line: .. note:: On the command line, you sometimes also see a compiler :term:`switch` - such as ``-S``, used for controlling detailed aspects of how the - compiler operates. Rather than do that here, we find it more + such as :option:`-S`, used for controlling detailed aspects of how + the compiler operates. Rather than do that here, we find it more convenient to place any necessary switches at the very top of the source file, as we'll explain in the next chapter. @@ -605,8 +605,8 @@ There are three parts to the second line: .. note:: On the command line, you sometimes also see a compiler :term:`switch` - such as ``-S``, used for controlling detailed aspects of how the - compiler operates. Rather than do that here, we find it more + such as :option:`-S`, used for controlling detailed aspects of how + the compiler operates. Rather than do that here, we find it more convenient to place any necessary switches at the very top of the source file, as we'll explain in the next chapter.