Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-20 23:07:01 +0300
committerRich Trott <rtrott@gmail.com>2019-06-23 17:10:01 +0300
commit287ed4c32d4db8fdcf9d79b1c4f4af2ea8fd07a3 (patch)
tree70bed74bd979caed13f27b140ddf4f8a887e44ed /doc/api/cli.md
parentc9275cdb0b394ebe37d07e13720eda7ef8ca4b80 (diff)
doc: remove "note that" from cli.md
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 2 insertions, 2 deletions
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