Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: remove refs to nonexistent npm-rm(1) manpage
Browse files Browse the repository at this point in the history
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: #10419
  • Loading branch information
kenany authored and othiym23 committed Nov 25, 2015
1 parent 19b94e1 commit 0a25e29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/cli/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion doc/cli/npm-prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion doc/cli/npm-uninstall.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npm-rm(1) -- Remove a package
npm-uninstall(1) -- Remove a package
=============================

## SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion doc/misc/removing-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0a25e29

Please sign in to comment.