summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-rebuild.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-rebuild.1')
-rw-r--r--deps/npm/man/man1/npm-rebuild.113
1 files changed, 5 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-rebuild.1 b/deps/npm/man/man1/npm-rebuild.1
index e0b0975d17..49674eca38 100644
--- a/deps/npm/man/man1/npm-rebuild.1
+++ b/deps/npm/man/man1/npm-rebuild.1
@@ -1,7 +1,6 @@
-.TH "NPM\-REBUILDD" "" "November 2019" "" ""
+.TH "NPM\-REBUILD" "1" "November 2019" "" ""
.SH "NAME"
-\fBnpm-rebuildd\fR
-.SH Rebuild a package
+\fBnpm-rebuild\fR \- Rebuild a package
.SS Synopsis
.P
.RS 2
@@ -13,14 +12,12 @@ alias: npm rb
.RE
.SS Description
.P
-This command runs the \fBnpm build\fP command on the matched folders\. This is useful
-when you install a new version of node, and must recompile all your C++ addons with
-the new binary\.
+This command runs the \fBnpm build\fP command on the matched folders\. This is useful when you install a new version of node, and must recompile all your C++ addons with the new binary\.
.SS See Also
.RS 0
.IP \(bu 2
-npm help npm\-build
+npm help build
.IP \(bu 2
-npm help npm\-install
+npm help install
.RE