From 287ed4c32d4db8fdcf9d79b1c4f4af2ea8fd07a3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 14:07:01 -0600 Subject: 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(-) (limited to 'doc/api/cli.md') diff --git a/doc/api/cli.md b/doc/api/cli.md index 52270d69c59..dc695baed91 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -482,7 +482,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. @@ -893,7 +893,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 -- cgit v1.2.3