Skip to content

Commit 9229ec7

Browse files
committed
docs: options in bold
1 parent f14d729 commit 9229ec7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/news/2024/unit-1.33.0-released.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ to true.
5050
Changes in behavior and other updates
5151
*************************************
5252

53-
* On Linux, we now default to a **listen(2)** backlog of `-1`, which means we
54-
use the OS's default: `4096` for Linux 5.4 and later; `128` for older versions.
53+
* On Linux, we now default to a **listen(2)** backlog of **-1**, which means we
54+
use the OS's default: **4096** for Linux 5.4 and later; **128** for older versions.
5555

5656
The previous default for Unit was 511.
5757

@@ -79,7 +79,7 @@ you now get a simplified line like:
7979
CC build/src/nxt_cgroup.o
8080
8181
82-
You can use the `V=1` option to get the old verbose output, for example:
82+
You can use the **V=1** option to get the old verbose output, for example:
8383

8484
.. code-block:: console
8585
@@ -90,7 +90,7 @@ Make variables
9090
==============
9191

9292
You can now control some aspects of the build process by passing variables to
93-
`make` (like the above). The currently supported variables are:
93+
**make** (like the above). The currently supported variables are:
9494

9595
.. list-table::
9696
:widths: 15 80 5

0 commit comments

Comments
 (0)