summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-stop.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-stop.1')
-rw-r--r--deps/npm/man/man1/npm-stop.122
1 files changed, 11 insertions, 11 deletions
diff --git a/deps/npm/man/man1/npm-stop.1 b/deps/npm/man/man1/npm-stop.1
index e435b56f89..a2f6d92cfe 100644
--- a/deps/npm/man/man1/npm-stop.1
+++ b/deps/npm/man/man1/npm-stop.1
@@ -1,28 +1,28 @@
-.TH "NPM\-STOP" "1" "October 2019" "" ""
+.TH "NPM\-STOP" "" "November 2019" "" ""
.SH "NAME"
-\fBnpm-stop\fR \- Stop a package
-.SH SYNOPSIS
+\fBnpm-stop\fR
+.SH Stop a package
+.SS Synopsis
.P
.RS 2
.nf
npm stop [\-\- <args>]
.fi
.RE
-.SH DESCRIPTION
+.SS Description
.P
This runs a package's "stop" script, if one was provided\.
-.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 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 restart
+npm help npm\-restart
.RE
-