diff --git a/docs/nspr/reference/introduction_to_nspr.rst b/docs/nspr/reference/introduction_to_nspr.rst index f1187d4ebe9e..72460157a738 100644 --- a/docs/nspr/reference/introduction_to_nspr.rst +++ b/docs/nspr/reference/introduction_to_nspr.rst @@ -239,7 +239,7 @@ be monitored to ensure that neither ``v1`` nor ``v2`` are in flux. .. note:: - **Note**: Evaluation of the invariant expression is a conceptual + Evaluation of the invariant expression is a conceptual requirement and is rarely done in practice. It is valuable to formally define the expression during design, write it down, and adhere to it. It is also useful to implement the expression during diff --git a/docs/nspr/reference/pr_attachthread.rst b/docs/nspr/reference/pr_attachthread.rst index 78edfc19b0a6..a6287999c97c 100644 --- a/docs/nspr/reference/pr_attachthread.rst +++ b/docs/nspr/reference/pr_attachthread.rst @@ -65,7 +65,7 @@ the primordial thread. .. note:: - **Note**: As of NSPR release v3.0, :ref:`PR_AttachThread` and + As of NSPR release v3.0, :ref:`PR_AttachThread` and :ref:`PR_DetachThread` are obsolete. A native thread not created by NSPR is automatically attached the first time it calls an NSPR function, and automatically detached when it exits. diff --git a/docs/nspr/reference/pr_centermonitor.rst b/docs/nspr/reference/pr_centermonitor.rst index 8c135f844e27..14d8b482ad8b 100644 --- a/docs/nspr/reference/pr_centermonitor.rst +++ b/docs/nspr/reference/pr_centermonitor.rst @@ -52,6 +52,6 @@ by another thread and waits for that thread to exit before continuing. .. note:: - **Note**: :ref:`PR_CEnterMonitor` and :ref:`PR_CExitMonitor` must be + :ref:`PR_CEnterMonitor` and :ref:`PR_CExitMonitor` must be paired--that is, there must be an exit for every entry--or the object will never become available for any other thread. diff --git a/docs/nspr/reference/pr_detachthread.rst b/docs/nspr/reference/pr_detachthread.rst index c140f60c3772..17c16f0f3b3b 100644 --- a/docs/nspr/reference/pr_detachthread.rst +++ b/docs/nspr/reference/pr_detachthread.rst @@ -46,7 +46,7 @@ This call is needed only if you attached the thread using .. note:: - **Note**: As of NSPR release v3.0, :ref:`PR_AttachThread` and + As of NSPR release v3.0, :ref:`PR_AttachThread` and :ref:`PR_DetachThread` are obsolete. A native thread not created by NSPR is automatically attached the first time it calls an NSPR function, and automatically detached when it exits. diff --git a/docs/nspr/reference/pr_getcurrentthread.rst b/docs/nspr/reference/pr_getcurrentthread.rst index b198ce1a6aea..b954deb16db1 100644 --- a/docs/nspr/reference/pr_getcurrentthread.rst +++ b/docs/nspr/reference/pr_getcurrentthread.rst @@ -28,5 +28,5 @@ The currently running thread may discover its own identity by calling .. note:: - **Note**: This is the only safe way to establish the identity of a + This is the only safe way to establish the identity of a thread. Creation and enumeration are both subject to race conditions. diff --git a/docs/nspr/reference/pr_open.rst b/docs/nspr/reference/pr_open.rst index 1dba4d6a56a0..805ca6fa83ab 100644 --- a/docs/nspr/reference/pr_open.rst +++ b/docs/nspr/reference/pr_open.rst @@ -34,7 +34,7 @@ The function has the following parameters: .. note:: - **NOTE**: The constants PR_RDWR and friends are not in any interface + The constants PR_RDWR and friends are not in any interface (`bug 433295 `__). Thus they cannot be used in JavaScript, you have to use the octal constants (see `File I/O Snippets `__). diff --git a/docs/setup/configuring_build_options.rst b/docs/setup/configuring_build_options.rst index bffd9d377fbb..0afded76cdc0 100644 --- a/docs/setup/configuring_build_options.rst +++ b/docs/setup/configuring_build_options.rst @@ -131,7 +131,7 @@ Parallel compilation .. note:: - **Note**: The build system automatically makes an intelligent guess + The build system automatically makes an intelligent guess for how many CPU cores to use when building. The option below is typically not needed. @@ -163,7 +163,7 @@ Browser (Firefox) .. note:: - **Note**: This is the default + This is the default Mail (Thunderbird) .. code:: @@ -238,7 +238,7 @@ Optimization .. note:: - **Note**: This is enabled by default + This is enabled by default ``ac_add_options --enable-optimize=-O2`` Chooses particular compiler optimization options. In most cases, this diff --git a/js/src/doc/build.rst b/js/src/doc/build.rst index 4d35343e610d..dd58f7bde427 100644 --- a/js/src/doc/build.rst +++ b/js/src/doc/build.rst @@ -71,7 +71,7 @@ to do your build: .. note:: - **Note**: If you are on Mac and baldrdash fails to compile with something similar to + If you are on Mac and baldrdash fails to compile with something similar to ::