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.116
1 files changed, 8 insertions, 8 deletions
diff --git a/deps/npm/man/man1/npm-rebuild.1 b/deps/npm/man/man1/npm-rebuild.1
index 2524e48ff7..e0b0975d17 100644
--- a/deps/npm/man/man1/npm-rebuild.1
+++ b/deps/npm/man/man1/npm-rebuild.1
@@ -1,7 +1,8 @@
-.TH "NPM\-REBUILD" "1" "October 2019" "" ""
+.TH "NPM\-REBUILDD" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-rebuild\fR \- Rebuild a package
-.SH SYNOPSIS
+\fBnpm-rebuildd\fR
+.SH Rebuild a package
+.SS Synopsis
.P
.RS 2
.nf
@@ -10,17 +11,16 @@ npm rebuild [[<@scope>/<name>]\.\.\.]
alias: npm rb
.fi
.RE
-.SH DESCRIPTION
+.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\.
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help build
+npm help npm\-build
.IP \(bu 2
-npm help install
+npm help npm\-install
.RE
-