Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-18 21:58:59 +0400
committerisaacs <i@izs.me>2010-08-18 21:58:59 +0400
commitf2ccd1783065d471c891c83082eab9c76361c4c3 (patch)
tree837221b349cfe68a41aaf61dcde15d197b2f9657 /man/update.1
parent9e87e148e145ac46797ad41d02f9d41c9f1dfea1 (diff)
Use ronnjs instead of the ronn rubygem to build docs
Diffstat (limited to 'man/update.1')
-rw-r--r--man/update.122
1 files changed, 14 insertions, 8 deletions
diff --git a/man/update.1 b/man/update.1
index 80adf2f2a..4cf0f8d19 100644
--- a/man/update.1
+++ b/man/update.1
@@ -1,27 +1,33 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.\" Generated with Ronnjs/v0.1
+.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-UPDATE" "1" "August 2010" "" ""
.
.SH "NAME"
-\fBnpm\-update\fR \- Update a package
+\fBnpm-update\fR \-\- Update a package
.
.SH "SYNOPSIS"
.
.nf
-
npm update [<pkg> [<pkg> \.\.\.]]
.
.fi
.
.SH "DESCRIPTION"
-This command will update all the packages listed to the latest version (specified by the \fBtag\fR config), as well as updating any dependent packages to use the new version, if possible\.
+This command will update all the packages listed to the latest version
+(specified by the \fBtag\fR config), as well as updating any dependent
+packages to use the new version, if possible\.
.
.P
-Additionally, it will activate the new version, and delete any old versions, if safe to do so
+Additionally, it will activate the new version, and delete any old versions, if
+safe to do so
.
.P
-If the \fBupdate\-dependents\fR configuration parameter is set to \fB"true"\fR, then packages will always be updated when they are installed, if they are the newest version\.
+If the \fBupdate\-dependents\fR configuration parameter is set to \fB"true"\fR, then
+packages will always be updated when they are installed, if they are the newest
+version\.
.
.P
-If the \fBupdate\-dependents\fR configuration parameter is set to \fB"always"\fR, then packages will be updated when they are installed, even if to do so would be a downgrade\.
+If the \fBupdate\-dependents\fR configuration parameter is set to \fB"always"\fR, then
+packages will be updated when they are installed, even if to do so would be a
+downgrade\.