From bde5df20d6ad2146f85d434e712f840a11fef12a Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 14 Dec 2018 10:14:07 -0500 Subject: [PATCH] doc: fix node.1 --http-parser sort order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For consistency with the API docs, switch the order of --http-parser and --force-fips in node.1. PR-URL: https://github.com/nodejs/node/pull/25045 Reviewed-By: Michaƫl Zasso Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/node.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/node.1 b/doc/node.1 index 7695c2011e309e..47d06233baa516 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -97,18 +97,18 @@ Enable experimental ES module support in VM module. .It Fl -experimental-worker Enable experimental worker threads using worker_threads module. . -.It Fl -http-parser Ns = Ns Ar library -Chooses an HTTP parser library. Available values are -.Sy llhttp -or -.Sy legacy . -. .It Fl -force-fips Force FIPS-compliant crypto on startup (Cannot be disabled from script code). Same requirements as .Fl -enable-fips . . +.It Fl -http-parser Ns = Ns Ar library +Chooses an HTTP parser library. Available values are +.Sy llhttp +or +.Sy legacy . +. .It Fl -icu-data-dir Ns = Ns Ar file Specify ICU data load path. Overrides