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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKenan Yildirim <kenan@kenany.me>2015-11-16 20:16:27 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-11-25 22:55:04 +0300
commit0a25e2956e9ddd4065d6bd929559321afc512fde (patch)
treebcf0784aebcea7fdceddd1585f7aa595d6e62ba7 /doc
parent19b94e1e6781fe2f98ada0a3f49a1bda25e3e32d (diff)
doc: remove refs to nonexistent `npm-rm(1)` manpage
The correct manpage is `npm-uninstall(1)`, **or** `doc/cli/npm-uninstall.md` should be renamed to `doc/cli/npm-rm.md`. Credit: @KenanY Reviewed-By: @othiym23 PR-URL: https://github.com/npm/npm/pull/10419
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-install.md2
-rw-r--r--doc/cli/npm-prune.md2
-rw-r--r--doc/cli/npm-uninstall.md2
-rw-r--r--doc/files/package.json.md2
-rw-r--r--doc/misc/removing-npm.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index bf2341e67..000ff3bd4 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -365,6 +365,6 @@ affects a real use-case, it will be investigated.
* npmrc(5)
* npm-registry(7)
* npm-tag(1)
-* npm-rm(1)
+* npm-uninstall(1)
* npm-shrinkwrap(1)
* package.json(5)
diff --git a/doc/cli/npm-prune.md b/doc/cli/npm-prune.md
index 908912211..c7f340ca7 100644
--- a/doc/cli/npm-prune.md
+++ b/doc/cli/npm-prune.md
@@ -21,6 +21,6 @@ negate `NODE_ENV` being set to `production`.
## SEE ALSO
-* npm-rm(1)
+* npm-uninstall(1)
* npm-folders(5)
* npm-ls(1)
diff --git a/doc/cli/npm-uninstall.md b/doc/cli/npm-uninstall.md
index 97d72d2c5..e870b23d5 100644
--- a/doc/cli/npm-uninstall.md
+++ b/doc/cli/npm-uninstall.md
@@ -1,4 +1,4 @@
-npm-rm(1) -- Remove a package
+npm-uninstall(1) -- Remove a package
=============================
## SYNOPSIS
diff --git a/doc/files/package.json.md b/doc/files/package.json.md
index d90794519..447eb5f77 100644
--- a/doc/files/package.json.md
+++ b/doc/files/package.json.md
@@ -726,4 +726,4 @@ npm will default some values based on package contents.
* npm-faq(7)
* npm-install(1)
* npm-publish(1)
-* npm-rm(1)
+* npm-uninstall(1)
diff --git a/doc/misc/removing-npm.md b/doc/misc/removing-npm.md
index bedd28a2f..84274522c 100644
--- a/doc/misc/removing-npm.md
+++ b/doc/misc/removing-npm.md
@@ -50,5 +50,5 @@ modules. To track those down, you can do the following:
## SEE ALSO
* README
-* npm-rm(1)
+* npm-uninstall(1)
* npm-prune(1)