Bug 1866741 - remove the duplicate Note: info in the note section

Differential Revision: https://phabricator.services.mozilla.com/D194731
This commit is contained in:
Sylvestre Ledru 2023-11-27 16:59:50 +00:00
parent a2447809e0
commit 42aa013e7f
8 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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 <https://bugzilla.mozilla.org/show_bug.cgi?id=433295>`__).
Thus they cannot be used in JavaScript, you have to use the octal
constants (see `File I/O Snippets </en/Code_snippets:File_I/O>`__).

View File

@ -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

View File

@ -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
::