Skip to content

Commit 38f5603

Browse files
Fishrock123evanlucas
authored andcommitted
doc: fix linewrap in node.1
PR-URL: #6532 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 5b47acc commit 38f5603

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/node.1

+6-3
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,18 @@ max then the largest value will be chosen.
122122

123123
.TP
124124
.BR \-\-tls\-cipher\-list =\fIlist\fR
125-
Specify an alternative default TLS cipher list. (Requires Node.js to be built with crypto support. (Default))
125+
Specify an alternative default TLS cipher list. (Requires Node.js to be built
126+
with crypto support. (Default))
126127

127128
.TP
128129
.BR \-\-enable\-fips
129-
Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with \fB./configure \-\-openssl\-fips\fR)
130+
Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
131+
\fB./configure \-\-openssl\-fips\fR)
130132

131133
.TP
132134
.BR \-\-force\-fips
133-
Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.) (Same requirements as \fB\-\-enable\-fips\fR)
135+
Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)
136+
(Same requirements as \fB\-\-enable\-fips\fR)
134137

135138
.TP
136139
.BR \-\-icu\-data\-dir =\fIfile\fR

0 commit comments

Comments
 (0)