This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ to true.
5050Changes 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
9292You 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
You can’t perform that action at this time.
0 commit comments