diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-14 01:15:52 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-01-14 01:15:52 +0000 |
commit | 5d6f3dd75c55ec8b25dbe4e3c933b86b4201c9d0 (patch) | |
tree | 80def9fec7c7743be03ff7213e90d4e6d26162be | |
parent | 704e800fcb3889343c57f64ba03e88116bb914be (diff) |
ninja: don't use <command> just for emphasis
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/ninja.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter08/ninja.xml b/chapter08/ninja.xml index 20613c542..90f0fc9ce 100644 --- a/chapter08/ninja.xml +++ b/chapter08/ninja.xml @@ -58,11 +58,7 @@ <para>Using the <emphasis>optional</emphasis> procedure below allows a user to limit the number of parallel processes via an environment variable, - NINJAJOBS. <command>For example</command>, setting: - - <!--Using <command> here to make the output bold. We really don't want - users setting this now and experience shows that many users blindly - copy/paste anything in a box. --> + NINJAJOBS. <emphasis role="bold">For example</emphasis>, setting: <screen>export NINJAJOBS=4</screen> |