summaryrefslogtreecommitdiff
path: root/doc/rst/legacy/reference
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/legacy/reference')
-rw-r--r--doc/rst/legacy/reference/building_and_installing_nss/build_instructions/index.rst10
-rw-r--r--doc/rst/legacy/reference/fc_initialize/index.rst6
-rw-r--r--doc/rst/legacy/reference/troubleshoot/index.rst2
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/rst/legacy/reference/building_and_installing_nss/build_instructions/index.rst b/doc/rst/legacy/reference/building_and_installing_nss/build_instructions/index.rst
index eb9c7c749..30f38e78e 100644
--- a/doc/rst/legacy/reference/building_and_installing_nss/build_instructions/index.rst
+++ b/doc/rst/legacy/reference/building_and_installing_nss/build_instructions/index.rst
@@ -56,14 +56,14 @@ Build instructions
For RHEL-5, you need to use the new assembler. You can install the new assembler as root as
follows:
- .. code:: notranslate
+ .. code::
yum install binutils220
You can then use the new assembler by adding /usr/libexec/binutils220 to the beginning of your
build path. This can be done in sh or bash as follows:
- .. code:: notranslate
+ .. code::
export PATH=/usr/libexec/binutils220:$PATH
@@ -79,7 +79,7 @@ Build instructions
#. Clone the NSPR and NSS repositories.
- .. code:: notranslate
+ .. code::
hg clone https://hg.mozilla.org/projects/nspr
hg clone https://hg.mozilla.org/projects/nss
@@ -87,7 +87,7 @@ Build instructions
#. If you want to build a releases other than the tips of these repositories, then switch to the
release tags:
- .. code:: notranslate
+ .. code::
cd nspr
hg update NSPR_4_9_5_RTM
@@ -135,7 +135,7 @@ Build instructions
#. Check out NSPR and NSS:
- .. code:: notranslate
+ .. code::
cvs co -r NSPR_4_9_5_RTM NSPR
cvs co -r NSS_3_14_2_RTM NSS
diff --git a/doc/rst/legacy/reference/fc_initialize/index.rst b/doc/rst/legacy/reference/fc_initialize/index.rst
index 2e6b429ab..a7ce8678b 100644
--- a/doc/rst/legacy/reference/fc_initialize/index.rst
+++ b/doc/rst/legacy/reference/fc_initialize/index.rst
@@ -52,7 +52,7 @@ FC_Initialize
The library parameters string has this format:
- .. code:: notranslate
+ .. code::
"configdir='dir' certPrefix='prefix1' keyPrefix='prefix2' secmod='file' flags= "
@@ -60,14 +60,14 @@ FC_Initialize
``NSS_NoDB_Init("")``, which initializes NSS with no databases:
- .. code:: notranslate
+ .. code::
"configdir='' certPrefix='' keyPrefix='' secmod='' flags=readOnly,noCertDB,noMod
DB,forceOpen,optimizeSpace "
Mozilla Firefox initializes NSS with this string (on Windows):
- .. code:: notranslate
+ .. code::
"configdir='C:\\Documents and Settings\\wtc\\Application Data\\Mozilla\\Firefox\\Profiles\\default.7tt' certPrefix='' keyPrefix='' secmod='secmod.db' flags=optimizeSpace manufacturerID='Mozilla.org' libraryDescription='PSM Internal Crypto Services' cryptoTokenDescription='Generic Crypto Services' dbTokenDescription='Software Security Device' cryptoSlotDescription='PSM Internal Cryptographic Services' dbSlotDescription='PSM Private Keys' FIPSSlotDescription='PSM Internal FIPS-140-1 Cryptographic Services' FIPSTokenDescription='PSM FIPS-140-1 User Private Key Services' minPS=0"
diff --git a/doc/rst/legacy/reference/troubleshoot/index.rst b/doc/rst/legacy/reference/troubleshoot/index.rst
index dd74071ed..3a38049a8 100644
--- a/doc/rst/legacy/reference/troubleshoot/index.rst
+++ b/doc/rst/legacy/reference/troubleshoot/index.rst
@@ -37,7 +37,7 @@ troubleshoot
- Building a 32-bit version on a 64-bit may fail with:
- .. code:: notranslate
+ .. code::
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory