Browse Source

doc: fix linewrap in node.1

PR-URL: https://github.com/nodejs/node/pull/6532
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
process-exit-stdio-flushing
Jeremiah Senkpiel 9 years ago
parent
commit
4b107d049d
  1. 9
      doc/node.1

9
doc/node.1

@ -122,15 +122,18 @@ max then the largest value will be chosen.
.TP .TP
.BR \-\-tls\-cipher\-list =\fIlist\fR .BR \-\-tls\-cipher\-list =\fIlist\fR
Specify an alternative default TLS cipher list. (Requires Node.js to be built with crypto support. (Default)) Specify an alternative default TLS cipher list. (Requires Node.js to be built
with crypto support. (Default))
.TP .TP
.BR \-\-enable\-fips .BR \-\-enable\-fips
Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with \fB./configure \-\-openssl\-fips\fR) Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
\fB./configure \-\-openssl\-fips\fR)
.TP .TP
.BR \-\-force\-fips .BR \-\-force\-fips
Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.) (Same requirements as \fB\-\-enable\-fips\fR) Force FIPS-compliant crypto on startup. (Cannot be disabled from script code.)
(Same requirements as \fB\-\-enable\-fips\fR)
.TP .TP
.BR \-\-icu\-data\-dir =\fIfile\fR .BR \-\-icu\-data\-dir =\fIfile\fR

Loading…
Cancel
Save