From 658c7587ff43b08134e839eda00f914327fda29e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 14:07:01 -0600 Subject: [PATCH] doc: remove "note that" from cli.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 6d39563c427f31..685f2198d57aa0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -493,7 +493,7 @@ This flag exists so that the main module can be opted-in to the same behavior that `--preserve-symlinks` gives to all other imports; they are separate flags, however, for backward compatibility with older Node.js versions. -Note that `--preserve-symlinks-main` does not imply `--preserve-symlinks`; it +`--preserve-symlinks-main` does not imply `--preserve-symlinks`; it is expected that `--preserve-symlinks-main` will be used in addition to `--preserve-symlinks` when it is not desirable to follow symlinks before resolving relative paths. @@ -904,7 +904,7 @@ certificates in PEM format. A message will be emitted (once) with [`process.emitWarning()`][emit_warning] if the file is missing or malformed, but any errors are otherwise ignored. -Note that neither the well known nor extra certificates are used when the `ca` +Neither the well known nor extra certificates are used when the `ca` options property is explicitly specified for a TLS or HTTPS client or server. This environment variable is ignored when `node` runs as setuid root or