summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-restart.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-restart.1')
-rw-r--r--deps/npm/man/man1/npm-restart.126
1 files changed, 13 insertions, 13 deletions
diff --git a/deps/npm/man/man1/npm-restart.1 b/deps/npm/man/man1/npm-restart.1
index de134d0537..3c62324faf 100644
--- a/deps/npm/man/man1/npm-restart.1
+++ b/deps/npm/man/man1/npm-restart.1
@@ -1,14 +1,15 @@
-.TH "NPM\-RESTART" "1" "October 2019" "" ""
+.TH "NPM\-RESTART" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-restart\fR \- Restart a package
-.SH SYNOPSIS
+\fBnpm-restart\fR
+.SH Restart a package
+.SS Synopsis
.P
.RS 2
.nf
npm restart [\-\- <args>]
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This restarts a package\.
.P
@@ -35,27 +36,26 @@ poststart
postrestart
.RE
-.SH NOTE
+.SS Note
.P
Note that the "restart" script is run \fBin addition to\fR the "stop"
and "start" scripts, not instead of them\.
.P
This is the behavior as of \fBnpm\fP major version 2\. A change in this
behavior will be accompanied by an increase in major version number
-.SH SEE ALSO
+.SS See Also
.RS 0
.IP \(bu 2
-npm help run\-script
+npm help npm\-run\-script
.IP \(bu 2
-npm help 7 scripts
+npm help /docs/using\-npm/scripts
.IP \(bu 2
-npm help test
+npm help npm\-test
.IP \(bu 2
-npm help start
+npm help npm\-start
.IP \(bu 2
-npm help stop
+npm help npm\-stop
.IP \(bu 2
-npm apihelp restart
+npm help npm\-restart
.RE
-