Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bde5df2

Browse filesBrowse files
cjihrigBethGriggs
authored andcommitted
doc: fix node.1 --http-parser sort order
For consistency with the API docs, switch the order of --http-parser and --force-fips in node.1. PR-URL: #25045 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 5931747 commit bde5df2
Copy full SHA for bde5df2

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@ Enable experimental ES module support in VM module.
9797
.It Fl -experimental-worker
9898
Enable experimental worker threads using worker_threads module.
9999
.
100-
.It Fl -http-parser Ns = Ns Ar library
101-
Chooses an HTTP parser library. Available values are
102-
.Sy llhttp
103-
or
104-
.Sy legacy .
105-
.
106100
.It Fl -force-fips
107101
Force FIPS-compliant crypto on startup
108102
(Cannot be disabled from script code).
109103
Same requirements as
110104
.Fl -enable-fips .
111105
.
106+
.It Fl -http-parser Ns = Ns Ar library
107+
Chooses an HTTP parser library. Available values are
108+
.Sy llhttp
109+
or
110+
.Sy legacy .
111+
.
112112
.It Fl -icu-data-dir Ns = Ns Ar file
113113
Specify ICU data load path.
114114
Overrides

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.