File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ to true.
50
50
Changes in behavior and other updates
51
51
*************************************
52
52
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.
55
55
56
56
The previous default for Unit was 511.
57
57
@@ -79,7 +79,7 @@ you now get a simplified line like:
79
79
CC build/src/nxt_cgroup.o
80
80
81
81
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:
83
83
84
84
.. code-block :: console
85
85
@@ -90,7 +90,7 @@ Make variables
90
90
==============
91
91
92
92
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:
94
94
95
95
.. list-table ::
96
96
:widths: 15 80 5
You can’t perform that action at this time.
0 commit comments